|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.property.PropertyGroup | +--planetj.property.DefaultPropertyGroup | +--planetj.dataengine.display.ActionDisplayDescriptor
An ActionDisplayDescriptor property group contains all the information needed in order to display the action.
Field Summary | |
static String |
ACTION_DISPLAY_DESCRIPTOR
Used for the default ActionDisplayDescriptor's property group name. |
static String |
ACTION_NAME
Action name (e.g. |
static String |
ACTION_TYPE
Action type (e.g. |
static String |
className
Class name. |
static String |
DESCRIPTION
Description of action to display. |
static String |
DISPLAY_TYPE
How to display the action (e.g. |
static String |
DISPLAY_TYPE_BUTTON
|
static String |
DISPLAY_TYPE_LINK
|
static String |
IMAGE_URI
Image URI to use for generated action's background. |
static String |
LABEL
Label when displaying action. |
static String |
LOCATION
Location of where to generate the action. |
Fields inherited from class planetj.property.DefaultPropertyGroup |
NONE |
Fields inherited from class planetj.property.PropertyGroup |
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
ActionDisplayDescriptor()
ActionDescriptor constructor comment. |
|
ActionDisplayDescriptor(int initialCapacity)
ActionDescriptor constructor comment. |
|
ActionDisplayDescriptor(String pName)
ActionDescriptor constructor comment. |
Method Summary | |
AbstractAction |
getAction()
Gets the action associated with this descriptor. |
String |
getActionName()
Get the name of action being described for display. |
String |
getActionType()
Get the type of action being described for display. |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
String |
getDescription()
Get the description of the action. |
String |
getDisplayType()
Get the display type to generate for action. |
String |
getImageURI()
Get the URI of image to use for the background of the display type. |
String |
getLabel()
Get the label of the action to generate when displayed. |
List |
getLayoutPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
String |
getLocation()
Get the location where the action should be displayed. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
Methods inherited from class planetj.property.PropertyGroup |
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final String className
public static final String ACTION_DISPLAY_DESCRIPTOR
public static final String ACTION_TYPE
public static final String ACTION_NAME
public static final String DESCRIPTION
public static final String DISPLAY_TYPE
public static final String DISPLAY_TYPE_BUTTON
public static final String DISPLAY_TYPE_LINK
public static final String IMAGE_URI
public static final String LABEL
public static final String LOCATION
Constructor Detail |
public ActionDisplayDescriptor()
public ActionDisplayDescriptor(int initialCapacity)
initialCapacity
- intpublic ActionDisplayDescriptor(String pName)
pName
- java.lang.StringMethod Detail |
public AbstractAction getAction()
public String getActionName()
public String getActionType()
public List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public String getDescription()
public String getDisplayType()
public String getImageURI()
public String getLabel()
public List getLayoutPropertyNames()
public String getLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |