org.openmdx.portal.servlet.control
Class Control
java.lang.Object
org.openmdx.portal.servlet.control.Control
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CalendarControl, ContainerControl, FieldGroupControl, GridControl, InspectorControl, ObjectTitleControl, PageEpilogControl, PagePrologControl, PaneControl, ReportControl, ScriptControl, SessionInfoControl, ShowErrorsControl, TabControl, WizardControl
public abstract class Control
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
locale
protected String locale
localeAsIndex
protected int localeAsIndex
controlFactory
protected final ControlFactory controlFactory
Control
public Control(String id,
String locale,
int localeAsIndex,
ControlFactory controlFactory)
getCurrentLocale
protected Locale getCurrentLocale()
setId
public void setId(String id)
getId
public String getId()
getPropertyName
public String getPropertyName(String featureName,
String type)
getTexts
public Texts_1_0 getTexts()
paint
public abstract void paint(HtmlPage p,
String frame,
boolean forEditing)
throws org.openmdx.base.exception.ServiceException
- Throws:
org.openmdx.base.exception.ServiceException
paint
public void paint(HtmlPage p,
boolean forEditing)
throws org.openmdx.base.exception.ServiceException
- Throws:
org.openmdx.base.exception.ServiceException
getControlFactory
public ControlFactory getControlFactory()
This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.