public interface IListCapableControl
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundColor()
Get control background color.
|
int |
getFieldType()
Gets the field type.
|
FileListContent |
getFileListContent()
Gets the file list contents instance, it is null if no
external file is used.
|
int |
getFont()
Gets the font.
|
int |
getForegroundColor()
Get control foreground color.
|
PhantomHostField |
getHostField()
Gets the host field.
|
String |
getHostFieldName()
Gets the host field name.
|
String |
getID()
Gets the ID.
|
int |
getLength()
Gets the length of the entry field.
|
Vector<String>[] |
getLists(VirtualPanel panel,
Object[] isChanged)
Gets the lists in a two-vector array.
|
PhantomObject |
getObject()
Gets the object, null for none.
|
boolean |
hasValueRange()
Checks for value range, spin button only.
|
boolean |
isCaseSensitive()
Case sensitive sorting.
|
boolean |
isDirectChecked()
Check for direct-checked when user types a character.
|
boolean |
isNeverDisabled()
Should control never be disabled.
|
boolean |
isSorted()
If the list is sorted.
|
void |
processColorConversion(VirtualControl vCtl,
int vioColor,
boolean doForegroundColor,
boolean doKeepBackgroundAtNoConversion)
Handle color conversion for host update.
|
String getID()
int getLength()
int getFieldType()
boolean isDirectChecked()
PhantomObject getObject()
int getFont()
int getForegroundColor()
int getBackgroundColor()
PhantomHostField getHostField()
String getHostFieldName()
boolean isNeverDisabled()
boolean isSorted()
boolean isCaseSensitive()
boolean hasValueRange()
FileListContent getFileListContent()
Vector<String>[] getLists(VirtualPanel panel, Object[] isChanged)
The parameter "isChanged" should be null or an Object[1] array initiated with null as Object[0]. Upon return, the Object[0] member is non-null if the text is formatted according to the panel causing the file not to be able to be cached on the client.
void processColorConversion(VirtualControl vCtl, int vioColor, boolean doForegroundColor, boolean doKeepBackgroundAtNoConversion)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.