|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextInput
All controls need to support all simple types editor.
Method Summary | |
---|---|
TextInputController |
getController()
Get the text input controller |
byte[] |
getRawBinaryData()
Get byte array data |
java.lang.String |
getText()
Get the text value of editor |
void |
setController(TextInputController textInputCtrller)
Set text input controller |
void |
setLogicalType(LogicalType logcalType)
Set logical type |
void |
setNeedValidate(boolean needValidate)
Specify need validate or not |
void |
setRawBinaryData(byte[] data)
Set the byte array data |
void |
setSchemaType(java.lang.String schemaType)
Set schema type |
void |
setText(java.lang.String text)
Set text value |
boolean |
validate()
Validate text input value |
Methods inherited from interface com.sybase.uep.bobclient.controls.PIMControl |
---|
getLogicalType, getPIMValue, getSchemaType, setPIMValue |
Method Detail |
---|
void setRawBinaryData(byte[] data)
data
- byte[] getRawBinaryData()
void setSchemaType(java.lang.String schemaType)
schemaType
- void setLogicalType(LogicalType logcalType)
logcalType
- void setText(java.lang.String text)
text
- java.lang.String getText()
TextInputController getController()
void setController(TextInputController textInputCtrller)
textInputCtrller
- boolean validate()
void setNeedValidate(boolean needValidate)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |