Input attribute of textbox type.
public class TextBoxAttribute
All public members of the TextBoxAttribute class, including all inherited members.
Name | Description |
---|---|
Default value (if provided) | |
Constructor. | |
Constructor. | |
Detailed description of the attribute. | |
Attribute Id. | |
Input type can be changed from the State Editor by checking/unchecking the input attribute checkbox, to set to InputType#SESSION or InputType#ATTRIBUTE, respectively. | |
More efficient way to check and obtain the value of the input attribute using a single database call. | |
Similar to getInputValue() but this method throws RequiredParameterMissingException when the input attribute is not optional (or mandatory) but the value is null (or not populated). | |
The text that was entered in the input field on the state editor. | |
Get the InputValue with no warning. | |
Whether the UI checkbox component is enabled or not. | |
Whether the input attribute is optional. | |
Return True/False when the InputAttribute contains value or not, respectively. | |
Enable or disable the checkbox. | |
Sets the processing engine context. | |
Detailed description of the attribute. | |
Attribute Id. | |
Input type can be changed from the State Editor by checking/unchecking the input attribute checkbox, to set it to InputType#SESSION or InputType#ATTRIBUTE, respectively. | |
Set the input attribute optional status. | |
Indicate how to treat the value provided in the input field, either as a "static value" or as a "session variable name" to retrieve the actual value from session variable using the specified name. |
All protected members of the TextBoxAttribute class, including all inherited members.
Name | Description |
---|---|
Sets the processing engine context. | |
Helper class used internally by the getInputValue(), getInputValueWithWarning(), and getValue(). | |
Helper class called internally by getRawValue(). | |
Description that will be displayed on the state editor for user consumption. | |
Indicator of whether this attribute is encrypted or not. | |
Unique Id of the attribute. |
The State Editor will display this input field using a textbox component, allowing user to enter value.
By default, this TextBoxAttribute is of InputAttribute.InputType#SESSION (so the checkbox will be checked), and the input field will be populated with the string ID of this input attribute. So during state processing, the input attribute value will be retrieved from the session variable of the input attribute ID.
Change the value of the input field, to retrieve the input attribute value from a different session variable name.
The textbox attribute type can be changed to InputAttribute.InputType#ATTRIBUTE so that the value in the input field is used as a static value.
TextBoxAttribute constructor
getInputValue method
isSet method
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, Sybase, Inc. - Brand Mobiliser API 1.3.0 - October 24, 2012 |