Ontimize Document Management 0.035EN

com.ontimize.dms.client.gui.property
Class PropertyContextImpl

java.lang.Object
  extended by com.ontimize.dms.client.gui.property.PropertyContextImpl
All Implemented Interfaces:
PropertyContext

public class PropertyContextImpl
extends java.lang.Object
implements PropertyContext


Field Summary
protected  boolean configure
           
protected static java.util.List DEFAULT_DISABLED
           
protected static java.util.List DEFAULT_HIDDEN
           
protected static java.util.List DEFAULT_ORDER
           
protected static java.util.List DEFAULT_SYSTEM
          This property names can be saved from the properties panel.
protected static java.util.List DEFAULT_TYPES_DISABLED
           
protected  java.util.List disabled
           
protected  java.util.List hidden
           
protected  java.util.List order
           
protected  java.util.List system
           
protected  java.util.List typesDisabled
           
 
Constructor Summary
PropertyContextImpl()
           
 
Method Summary
protected  java.util.List createList(java.util.Map map, java.lang.String key)
           
protected  java.util.List createMerge(java.util.List list, java.util.List defaultList)
           
 java.util.List getDisabled()
           
 java.util.List getHidden()
           
 java.util.List getOrder()
           
 java.util.List getSystem()
           
 java.util.List getTypesDisabled()
           
 boolean isConfigureEnabled()
           
 void load(java.util.Map map)
           
 void setConfigure(boolean enabled)
           
 void setDisabled(java.util.List disabled)
           
 void setHidden(java.util.List hidden)
           
 void setOrder(java.util.List order)
           
 void setSystem(java.util.List system)
           
 void setTypesDisabled(java.util.List typesDisabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PropertyContextImpl

public PropertyContextImpl()
Method Detail

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

Ontimize Document Management