Ontimize Document Management 0.035EN

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

java.lang.Object
  extended by com.ontimize.dms.client.gui.property.PropertyConstants

public class PropertyConstants
extends java.lang.Object

Contains the keys of the property panel parameters.

Since:
24/11/2010

Field Summary
static java.lang.String BUTTON
           
static java.lang.String DISABLED
           
static java.lang.String EDITORS
           
static java.lang.String HIDDEN
           
static java.lang.String ORDER
           
static java.lang.String SEPARATOR
           
 
Constructor Summary
PropertyConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDITORS

public static final java.lang.String EDITORS
See Also:
Constant Field Values

BUTTON

public static final java.lang.String BUTTON
See Also:
Constant Field Values

ORDER

public static final java.lang.String ORDER
See Also:
Constant Field Values

DISABLED

public static final java.lang.String DISABLED
See Also:
Constant Field Values

HIDDEN

public static final java.lang.String HIDDEN
See Also:
Constant Field Values

SEPARATOR

public static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Constructor Detail

PropertyConstants

public PropertyConstants()

Ontimize Document Management