com.sybase.uep.bobclient.controls
Interface ITextInput

All Superinterfaces:
PIMControl
All Known Implementing Classes:
PasswordInput, TextInput

public interface ITextInput
extends PIMControl

All controls need to support all simple types editor.

Author:
linsong

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

setRawBinaryData

void setRawBinaryData(byte[] data)
Set the byte array data

Parameters:
data -

getRawBinaryData

byte[] getRawBinaryData()
Get byte array data

Returns:

setSchemaType

void setSchemaType(java.lang.String schemaType)
Set schema type

Parameters:
schemaType -

setLogicalType

void setLogicalType(LogicalType logcalType)
Set logical type

Parameters:
logcalType -

setText

void setText(java.lang.String text)
Set text value

Parameters:
text -

getText

java.lang.String getText()
Get the text value of editor

Returns:

getController

TextInputController getController()
Get the text input controller

Returns:

setController

void setController(TextInputController textInputCtrller)
Set text input controller

Parameters:
textInputCtrller -

validate

boolean validate()
Validate text input value

Returns:

setNeedValidate

void setNeedValidate(boolean needValidate)
Specify need validate or not