public class PHED_AVAILABLECOLORS extends VirtualServerUserWindowAdapter implements AdminColorChanged
TOOLTIP_TEXT| Constructor and Description |
|---|
PHED_AVAILABLECOLORS() |
| Modifier and Type | Method and Description |
|---|---|
void |
clientUpdated(Transaction trans)
This method is called from the VirtualPanel
to cause a client transaction to update the panels.
|
void |
create(VirtualPanel panel,
VirtualCUserWindow userWindow,
PhantomCUserWindow data)
This method is called whenever the class has been instantiated.
|
boolean |
deleteAll()
Deletes all lines in a list capable control.
|
void |
dispose()
This method is called whenever a panel has been disposed of,
in order to remove listeners, etc, in order to free up memory.
|
void |
fireCreate(Transaction trans)
This method fires the creation data transaction to the client.
|
void |
fireUpdate(Transaction trans)
This method is used to fire an update message to the client by
a virtual class.
|
int |
getNextSelection(int line)
Gets the next selected line after the specified line.
|
boolean |
insertLine(String data,
int line)
Inserts a line in a list capable control.
|
boolean |
isEnabled()
Gets the enabled state of an item.
|
void |
issueAction(Transaction trans)
This method is invoked by the server kernel when an event has occured
on the client side (such as a push button has been pressed).
|
boolean |
isVisible()
Gets the visibility state of an item.
|
void |
processChangedColors()
The colors have been changed.
|
boolean |
setLine(String data,
int line)
Sets a line in a list capable control.
|
boolean |
setSelection(int line,
boolean isSelect)
Changes the selection state on a line.
|
areTextPromptsAlwaysRefreshed, callControl, deleteLine, getBackgroundColor, getCell, getColor, getFont, getForegroundColor, getLength, getLine, getLineCount, getProperty, getText, hostScreenChanged, isChecked, refresh, refreshTextPrompts, selectField, setBackgroundColor, setCell, setChecked, setColor, setEnabled, setFileFromList, setFocus, setFocus, setFont, setForegroundColor, setLength, setListFromFile, setProperty, setText, setVisiblepublic void create(VirtualPanel panel, VirtualCUserWindow userWindow, PhantomCUserWindow data)
create in interface VirtualServerUserWindowInterfacecreate in class VirtualServerUserWindowAdapterpublic void dispose()
dispose in interface VirtualUserWindowInterfacedispose in class VirtualServerUserWindowAdapterpublic void processChangedColors()
processChangedColors in interface AdminColorChangedpublic void fireCreate(Transaction trans)
fireCreate in interface VirtualUserWindowInterfacefireCreate in class VirtualServerUserWindowAdapterpublic void fireUpdate(Transaction trans)
fireUpdate in interface VirtualUserWindowInterfacefireUpdate in class VirtualServerUserWindowAdapterpublic void clientUpdated(Transaction trans)
getNextSelection
function.clientUpdated in interface VirtualUserWindowInterfaceclientUpdated in class VirtualServerUserWindowAdapterpublic void issueAction(Transaction trans)
issueAction in interface VirtualUserWindowInterfaceissueAction in class VirtualServerUserWindowAdapterpublic boolean setSelection(int line,
boolean isSelect)
setSelection in interface VirtualInterfacesetSelection in class VirtualServerUserWindowAdapterline - The line on which to change the selection state.isSelect - The new selection state.true for successful operation, false for failure.public int getNextSelection(int line)
getNextSelection in interface VirtualInterfacegetNextSelection in class VirtualServerUserWindowAdapterline - The line from which to start the search.public boolean insertLine(String data, int line)
insertLine in interface VirtualInterfaceinsertLine in class VirtualServerUserWindowAdapterpublic boolean setLine(String data, int line)
VirtualServerUserWindowAdaptersetLine in interface VirtualInterfacesetLine in class VirtualServerUserWindowAdapterpublic boolean deleteAll()
deleteAll in interface VirtualInterfacedeleteAll in class VirtualServerUserWindowAdapterpublic boolean isEnabled()
isEnabled in interface VirtualInterfaceisEnabled in class VirtualServerUserWindowAdapterpublic boolean isVisible()
isVisible in interface VirtualInterfaceisVisible in class VirtualServerUserWindowAdapterPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.