|
|||||||||||
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.property.DefaultPropertyGroup
planetj.dataengine.display.LayoutDisplayPropertyGroup
Field Summary | |
static java.lang.String |
className
Class name |
static java.lang.String |
DEFAULT_TEMPLATE
Value used to denote the default template for layout properties. |
static java.lang.String |
HELP_URI
|
static java.lang.String |
LAYOUT_DISPLAY
|
static LayoutDisplayPropertyGroup |
SKINNY
A predifined layout display with no TOC, header, or footer |
static java.lang.String |
STYLE_SHEET
|
static java.lang.String |
TEXT_COMPANY
|
static java.lang.String |
TEXT_HEADING
|
static java.lang.String |
TEXT_SUB_HEADING
|
static java.lang.String |
TITLE
Title for the page being loaded |
static java.lang.String |
TOC_WIDTH
|
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 |
Fields inherited from interface planetj.dataengine.display.ITemplate |
JSP_BODY, JSP_BOTTOM_NAVIGATION, JSP_ERROR, JSP_FOOTER, JSP_HEADER, JSP_LEFT_NAVIGATION, JSP_MESSAGE, JSP_NAVIGATION_BAR, JSP_RIGHT_NAVIGATION, JSP_TEMPLATE, JSP_TOC, JSP_TOP_NAVIGATION |
Constructor Summary | |
LayoutDisplayPropertyGroup()
DisplayPropertyGroup constructor comment. |
|
LayoutDisplayPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment. |
|
LayoutDisplayPropertyGroup(java.lang.String pName)
DisplayPropertyGroup constructor comment. |
Method Summary | |
LayoutDisplayPropertyGroup |
cloneLayout()
|
java.lang.String |
getBody()
Convenience method to get the body of the template. |
java.lang.String |
getBottomNavigation()
Convenience method to get the bottom navigation of the template. |
java.lang.String |
getCSS()
Convenience method to get the css of the template. |
static java.lang.String |
getDefaultLayoutPropertiesString()
Gets a default String for this property group. |
java.lang.String |
getDefaultPropertiesString()
Gets a default String for this property group. |
java.lang.String |
getError()
Convenience method to get the error page of the template. |
java.lang.String |
getFooter()
Convenience method to get the header of the template. |
java.lang.String |
getHeader()
Convenience method to get the header of the template. |
java.lang.String |
getHeadingText()
Convenience method to get the heading text of the application. |
java.lang.String |
getLeftNavigation()
Convenience method to get the left navigation of the template. |
java.lang.String |
getMessage()
Convenience method to get the message of the template. |
java.lang.String |
getNavigationBar()
Convenience method to get the navigation bar of the template. |
java.lang.String |
getNavigationKey()
Get the key used to store and retrieve this object to and from navigation. |
java.lang.String |
getNavigationListKey()
Get the key used to store and retrieve this object to and from navigation. |
PageType |
getPageType(java.lang.String section)
Gets the type of page being displayed in the particular template section |
static java.lang.String |
getPageTypeKey(java.lang.String section)
Gets the key used to store the page type of the specified section |
java.lang.String |
getRightNavigation()
Convenience method to get the right navigation of the template. |
java.lang.String |
getSection(java.lang.String key)
Get the key used to store and retrieve this object to and from navigation. |
java.lang.String |
getSubHeadingText()
Convenience method to get the sub heading text of the application. |
java.lang.String |
getTemplate()
Gets the template for this layout property group. |
java.lang.String |
getTitle()
Convenience method to get the title for the page being loaded. |
java.lang.String |
getToc()
Deprecated. replaced with getTOC()... TOC is an abbreviation for table of contents... upper cased to make more sense |
java.lang.String |
getTOC()
Convenience method to get the toc (side navigation bar) of the template. |
java.lang.String |
getTopNavigation()
Convenience method to get the top navigation of the template. |
boolean |
isCloneNeeded()
Test to see if tiis navigation object should be clone upon storing and retrieving. |
void |
removeNavigationKey()
Clears out any navigation key that may have been set on this Row. |
void |
setNavigationKey(java.lang.String key)
Set the key used to store/retrieve this layout property group to/from navigation. |
void |
setPageType(java.lang.String templateSection,
PageType pageType)
Sets the type of page being displayed in the particular template section |
void |
setSection(java.lang.String templateSection,
java.lang.String page)
Set the page for the given section for the layout |
static LayoutDisplayPropertyGroup |
updateProperties(LayoutDisplayPropertyGroup current,
LayoutDisplayPropertyGroup newProps)
Updates all properties in the "current" layout from those in the "new" layout |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getAllPropertyNames, getRequiredPropertyNames, propertyType |
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 planetj.dataengine.INavigationObject |
clone |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String className
public static final java.lang.String LAYOUT_DISPLAY
public static final java.lang.String TOC_WIDTH
public static final java.lang.String DEFAULT_TEMPLATE
public static final java.lang.String STYLE_SHEET
public static final java.lang.String TEXT_COMPANY
public static final java.lang.String TEXT_HEADING
public static final java.lang.String TEXT_SUB_HEADING
public static final java.lang.String HELP_URI
public static final java.lang.String TITLE
public static final LayoutDisplayPropertyGroup SKINNY
Constructor Detail |
public LayoutDisplayPropertyGroup()
public LayoutDisplayPropertyGroup(int initialCapacity)
initialCapacity
- intpublic LayoutDisplayPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public static java.lang.String getPageTypeKey(java.lang.String section)
public LayoutDisplayPropertyGroup cloneLayout()
public java.lang.String getBody()
public java.lang.String getBottomNavigation()
public java.lang.String getCSS()
public static java.lang.String getDefaultLayoutPropertiesString()
public java.lang.String getDefaultPropertiesString()
getDefaultPropertiesString
in class DefaultPropertyGroup
public java.lang.String getFooter()
public java.lang.String getError()
public java.lang.String getHeader()
public java.lang.String getHeadingText()
public java.lang.String getLeftNavigation()
public java.lang.String getMessage()
public java.lang.String getNavigationBar()
public java.lang.String getNavigationKey()
getNavigationKey
in interface INavigationObject
public java.lang.String getNavigationListKey()
getNavigationListKey
in interface INavigationObject
public PageType getPageType(java.lang.String section)
public java.lang.String getRightNavigation()
public java.lang.String getSection(java.lang.String key)
public java.lang.String getSubHeadingText()
public java.lang.String getTemplate()
public java.lang.String getTitle()
public java.lang.String getToc()
public java.lang.String getTOC()
public java.lang.String getTopNavigation()
public boolean isCloneNeeded()
INavigationObject
isCloneNeeded
in interface INavigationObject
public void removeNavigationKey()
removeNavigationKey
in interface INavigationObject
public void setPageType(java.lang.String templateSection, PageType pageType)
public void setSection(java.lang.String templateSection, java.lang.String page)
public void setNavigationKey(java.lang.String key)
setNavigationKey
in interface INavigationObject
public static LayoutDisplayPropertyGroup updateProperties(LayoutDisplayPropertyGroup current, LayoutDisplayPropertyGroup newProps)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |