com.ontimize.dms.client.gui.property
Class PropertyContextImpl
java.lang.Object
com.ontimize.dms.client.gui.property.PropertyContextImpl
- All Implemented Interfaces:
- PropertyContext
public class PropertyContextImpl
- extends java.lang.Object
- implements PropertyContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SYSTEM
protected static java.util.List DEFAULT_SYSTEM
- This property names can be saved from the properties panel.
DEFAULT_ORDER
protected static java.util.List DEFAULT_ORDER
DEFAULT_HIDDEN
protected static java.util.List DEFAULT_HIDDEN
DEFAULT_DISABLED
protected static java.util.List DEFAULT_DISABLED
DEFAULT_TYPES_DISABLED
protected static java.util.List DEFAULT_TYPES_DISABLED
system
protected java.util.List system
order
protected java.util.List order
hidden
protected java.util.List hidden
disabled
protected java.util.List disabled
typesDisabled
protected java.util.List typesDisabled
configure
protected boolean configure
PropertyContextImpl
public PropertyContextImpl()
createList
protected java.util.List createList(java.util.Map map,
java.lang.String key)
load
public void load(java.util.Map map)
- Specified by:
load in interface PropertyContext
getSystem
public java.util.List getSystem()
- Specified by:
getSystem in interface PropertyContext
getOrder
public java.util.List getOrder()
- Specified by:
getOrder in interface PropertyContext
getHidden
public java.util.List getHidden()
- Specified by:
getHidden in interface PropertyContext
getDisabled
public java.util.List getDisabled()
- Specified by:
getDisabled in interface PropertyContext
getTypesDisabled
public java.util.List getTypesDisabled()
- Specified by:
getTypesDisabled in interface PropertyContext
isConfigureEnabled
public boolean isConfigureEnabled()
- Specified by:
isConfigureEnabled in interface PropertyContext
createMerge
protected java.util.List createMerge(java.util.List list,
java.util.List defaultList)
setSystem
public void setSystem(java.util.List system)
- Specified by:
setSystem in interface PropertyContext
setOrder
public void setOrder(java.util.List order)
- Specified by:
setOrder in interface PropertyContext
setHidden
public void setHidden(java.util.List hidden)
- Specified by:
setHidden in interface PropertyContext
setDisabled
public void setDisabled(java.util.List disabled)
- Specified by:
setDisabled in interface PropertyContext
setTypesDisabled
public void setTypesDisabled(java.util.List typesDisabled)
- Specified by:
setTypesDisabled in interface PropertyContext
setConfigure
public void setConfigure(boolean enabled)
- Specified by:
setConfigure in interface PropertyContext