|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebComponent
com.sibvisions.rad.ui.web.impl.component.WebTextField
public class WebTextField
Web server implementation of ITextField.
| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.web.impl.WebComponent |
|---|
componentId |
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
WebTextField()
Creates a new instance of WebTextField. |
|
| Method Summary | |
|---|---|
int |
getColumns()
Returns the number of columns in this ITextField. |
String |
getText()
Returns the text string that the label displays. |
boolean |
isEditable()
Returns the boolean indicating whether this ITextField is editable or not. |
void |
setColumns(int pColumns)
Sets the number of columns in this ITextField,
and then invalidate the layout. |
void |
setEditable(boolean pEditable)
Sets the specified boolean to indicate whether or not this ITextField should be editable. |
void |
setText(String pText)
Defines the single line of text this component will display. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, setAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
| Constructor Detail |
|---|
public WebTextField()
WebTextField.
ITextField| Method Detail |
|---|
public String getText()
getText in interface ILabelILabel.setText(java.lang.String)public void setText(String pText)
setText in interface ILabelpText - the textpublic int getColumns()
ITextField.
getColumns in interface ITextFieldpublic void setColumns(int pColumns)
ITextField,
and then invalidate the layout.
setColumns in interface ITextFieldpColumns - the number of columns >= 0public boolean isEditable()
ITextField is editable or not.
isEditable in interface ITextFieldITextField.setEditable(boolean)public void setEditable(boolean pEditable)
ITextField should be editable.
setEditable in interface ITextFieldpEditable - the boolean to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||