com.sybase.uep.bobclient.controls
Interface PIMControl
- All Known Subinterfaces:
- ITextInput
- All Known Implementing Classes:
- CheckBox, PasswordInput, RadioBoxGroup, SelectBox, TextInput
public interface PIMControl
This is the PIMControl interface
All controls that will need to read and
write from PIM applications need
to implement this interface
- Author:
- tdang
getLogicalType
LogicalType getLogicalType()
getSchemaType
java.lang.String getSchemaType()
setPIMValue
void setPIMValue(java.lang.Object value)
getPIMValue
java.lang.Object getPIMValue()