Package org.openbravo.client.application
Class PropertiesComponent
- java.lang.Object
-
- org.openbravo.client.kernel.BaseComponent
-
- org.openbravo.client.kernel.BaseTemplateComponent
-
- org.openbravo.client.kernel.SessionDynamicTemplateComponent
-
- org.openbravo.client.application.PropertiesComponent
-
- All Implemented Interfaces:
Component
public class PropertiesComponent extends SessionDynamicTemplateComponent
Creates the properties list which is initially loaded in the client.- Author:
- mtaal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertiesComponent.LocalProperty
-
Field Summary
-
Fields inherited from class org.openbravo.client.kernel.BaseTemplateComponent
BASE_QUALIFIER, DATA_PARAMETER
-
Fields inherited from class org.openbravo.client.kernel.BaseComponent
adcs
-
-
Constructor Summary
Constructors Constructor Description PropertiesComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Collection<PropertiesComponent.LocalProperty>
getProperties()
protected String
getTemplateId()
-
Methods inherited from class org.openbravo.client.kernel.SessionDynamicTemplateComponent
getComponentTemplate, getETag
-
Methods inherited from class org.openbravo.client.kernel.BaseTemplateComponent
generate, getData, setComponentTemplate
-
Methods inherited from class org.openbravo.client.kernel.BaseComponent
bypassAuthentication, createComponent, getADCS, getApplicationName, getContentType, getContextUrl, getDependencies, getLastModified, getModule, getModulePackageName, getParameter, getParameterNames, getParameters, getSafeValue, hasParameter, isClassicMode, isInDevelopment, isInDevelopment, isJavaScriptComponent, nullifyModuleCache, setDependencies, setId, setParameters, stripHost
-
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceComponent
- Overrides:
getId
in classBaseComponent
- Returns:
- the id of the component, see the id description in the root of this class.
-
getTemplateId
protected String getTemplateId()
- Specified by:
getTemplateId
in classSessionDynamicTemplateComponent
-
getProperties
public Collection<PropertiesComponent.LocalProperty> getProperties()
-
-