|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.dataengine.display.FramePropertyGroup
Properties dealing with an HTML frame
| Field Summary | |
static java.util.List |
ALL_PROPS
|
static java.lang.String |
FRAME
|
static java.lang.String |
HEIGHT
Height (either pixels or %) |
static java.lang.String |
ID
The HTML id of the frame |
static java.lang.String |
URL
The initial URL of the frame |
static java.lang.String |
WIDTH
Width (either pixels or %) |
static java.lang.String |
X
X position (0-based) |
static java.lang.String |
Y
Y position (0-based) |
| Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
| Constructor Summary | |
FramePropertyGroup()
FramePropertyGroup constructor comment. |
|
FramePropertyGroup(java.lang.String pName)
FramePropertyGroup constructor comment. |
|
| Method Summary | |
static java.util.List |
createDefaultFrames(java.lang.Class jspClass)
Builds a list of FrameProperty Group objects containing default values for x, y, height, width, and id based on the name of the JSP class. |
static java.util.List |
createDefaultFrames(int rowCount,
int colCount)
Builds a list of FrameProperty Group objects containing default values for x, y, height, width, and id |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
java.lang.String |
getHeight()
Gets the height of the frame (may be pixels or %) |
java.lang.String |
getId()
Gets the html id of the frame |
java.lang.String |
getInitialURL()
Gets the initial URL of the frame |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
java.lang.String |
getWidth()
Gets the width of the frame (may be pixels or %) |
int |
getX()
Gets the 0-based x index of the frame |
int |
getY()
Gets the 0-based y index of the frame |
protected short |
propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name. |
| 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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Field Detail |
public static final java.lang.String FRAME
public static final java.lang.String X
public static final java.lang.String Y
public static final java.lang.String WIDTH
public static final java.lang.String HEIGHT
public static final java.lang.String ID
public static final java.lang.String URL
public static final java.util.List ALL_PROPS
| Constructor Detail |
public FramePropertyGroup()
public FramePropertyGroup(java.lang.String pName)
pName - java.lang.String| Method Detail |
public static java.util.List createDefaultFrames(int rowCount,
int colCount)
public static java.util.List createDefaultFrames(java.lang.Class jspClass)
throws CMException
CMExceptionpublic java.util.List getAllPropertyNames()
getAllPropertyNames in class PropertyGrouppublic java.lang.String getHeight()
public java.lang.String getId()
public java.lang.String getInitialURL()
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames in class PropertyGrouppublic java.lang.String getWidth()
public int getX()
public int getY()
protected short propertyType(java.lang.String pPropertyName)
propertyType in class PropertyGroup
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||