![]() |
WebObjectTree for JSP
|
WebObjectTree class. More...
Public Member Functions | |
Item | addItem () |
Adds a new item to the items collection. More... | |
Item | addItem (String text) |
Adds a new item to the items collection. More... | |
Item | addItem (String text, String hint) |
Adds a new item to the items collection. More... | |
String | getClosedIconImageUrl () |
Gets the image to display for closed parent items. More... | |
String | getCollapsedImageUrl () |
Gets the image used when an item has been collapsed. More... | |
String | getCustomData () |
Gets the custom tree data that is persisted during postbacks. More... | |
String | getExpandedImageUrl () |
Gets the image used when an item has been expanded. More... | |
String | getFullPath () |
Gets the current full path selected in the webobjecttree control. More... | |
String | getInnerIndentImageUrl () |
Gets the image to display before a set of indented items. More... | |
String | getItemIndentImageUrl () |
Gets the image to display before an indented item. More... | |
ArrayList< Item > | getItems () |
Gets the items collection. More... | |
String | getLastIndentImageUrl () |
Gets the image to display before the last indented item. More... | |
String | getLeafIconImageUrl () |
Gets the image to display for leaf children items. More... | |
String | getLoadingImageUrl () |
Gets the image to display when retrieving the children items. More... | |
String | getLoadingText () |
Gets the text to display when retrieving the children items. More... | |
String | getOpenedIconImageUrl () |
Gets the image to display for opened parent items. More... | |
String | getSelectedBackColor () |
Gets the color of the background of the selected item. More... | |
String | getSelectedForeColor () |
Gets the color of the text within the selected item. More... | |
boolean | getSelectInitialItem () |
Gets whether to select the first item when the control initially loads. More... | |
boolean | getShowIndentImages () |
Gets whether to show the item indent images. More... | |
boolean | getShowItemExpanders () |
Gets whether to show the item expander elements. More... | |
boolean | getShowItemIcons () |
Gets whether to show the item icon elements. More... | |
String | getSpacerImageUrl () |
Gets the spacer image used for items that have no children. More... | |
void | setBorderWidth (String value) |
Sets the border width of the control. More... | |
void | setClosedIconImageUrl (String value) |
Sets the image to display for closed parent items. More... | |
void | setCollapsedImageUrl (String value) |
Sets the image used when an item has been collapsed. More... | |
void | setCustomData (String value) |
Sets the custom tree data that is persisted during postbacks. More... | |
void | setExpandedImageUrl (String value) |
Sets the image used when an item has been expanded. More... | |
void | setFullPath (String value) |
Sets the current full path selected in the webobjecttree control. More... | |
void | setInnerIndentImageUrl (String value) |
Sets the image to display before a set of indented items. More... | |
void | setItemIndentImageUrl (String value) |
Sets the image to display before an indented item. More... | |
void | setLastIndentImageUrl (String value) |
Sets the image to display before the last indented item. More... | |
void | setLeafIconImageUrl (String value) |
Sets the image to display for leaf children items. More... | |
void | setLoadingImageUrl (String value) |
Sets the image to display when retrieving the children items. More... | |
void | setLoadingText (String value) |
Sets the text to display when retrieving the children items. More... | |
void | setOpenedIconImageUrl (String value) |
Sets the image to display for opened parent items. More... | |
void | setSelectedBackColor (String value) |
Sets the color of the background of the selected item. More... | |
void | setSelectedForeColor (String value) |
Sets the color of the text within the selected item. More... | |
void | setSelectInitialItem (boolean value) |
Sets whether to select the first item when the control initially loads. More... | |
void | setShowIndentImages (boolean value) |
Sets whether to show the item indent images. More... | |
void | setShowItemExpanders (boolean value) |
Sets whether to show the item expander elements. More... | |
void | setShowItemIcons (boolean value) |
Sets whether to show the item icon elements. More... | |
void | setSpacerImageUrl (String value) |
Sets the spacer image used for items that have no children. More... | |
WebObjectTree () | |
WebObjectTree constructor. More... | |
WebObjectTree (String id) | |
WebObjectTree constructor. More... | |
WebObjectTree (String id, Map< String, String[]> parameterMap) | |
WebObjectTree constructor. More... | |
![]() | |
String | getAbout () |
Returns about information for the control. More... | |
String | getAccessKey () |
Gets the access key that allows you to quickly navigate to the control. More... | |
String | getBackColor () |
Gets the background color of the control. More... | |
String | getBorderColor () |
Gets the border color of the control. More... | |
BorderStyle | getBorderStyle () |
Gets the border color of the control. More... | |
String | getBorderWidth () |
Gets the border width of the control. More... | |
String | getControlData () |
Gets the item data to display in the control. More... | |
String | getCustomClassPrefix () |
Gets the prefix string to use for custom css class names. More... | |
String | getDataRetrievalUrl () |
Gets the location to retrieve item data. More... | |
boolean | getEnabled () |
Gets a value indicating whether the control is enabled. More... | |
boolean | getEnableOutline () |
Gets whether to enable outline for keyboard focus. More... | |
FontInfo | getFont () |
Gets the font properties associated with the control. More... | |
String | getForeColor () |
Gets the text color for the control. More... | |
String | getHeight () |
Gets the height of the control. More... | |
String | getID () |
Gets the programmatic identifier assigned to the control. More... | |
String | getName () |
Gets the name of the control. More... | |
int | getRetentionPeriod () |
Gets the number of seconds before the item data is discarded (zero or less for infinite). More... | |
int | getTabIndex () |
Gets the tab order of the control. More... | |
String | getToolTip () |
Gets the tooltip displayed when the mouse is over the control. More... | |
String | getUserData () |
Gets the user data for the control. More... | |
String | getWidth () |
Gets the width of the control. More... | |
void | loadState (String file) throws Exception |
Loads the control state from the specified file. More... | |
void | loadState (InputStream stream) throws Exception |
Loads the control state from the specified stream. More... | |
String | renderControl () |
Renders the required code for this control instance. More... | |
void | saveState (String file) throws Exception |
Saves the control state to the specified file. More... | |
void | saveState (OutputStream stream) throws Exception |
Saves the control state to the specified stream. More... | |
void | setAccessKey (String value) |
Sets the access key that allows you to quickly navigate to the control. More... | |
void | setBackColor (String value) |
Sets the background color of the control. More... | |
void | setBorderColor (String value) |
Sets the border color of the control. More... | |
void | setBorderStyle (BorderStyle value) |
Sets the border color of the control. More... | |
void | setBorderWidth (String value) |
Sets the border width of the control. More... | |
void | setControlData (String value) |
Sets the item data to display in the control. More... | |
void | setCustomClassPrefix (String value) |
Sets the prefix string to use for custom css class names. More... | |
void | setDataRetrievalUrl (String value) |
Sets the location to retrieve item data. More... | |
void | setEnabled (boolean value) |
Sets a value indicating whether the control is enabled. More... | |
void | setEnableOutline (boolean value) |
Sets whether to enable outline for keyboard focus. More... | |
void | setForeColor (String value) |
Sets the text color for the control. More... | |
void | setHeight (String value) |
Sets the height of the control. More... | |
void | setID (String value) |
Sets the programmatic identifier assigned to the control. More... | |
void | setName (String value) |
Sets the name of the control. More... | |
void | setRetentionPeriod (int value) |
Sets the number of seconds before the item data is discarded (zero or less for infinite). More... | |
void | setTabIndex (int value) |
Sets the tab order of the control. More... | |
void | setToolTip (String value) |
Sets the tooltip displayed when the mouse is over the control. More... | |
void | setUserData (String value) |
Sets the user data for the control. More... | |
void | setWidth (String value) |
Sets the width of the control. More... | |
Static Public Member Functions | |
static String | appendKeyValue (String sourcePath, String keyString, String valueString) |
Appends a new key/value pair to the end of the path string. More... | |
static String | extractKeys (String sourcePath) |
Extracts the key portion(s) of a string that contains key/value pair(s). More... | |
static String | extractValues (String sourcePath) |
Extracts the value portion(s) of a string that contains key/value pair(s). More... | |
WebObjectTree class.
|
inline |
WebObjectTree constructor.
|
inline |
WebObjectTree constructor.
id | The control identifier. |
|
inline |
WebObjectTree constructor.
id | The control identifier. |
parameterMap | The request parameter map. |
|
inline |
Adds a new item to the items collection.
|
inline |
Adds a new item to the items collection.
text | The text string displayed for the item. |
|
inline |
Adds a new item to the items collection.
text | The text string displayed for the item. |
hint | The user-defined hint for applying custom styles. |
|
inlinestatic |
Appends a new key/value pair to the end of the path string.
sourcePath | The source path to append the new key/value pair. |
keyString | The new key string to append to the end of the path. |
valueString | The new value string to append to the end of the path. |
|
inlinestatic |
Extracts the key portion(s) of a string that contains key/value pair(s).
sourcePath | The source path that contains some key/value pair(s). |
|
inlinestatic |
Extracts the value portion(s) of a string that contains key/value pair(s).
sourcePath | The source path that contains some key/value pair(s). |
|
inline |
Gets the image to display for closed parent items.
|
inline |
Gets the image used when an item has been collapsed.
|
inline |
Gets the custom tree data that is persisted during postbacks.
|
inline |
Gets the image used when an item has been expanded.
|
inline |
Gets the current full path selected in the webobjecttree control.
|
inline |
Gets the image to display before a set of indented items.
|
inline |
Gets the image to display before an indented item.
|
inline |
Gets the items collection.
|
inline |
Gets the image to display before the last indented item.
|
inline |
Gets the image to display for leaf children items.
|
inline |
Gets the image to display when retrieving the children items.
|
inline |
Gets the text to display when retrieving the children items.
|
inline |
Gets the image to display for opened parent items.
|
inline |
Gets the color of the background of the selected item.
|
inline |
Gets the color of the text within the selected item.
|
inline |
Gets whether to select the first item when the control initially loads.
|
inline |
Gets whether to show the item indent images.
|
inline |
Gets whether to show the item expander elements.
|
inline |
Gets whether to show the item icon elements.
|
inline |
Gets the spacer image used for items that have no children.
|
inline |
Sets the border width of the control.
|
inline |
Sets the image to display for closed parent items.
|
inline |
Sets the image used when an item has been collapsed.
|
inline |
Sets the custom tree data that is persisted during postbacks.
|
inline |
Sets the image used when an item has been expanded.
|
inline |
Sets the current full path selected in the webobjecttree control.
|
inline |
Sets the image to display before a set of indented items.
|
inline |
Sets the image to display before an indented item.
|
inline |
Sets the image to display before the last indented item.
|
inline |
Sets the image to display for leaf children items.
|
inline |
Sets the image to display when retrieving the children items.
|
inline |
Sets the text to display when retrieving the children items.
|
inline |
Sets the image to display for opened parent items.
|
inline |
Sets the color of the background of the selected item.
|
inline |
Sets the color of the text within the selected item.
|
inline |
Sets whether to select the first item when the control initially loads.
|
inline |
Sets whether to show the item indent images.
|
inline |
Sets whether to show the item expander elements.
|
inline |
Sets whether to show the item icon elements.
|
inline |
Sets the spacer image used for items that have no children.