![]() |
WebDrillDown for JSP
|
WebControl class. More...
Public Member Functions | |
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... | |
WebControl class.
|
inline |
Returns about information for the control.
|
inline |
Gets the access key that allows you to quickly navigate to the control.
|
inline |
Gets the background color of the control.
|
inline |
Gets the border color of the control.
|
inline |
Gets the border color of the control.
|
inline |
Gets the border width of the control.
|
inline |
Gets the item data to display in the control.
|
inline |
Gets the prefix string to use for custom css class names.
|
inline |
Gets the location to retrieve item data.
|
inline |
Gets a value indicating whether the control is enabled.
|
inline |
Gets whether to enable outline for keyboard focus.
|
inline |
Gets the font properties associated with the control.
|
inline |
Gets the text color for the control.
|
inline |
Gets the height of the control.
|
inline |
Gets the programmatic identifier assigned to the control.
|
inline |
Gets the name of the control.
|
inline |
Gets the number of seconds before the item data is discarded (zero or less for infinite).
|
inline |
Gets the tab order of the control.
|
inline |
Gets the tooltip displayed when the mouse is over the control.
|
inline |
Gets the user data for the control.
|
inline |
Gets the width of the control.
|
inline |
Loads the control state from the specified file.
file | The source file name. |
|
inline |
Loads the control state from the specified stream.
stream | The source stream object. |
|
inline |
Renders the required code for this control instance.
|
inline |
Saves the control state to the specified file.
file | The destination file name. |
|
inline |
Saves the control state to the specified stream.
stream | The destination stream object. |
|
inline |
Sets the access key that allows you to quickly navigate to the control.
|
inline |
Sets the background color of the control.
|
inline |
Sets the border color of the control.
|
inline |
Sets the border color of the control.
|
inline |
Sets the border width of the control.
|
inline |
Sets the item data to display in the control.
|
inline |
Sets the prefix string to use for custom css class names.
|
inline |
Sets the location to retrieve item data.
|
inline |
Sets a value indicating whether the control is enabled.
|
inline |
Sets whether to enable outline for keyboard focus.
|
inline |
Sets the text color for the control.
|
inline |
Sets the height of the control.
|
inline |
Sets the programmatic identifier assigned to the control.
|
inline |
Sets the name of the control.
|
inline |
Sets the number of seconds before the item data is discarded (zero or less for infinite).
|
inline |
Sets the tab order of the control.
|
inline |
Sets the tooltip displayed when the mouse is over the control.
|
inline |
Sets the user data for the control.
|
inline |
Sets the width of the control.