public class CClientUpdate extends CPageNode
Constructor and Description |
---|
CClientUpdate(CPageSignifPath parentpath,
java.lang.String updaterjar,
java.lang.String updaterclass)
creates a client update for the special client update message
|
Modifier and Type | Method and Description |
---|---|
CPageNode |
deepcopyWithCallback(Callback callback) |
void |
forceUpdateData(DataElt dataelt) |
DataElt |
getDataElt(DataEltType type,
java.lang.String eltname,
java.lang.String objectdataloc)
Returns a filled data element of the specified data element type.
|
javafx.scene.Node |
getNode(PageActionManager actionmanager,
CPageData pagedata,
javafx.stage.Window window,
javafx.scene.control.TabPane[] parenttabpanes) |
void |
mothball()
cleans the page node.
|
getParentpath, getPath, getSignificantpath, parseNode, setPageCatelog
public CClientUpdate(CPageSignifPath parentpath, java.lang.String updaterjar, java.lang.String updaterclass)
parentpath
- page of the parent widgetupdaterjar
- name of the updater jar (e.g. OLcUpdater.jar ). Example given is defaultupdaterclass
- name of the updater class (e.g. org.openlowcode.updater.ClientUpdater ). Example given is defaultpublic CPageNode deepcopyWithCallback(Callback callback)
deepcopyWithCallback
in class CPageNode
callback
- the callback method, may be nullpublic javafx.scene.Node getNode(PageActionManager actionmanager, CPageData pagedata, javafx.stage.Window window, javafx.scene.control.TabPane[] parenttabpanes)
getNode
in class CPageNode
actionmanager
- the action manager on which to register all widgets
that trigger an actionpagedata
- the list of input data of the pagewindow
- the javafx window this widget will be drawn inparenttabpanes
- parenttabpanes that should be triggered a layout when
this component resizespublic DataElt getDataElt(DataEltType type, java.lang.String eltname, java.lang.String objectdataloc)
CPageNode
getDataElt
in class CPageNode
type
- requested type (will be tested by the widget to see if
valid)eltname
- the name that will be put to the data elementpublic void forceUpdateData(DataElt dataelt)
forceUpdateData
in class CPageNode
dataelt
- adds data element to the node