| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.app.Model jsx3.gui.Painted jsx3.gui.Block jsx3.gui.RadioButton
RadioButton | public class RadioButton extends jsx3.gui.Block (Code) | | A GUI control that implements a single radio button.
Several radio buttons may be organized into a group ("radio group") with the groupName property.
No more than one radio button of the set of radio buttons sharing a single groupName value may be
selected at one time.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
Field Summary | |
final public static String | DEFAULTCLASSNAME | final public static int | SELECTED Value for the selected field indicating a selected radio button. | final public static int | UNSELECTED Value for the selected field indicating an unselected radio button. |
Constructor Summary | |
public | RadioButton(Context context, String extension, ScriptProxy scriptProxy) | public | RadioButton(String strName, int vntLeft, int vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, String vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, String vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, String vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, int vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, String vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, int vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, String vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, int vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, int vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, String vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, String vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, String vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, int vntLeft, int vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, int vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. | public | RadioButton(String strName, String vntLeft, int vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected) The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. |
Method Summary | |
public jsx3.gui.HotKey | doKeyBinding(org.directwebremoting.proxy.CodeBlock fctCallback, String strKeys) Binds the given key sequence to a callback function. | public jsx3.gui.Form | doReset() Resets the validation state of this control. | public T | doReset(Class<T> returnType) Resets the validation state of this control. | public void | doValidate(org.directwebremoting.proxy.Callback<Integer> callback) Validates that this radio button is selected if it is required. | public void | getDefaultSelected(org.directwebremoting.proxy.Callback<Integer> callback) Returns the default selection state of this radio button. | public void | getDisabledBackgroundColor(org.directwebremoting.proxy.Callback<String> callback) Returns the background color of this control when it is disabled. | public void | getDisabledColor(org.directwebremoting.proxy.Callback<String> callback) Returns the font color to use when this control is disabled. | public void | getEnabled(org.directwebremoting.proxy.Callback<Integer> callback) Returns the state for the form field control. | public void | getGroupName(org.directwebremoting.proxy.Callback<String> callback) Returns the group name of this radio button, which is equivalent to the name property on a
standard HTML radio button. | public void | getGroupValue(org.directwebremoting.proxy.Callback<String> callback) Returns the value of the selected radio button in the radio group of this radio button. | public void | getKeyBinding(org.directwebremoting.proxy.Callback<String> callback) Returns the key binding that when keyed will fire the execute event for this control. | public void | getRequired(org.directwebremoting.proxy.Callback<Integer> callback) Returns whether or not this control is required. | public void | getSelected(org.directwebremoting.proxy.Callback<Integer> callback) Returns the current selection state of this radio button. | public void | getSiblings(boolean bRendered, org.directwebremoting.proxy.Callback<Object[]> callback) Returns the list of sibling radio buttons. | public void | getValidationState(org.directwebremoting.proxy.Callback<Integer> callback) Returns the validation state of this control. | public void | getValue(org.directwebremoting.proxy.Callback<String> callback) Returns the value of this radio button. | public jsx3.gui.RadioButton | setDefaultSelected(int intSelected) Sets the default selection state of this radio button.
Parameters: intSelected - SELECTED or UNSELECTED . | public jsx3.gui.Form | setDisabledBackgroundColor(String strColor) Sets the background color of this form control when it is disabled. | public T | setDisabledBackgroundColor(String strColor, Class<T> returnType) Sets the background color of this form control when it is disabled. | public jsx3.gui.Form | setDisabledColor(String strColor) Sets the font color to use when this control is disabled. | public T | setDisabledColor(String strColor, Class<T> returnType) Sets the font color to use when this control is disabled. | public void | setEnabled(int intEnabled, boolean bRepaint) Sets whether this control is enabled. | public void | setGroupName(String strGroupName) Sets the group name of this radio button. | public void | setGroupValue(String strValue) Sets the selected radio button of the radio group of this radio button by value. | public jsx3.gui.Form | setKeyBinding(String strSequence) Sets the key binding that when keyed will fire the bound execute (jsx3.gui.Interactive.EXECUTE)
event for this control. | public T | setKeyBinding(String strSequence, Class<T> returnType) Sets the key binding that when keyed will fire the bound execute (jsx3.gui.Interactive.EXECUTE)
event for this control. | public jsx3.gui.Form | setRequired(int required) Sets whether or not this control is required.
Parameters: required - {int} REQUIRED or OPTIONAL . | public T | setRequired(int required, Class<T> returnType) Sets whether or not this control is required. | public jsx3.gui.RadioButton | setSelected(int intSelected, jsx3.lang.Object objGUI) Sets the current selection state of this radio button. | public jsx3.gui.Form | setValidationState(int intState) Sets the validation state of this control. | public T | setValidationState(int intState, Class<T> returnType) Sets the validation state of this control. | public jsx3.gui.RadioButton | setValue(String strValue) Sets the value of this radio button.
Parameters: strValue - the value of this radiobutton. |
DEFAULTCLASSNAME | final public static String DEFAULTCLASSNAME(Code) | | jsx30radio
|
SELECTED | final public static int SELECTED(Code) | | Value for the selected field indicating a selected radio button.
|
UNSELECTED | final public static int UNSELECTED(Code) | | Value for the selected field indicating an unselected radio button.
|
RadioButton | public RadioButton(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
RadioButton | public RadioButton(String strName, int vntLeft, int vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, String vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, String vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, String vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, int vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, String vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, int vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, String vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, int vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, int vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, String vntTop, String vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, String vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, String vntTop, String vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, int vntLeft, int vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, int vntTop, int vntWidth, String vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
RadioButton | public RadioButton(String strName, String vntLeft, int vntTop, int vntWidth, int vntHeight, String strText, String strValue, String strGroupName, int intSelected)(Code) | | The instance initializer.
Parameters: strName - a unique name distinguishing this object from all other JSX GUI objects in the JSX application. Parameters: vntLeft - the left offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntTop - the top offset of this object from the parent container as a number (in pixels) or a string css value. Parameters: vntWidth - the width of this object as a number (in pixels) or a string css value. Parameters: vntHeight - the height of this object as a number (in pixels) or a string css value. Parameters: strText - the text/HTML markup to display with the radio button. Parameters: strValue - the value of the radio button (equivalent to the value property on a standard HTML radio button). Parameters: strGroupName - the group name of the radio button (equivalent to the name property on a standard HTML radio button). Parameters: intSelected - the default selection state of the radio button. SELECTED orUNSELECTED . null is equivalent to SELECTED . |
doKeyBinding | public jsx3.gui.HotKey doKeyBinding(org.directwebremoting.proxy.CodeBlock fctCallback, String strKeys)(Code) | | Binds the given key sequence to a callback function. Any object that has a key binding (specified with
setKeyBinding()) will call this method when painted to register the key sequence with an appropriate
ancestor of this form control. Any key down event that bubbles up to the ancestor without being intercepted
and matches the given key sequence will invoke the given callback function.
As of 3.2: The hot key will be registered with the first ancestor found that is either a
jsx3.gui.Window, a jsx3.gui.Dialog, or the root block of a jsx3.app.Server.
Parameters: fctCallback - JavaScript function to execute when the given sequence is keyed by the user. Parameters: strKeys - a plus-delimited ('+') key sequence such as ctrl+s orctrl+shift+alt+h or shift+a , etc. Any combination of shift, ctrl, and alt aresupported, including none. Also supported as the final token are enter , esc ,tab , del , and space . To specify the final token as a key code, thelast token can be the key code contained in brackets, [13] . the registered hot key. |
doReset | public jsx3.gui.Form doReset()(Code) | | Resets the validation state of this control.
this object. |
doReset | public T doReset(Class<T> returnType)(Code) | | Resets the validation state of this control.
Parameters: returnType - The expected return type this object. |
doValidate | public void doValidate(org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Validates that this radio button is selected if it is required. A radiobutton will pass validation if it is
optional or if it is required and it or one of its sibling radio buttons is selected.
Parameters: callback - jsx3.gui.Form.STATEVALID or jsx3.gui.Form.INSTATEVALID . |
getDefaultSelected | public void getDefaultSelected(org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Returns the default selection state of this radio button. To get the current state use getSelected().
Parameters: callback - SELECTED or UNSELECTED . |
getDisabledBackgroundColor | public void getDisabledBackgroundColor(org.directwebremoting.proxy.Callback<String> callback)(Code) | | Returns the background color of this control when it is disabled.
Parameters: callback - valid CSS property value, (i.e., red, #ff0000) |
getEnabled | public void getEnabled(org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Returns the state for the form field control. If no enabled state is set, this method returns
STATEENABLED.
Parameters: callback - STATEDISABLED or STATEENABLED . |
getGroupValue | public void getGroupValue(org.directwebremoting.proxy.Callback<String> callback)(Code) | | Returns the value of the selected radio button in the radio group of this radio button.
Parameters: callback - the value of the selected radio button or null if no button is selected. |
getKeyBinding | public void getKeyBinding(org.directwebremoting.proxy.Callback<String> callback)(Code) | | Returns the key binding that when keyed will fire the execute event for this control.
Parameters: callback - plus-delimited (e.g.,'+') key sequence such as ctrl+s or ctrl+shift+alt+h or shift+a, etc |
getRequired | public void getRequired(org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Returns whether or not this control is required. If the required property has never been set, this method returns
OPTIONAL.
Parameters: callback - REQUIRED or OPTIONAL . |
getSiblings | public void getSiblings(boolean bRendered, org.directwebremoting.proxy.Callback<Object[]> callback)(Code) | | Returns the list of sibling radio buttons. This list is comprised of the radio buttons whose groupName property
is equal to the groupName property of this radio button. The return value does not include this radio button.
This method will only return siblings if this radio button is rendered and will only return sibling radio
buttons that are also rendered on screen.
Parameters: bRendered - |
getValidationState | public void getValidationState(org.directwebremoting.proxy.Callback<Integer> callback)(Code) | | Returns the validation state of this control. If the validationState property has never been set, this method returns
STATEVALID.
Parameters: callback - STATEINVALID or STATEVALID . |
getValue | public void getValue(org.directwebremoting.proxy.Callback<String> callback)(Code) | | Returns the value of this radio button. When this radio button is selected, the value of its radio group is
equal to the value of this radio button.
Parameters: callback - the value of this radio button. |
setDefaultSelected | public jsx3.gui.RadioButton setDefaultSelected(int intSelected)(Code) | | Sets the default selection state of this radio button.
Parameters: intSelected - SELECTED or UNSELECTED . this object. |
setDisabledBackgroundColor | public jsx3.gui.Form setDisabledBackgroundColor(String strColor)(Code) | | Sets the background color of this form control when it is disabled.
Parameters: strColor - valid CSS property value, (i.e., red, #ff0000) this object. |
setDisabledBackgroundColor | public T setDisabledBackgroundColor(String strColor, Class<T> returnType)(Code) | | Sets the background color of this form control when it is disabled.
Parameters: strColor - valid CSS property value, (i.e., red, #ff0000) Parameters: returnType - The expected return type this object. |
setDisabledColor | public jsx3.gui.Form setDisabledColor(String strColor)(Code) | | Sets the font color to use when this control is disabled.
Parameters: strColor - valid CSS property value, (i.e., red, #ff0000) this object. |
setDisabledColor | public T setDisabledColor(String strColor, Class<T> returnType)(Code) | | Sets the font color to use when this control is disabled.
Parameters: strColor - valid CSS property value, (i.e., red, #ff0000) Parameters: returnType - The expected return type this object. |
setEnabled | public void setEnabled(int intEnabled, boolean bRepaint)(Code) | | Sets whether this control is enabled. Disabled controls do not respond to user interaction.
Parameters: intEnabled - STATEDISABLED or STATEENABLED . null isequivalent to STATEENABLED . Parameters: bRepaint - if true this control is immediately repainted to reflect the new setting. |
setGroupName | public void setGroupName(String strGroupName)(Code) | | Sets the group name of this radio button. If this property is set, this radio button will be a member of the set
of radio buttons sharing the same value for this property. No more than one member of this set may be selected
at one time.
Parameters: strGroupName - the new group name. |
setGroupValue | public void setGroupValue(String strValue)(Code) | | Sets the selected radio button of the radio group of this radio button by value.
Parameters: strValue - the value of the radio button of the radio group of this radio button to select. |
setKeyBinding | public jsx3.gui.Form setKeyBinding(String strSequence)(Code) | | Sets the key binding that when keyed will fire the bound execute (jsx3.gui.Interactive.EXECUTE)
event for this control.
Parameters: strSequence - plus-delimited (e.g.,'+') key sequence such as ctrl+s or ctrl+shift+alt+h or shift+a, etc this object. |
setKeyBinding | public T setKeyBinding(String strSequence, Class<T> returnType)(Code) | | Sets the key binding that when keyed will fire the bound execute (jsx3.gui.Interactive.EXECUTE)
event for this control.
Parameters: strSequence - plus-delimited (e.g.,'+') key sequence such as ctrl+s or ctrl+shift+alt+h or shift+a, etc Parameters: returnType - The expected return type this object. |
setRequired | public jsx3.gui.Form setRequired(int required)(Code) | | Sets whether or not this control is required.
Parameters: required - {int} REQUIRED or OPTIONAL . this object. |
setRequired | public T setRequired(int required, Class<T> returnType)(Code) | | Sets whether or not this control is required.
Parameters: required - {int} REQUIRED or OPTIONAL . Parameters: returnType - The expected return type this object. |
setSelected | public jsx3.gui.RadioButton setSelected(int intSelected, jsx3.lang.Object objGUI)(Code) | | Sets the current selection state of this radio button. This method immediately updates the view of this
object if it is currently rendered on the screen. If intSelected is equal to SELECTED
any other radio buttons in the radio group of this object will be unselected.
Parameters: intSelected - if SELECTED or null , this object is selected, otherwise itis unselected. Parameters: objGUI - this object. |
setValidationState | public jsx3.gui.Form setValidationState(int intState)(Code) | | Sets the validation state of this control. The validation state of a control is not serialized.
Parameters: intState - STATEINVALID or STATEVALID . this object. |
setValidationState | public T setValidationState(int intState, Class<T> returnType)(Code) | | Sets the validation state of this control. The validation state of a control is not serialized.
Parameters: intState - STATEINVALID or STATEVALID . Parameters: returnType - The expected return type this object. |
setValue | public jsx3.gui.RadioButton setValue(String strValue)(Code) | | Sets the value of this radio button.
Parameters: strValue - the value of this radiobutton. In general, each radio button is a radio group hasa unique value. this object. |
Methods inherited from jsx3.gui.Block | public jsx3.lang.Object doEvent(String strType, jsx3.lang.Object objContext)(Code)(Java Doc) public T doEvent(String strType, jsx3.lang.Object objContext, Class<T> returnType)(Code)(Java Doc) public void getBackground(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getBackgroundColor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getBorder(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getCSSOverride(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getCanDrag(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getCanDrop(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getCanMove(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getCanSpy(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getClassName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getColor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getCursor(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getDimensions(org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc) public void getDisplay(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getEvent(String strType, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.lang.Object getEvents()(Code)(Java Doc) public T getEvents(Class<T> returnType)(Code)(Java Doc) public void getFontName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getFontSize(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getFontWeight(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getHeight(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getLeft(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getMargin(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getMenu(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getOverflow(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getPadding(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getRelativePosition(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getTagName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getText(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getTextAlign(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getTip(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getTop(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getVisibility(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getWidth(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getZIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void hasEvent(String strType, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void hideMask()(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(String vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(org.directwebremoting.proxy.CodeBlock vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(String vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(org.directwebremoting.proxy.CodeBlock vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(jsx3.gui.HotKey vntCallback, String vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.HotKey registerHotKey(jsx3.gui.HotKey vntCallback, int vntKey, boolean bShift, boolean bControl, boolean bAlt)(Code)(Java Doc) public jsx3.gui.Interactive removeEvent(String strType)(Code)(Java Doc) public T removeEvent(String strType, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Interactive removeEvents()(Code)(Java Doc) public T removeEvents(Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Block setBackground(String strBG)(Code)(Java Doc) public jsx3.gui.Block setBackgroundColor(String strColor, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setBorder(String strCSS, boolean bRecalc)(Code)(Java Doc) public jsx3.gui.Block setCSSOverride(String strCSS)(Code)(Java Doc) public jsx3.gui.Interactive setCanDrag(int bDrag)(Code)(Java Doc) public T setCanDrag(int bDrag, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Interactive setCanDrop(int bDrop)(Code)(Java Doc) public T setCanDrop(int bDrop, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Interactive setCanMove(int bMovable)(Code)(Java Doc) public T setCanMove(int bMovable, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Interactive setCanSpy(int bSpy)(Code)(Java Doc) public T setCanSpy(int bSpy, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Block setClassName(String strClassName)(Code)(Java Doc) public jsx3.gui.Block setColor(String strColor, boolean bRepaint)(Code)(Java Doc) public void setCursor(String strCursor, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, int top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, int top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(Object[] left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, String top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, String top, int width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, String top, String width, int height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, int top, int width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(String left, int top, String width, String height, boolean bRepaint)(Code)(Java Doc) public void setDimensions(int left, String top, String width, String height, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setDisplay(String intDisplay, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Interactive setEvent(String strScript, String strType)(Code)(Java Doc) public T setEvent(String strScript, String strType, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Block setFontName(String strFontName)(Code)(Java Doc) public jsx3.gui.Block setFontSize(int intPixelSize)(Code)(Java Doc) public jsx3.gui.Block setFontWeight(String FONTWEIGHT)(Code)(Java Doc) public jsx3.gui.Block setHeight(String vntHeight, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setHeight(int vntHeight, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setIndex(int intIndex, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setLeft(int vntLeft, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setLeft(String vntLeft, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setMargin(String strCSS, boolean bRecalc)(Code)(Java Doc) public jsx3.gui.Interactive setMenu(String strMenu)(Code)(Java Doc) public T setMenu(String strMenu, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Block setOverflow(int OVERFLOW)(Code)(Java Doc) public jsx3.gui.Block setPadding(String strCSS, boolean bRecalc)(Code)(Java Doc) public jsx3.gui.Block setRelativePosition(int intRelative, boolean bRepaint)(Code)(Java Doc) public void setSpyStyles(String strCSS)(Code)(Java Doc) public jsx3.gui.Block setTagName(String strTagName)(Code)(Java Doc) public jsx3.gui.Block setText(String strText, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setTextAlign(String ALIGN)(Code)(Java Doc) public jsx3.gui.Block setTip(String strTip)(Code)(Java Doc) public jsx3.gui.Block setTop(String vntTop, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setTop(int vntTop, boolean bRepaint)(Code)(Java Doc) public void setVisibility(String VISIBILITY, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setWidth(String vntWidth, boolean bRepaint)(Code)(Java Doc) public jsx3.gui.Block setWidth(int vntWidth, boolean bRepaint)(Code)(Java Doc) public void setZIndex(int intZIndex, boolean bRepaint)(Code)(Java Doc) public void showMask(String strMessage)(Code)(Java Doc) public void showSpy(String strHTML, int intLeft, int intTop)(Code)(Java Doc) public void showSpy(String strHTML, jsx3.gui.Event intLeft, int intTop)(Code)(Java Doc)
|
Methods inherited from jsx3.gui.Painted | public void focus(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.lang.Object getAbsolutePosition(String objRoot, String objGUI)(Code)(Java Doc) public T getAbsolutePosition(String objRoot, String objGUI, Class<T> returnType)(Code)(Java Doc) public void getAttribute(String strName, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.lang.Object getAttributes()(Code)(Java Doc) public T getAttributes(Class<T> returnType)(Code)(Java Doc) public void getDynamicProperty(String strName, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getRendered(jsx3.gui.Event objGUI, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getRendered(jsx3.lang.Object objGUI, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void onAfterPaint(String objGUI)(Code)(Java Doc) public void paint(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void paintChild(jsx3.gui.Painted objChild, boolean bGroup, String objGUI, boolean bCascadeOnly)(Code)(Java Doc) public void paintChildren(Object[] c, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void recalcBox(Object[] properties)(Code)(Java Doc) public jsx3.gui.Painted removeAttribute(String strName)(Code)(Java Doc) public T removeAttribute(String strName, Class<T> returnType)(Code)(Java Doc) public jsx3.gui.Painted removeAttributes()(Code)(Java Doc) public T removeAttributes(Class<T> returnType)(Code)(Java Doc) public void repaint(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.gui.Painted setAttribute(String strName, String strValue)(Code)(Java Doc) public jsx3.gui.Painted setDynamicProperty(String strName, String strValue)(Code)(Java Doc)
|
Methods inherited from jsx3.app.Model | public void adoptChild(jsx3.app.Model objChild, boolean bRepaint, boolean bForce)(Code)(Java Doc) public jsx3.app.Model doClone(int intPersist, int intMode)(Code)(Java Doc) public T doClone(int intPersist, int intMode, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model findAncestor(org.directwebremoting.proxy.CodeBlock fctTest, boolean bIncludeSelf)(Code)(Java Doc) public T findAncestor(org.directwebremoting.proxy.CodeBlock fctTest, boolean bIncludeSelf, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model findDescendants(org.directwebremoting.proxy.CodeBlock fctTest, boolean bDepthFirst, boolean bMultiple, boolean bShallow, boolean bIncludeSelf)(Code)(Java Doc) public T findDescendants(org.directwebremoting.proxy.CodeBlock fctTest, boolean bDepthFirst, boolean bMultiple, boolean bShallow, boolean bIncludeSelf, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getAncestorOfName(String strName)(Code)(Java Doc) public T getAncestorOfName(String strName, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getAncestorOfType(String strType)(Code)(Java Doc) public T getAncestorOfType(String strType, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getAncestorOfType(Class strType)(Code)(Java Doc) public T getAncestorOfType(Class strType, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getAncestorOfType(org.directwebremoting.proxy.CodeBlock strType)(Code)(Java Doc) public T getAncestorOfType(org.directwebremoting.proxy.CodeBlock strType, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getChild(int vntIndexOrName)(Code)(Java Doc) public T getChild(int vntIndexOrName, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getChild(String vntIndexOrName)(Code)(Java Doc) public T getChild(String vntIndexOrName, Class<T> returnType)(Code)(Java Doc) public void getChildIndex(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getChildren(org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc) public jsx3.app.Model getDescendantOfName(String strName, boolean bDepthFirst, boolean bChildOnly)(Code)(Java Doc) public T getDescendantOfName(String strName, boolean bDepthFirst, boolean bChildOnly, Class<T> returnType)(Code)(Java Doc) public void getDescendantsOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc) public void getDescendantsOfType(String strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc) public void getDescendantsOfType(Class strType, boolean bShallow, org.directwebremoting.proxy.Callback<Object[]> callback)(Code)(Java Doc) public jsx3.app.Model getFirstChild()(Code)(Java Doc) public T getFirstChild(Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getFirstChildOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bExact)(Code)(Java Doc) public T getFirstChildOfType(org.directwebremoting.proxy.CodeBlock strType, boolean bExact, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getFirstChildOfType(Class strType, boolean bExact)(Code)(Java Doc) public T getFirstChildOfType(Class strType, boolean bExact, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getFirstChildOfType(String strType, boolean bExact)(Code)(Java Doc) public T getFirstChildOfType(String strType, boolean bExact, Class<T> returnType)(Code)(Java Doc) public void getHelpId(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getId(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.app.Model getLastChild()(Code)(Java Doc) public T getLastChild(Class<T> returnType)(Code)(Java Doc) public void getLoadType(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public void getMetaValue(String strKey, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getNS(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public void getName(org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.app.Model getNextSibling()(Code)(Java Doc) public T getNextSibling(Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model getParent()(Code)(Java Doc) public T getParent(Class<T> returnType)(Code)(Java Doc) public void getPersistence(org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public jsx3.app.Model getPreviousSibling()(Code)(Java Doc) public T getPreviousSibling(Class<T> returnType)(Code)(Java Doc) public jsx3.app.Server getServer()(Code)(Java Doc) public jsx3.net.URIResolver getUriResolver()(Code)(Java Doc) public T getUriResolver(Class<T> returnType)(Code)(Java Doc) public void insertBefore(jsx3.app.Model objMoveChild, jsx3.app.Model objPrecedeChild, boolean bRepaint, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc) public jsx3.app.Model load(java.net.URI strURL, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public T load(java.net.URI strURL, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model load(String strURL, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public T load(String strURL, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc) public void loadAndCache(java.net.URI strURL, boolean bRepaint, jsx3.app.Cache objCache, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public void loadAndCache(String strURL, boolean bRepaint, jsx3.app.Cache objCache, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public jsx3.app.Model loadXML(jsx3.xml.CdfDocument strXML, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public T loadXML(jsx3.xml.CdfDocument strXML, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model loadXML(String strXML, boolean bRepaint, jsx3.net.URIResolver objResolver)(Code)(Java Doc) public T loadXML(String strXML, boolean bRepaint, jsx3.net.URIResolver objResolver, Class<T> returnType)(Code)(Java Doc) public void onAfterAssemble(jsx3.app.Model objParent, jsx3.app.Server objServer)(Code)(Java Doc) public void onAfterAttach()(Code)(Java Doc) public void onBeforeAssemble(jsx3.app.Model objParent, jsx3.app.Server objServer)(Code)(Java Doc) public void onChangeServer(jsx3.app.Server objNewServer, jsx3.app.Server objOldServer)(Code)(Java Doc) public void onDestroy(jsx3.app.Model objParent)(Code)(Java Doc) public void onRemoveChild(Object[] objChild, int intIndex)(Code)(Java Doc) public void onRemoveChild(jsx3.app.Model objChild, int intIndex)(Code)(Java Doc) public void onSetChild(java.lang.Object objChild, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc) public void onSetParent(java.lang.Object objParent, org.directwebremoting.proxy.Callback<Boolean> callback)(Code)(Java Doc) public void publish(jsx3.lang.Object objEvent, org.directwebremoting.proxy.Callback<Integer> callback)(Code)(Java Doc) public jsx3.app.Model removeChild(jsx3.app.Model vntItem)(Code)(Java Doc) public T removeChild(jsx3.app.Model vntItem, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model removeChild(int vntItem)(Code)(Java Doc) public T removeChild(int vntItem, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model removeChildren(Object[] arrChildren)(Code)(Java Doc) public T removeChildren(Object[] arrChildren, Class<T> returnType)(Code)(Java Doc) public jsx3.app.Model setChild(jsx3.app.Model objChild, int intPersist, java.net.URI strSourceURL, String strNS)(Code)(Java Doc) public jsx3.app.Model setChild(jsx3.app.Model objChild, int intPersist, String strSourceURL, String strNS)(Code)(Java Doc) public void setHelpId(String strId)(Code)(Java Doc) public void setLoadType(int intLoadType)(Code)(Java Doc) public void setMetaValue(String strKey, String strValue)(Code)(Java Doc) public void setName(String strName)(Code)(Java Doc) public jsx3.app.Model setPersistence(int intPersist)(Code)(Java Doc) public void subscribe(Object[] strEventId, jsx3.lang.Object objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(String strEventId, String objHandler, String objFunction)(Code)(Java Doc) public void subscribe(String strEventId, jsx3.lang.Object objHandler, String objFunction)(Code)(Java Doc) public void subscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler, String objFunction)(Code)(Java Doc) public void subscribe(String strEventId, String objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(Object[] strEventId, jsx3.lang.Object objHandler, String objFunction)(Code)(Java Doc) public void subscribe(String strEventId, jsx3.lang.Object objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(Object[] strEventId, String objHandler, String objFunction)(Code)(Java Doc) public void subscribe(Object[] strEventId, String objHandler, org.directwebremoting.proxy.CodeBlock objFunction)(Code)(Java Doc) public void subscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler, String objFunction)(Code)(Java Doc) public void toXML(jsx3.lang.Object objProperties, org.directwebremoting.proxy.Callback<String> callback)(Code)(Java Doc) public jsx3.xml.CdfDocument toXMLDoc(jsx3.lang.Object objProperties)(Code)(Java Doc) public T toXMLDoc(jsx3.lang.Object objProperties, Class<T> returnType)(Code)(Java Doc) public void unsubscribe(Object[] strEventId, org.directwebremoting.proxy.CodeBlock objHandler)(Code)(Java Doc) public void unsubscribe(Object[] strEventId, String objHandler)(Code)(Java Doc) public void unsubscribe(String strEventId, String objHandler)(Code)(Java Doc) public void unsubscribe(String strEventId, jsx3.lang.Object objHandler)(Code)(Java Doc) public void unsubscribe(Object[] strEventId, jsx3.lang.Object objHandler)(Code)(Java Doc) public void unsubscribe(String strEventId, org.directwebremoting.proxy.CodeBlock objHandler)(Code)(Java Doc) public void unsubscribeAll(String strEventId)(Code)(Java Doc)
|
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|