| de.ug2t.unifiedGui.interfaces.IUnInputField
All known Subclasses: de.ug2t.channel.markup.generic.MuGenericInputField, de.ug2t.channel.ho.client.swing.HoSwingInputField, de.ug2t.channel.ho.server.generic.HoSrvGenericInputField,
IUnInputField | public interface IUnInputField extends IUnInputComponent,IUnComponent,IUnTextInputComponent(Code) | | author: Dirk author: date: 15.09.2003 project: WiSer-Framework author: author: IUnInputField is the common interface to an text-input widget. A single line author: of text is edited or displayed by this widget author:
|
Inner Class :public static class Factory | |
pcmf_getMaxLen | public int pcmf_getMaxLen()(Code) | |
Gets the length of the input-field
length, amount of characters which can be entered into the field |
pcmf_getSize | public int pcmf_getSize()(Code) | |
Gets the size of input-field.
size, amount of displayed characters |
pcmf_getTextAlign | public int pcmf_getTextAlign()(Code) | |
Gets the text alignment mode
ALIGN_EAST, ALIGN_CENTER or ALIGN_WEST |
pcmf_isPwd | public boolean pcmf_isPwd()(Code) | |
Gets whether the field is a password field or not
true indicates pwd field, otherwise false |
pcmf_setTextAlign | public void pcmf_setTextAlign(int xAlign)(Code) | |
Sets the text alignment to EAST or WEST
Parameters: xAlign - Alignment can be ALIGN_EAST, ALIGN_CENTER or ALIGN_WEST |
|
|