public class PaletteNode extends TreeNode
A PaletteNode
expresses visual properties for how the palette will display it (eg title
, icon
) as
well as instructions for creating the component the paletteNode represents (type
, defaults
).
Various types of palettes (ListPalette
, TreePalette
, MenuPalette
, TilePalette
) render a PaletteNode in different ways, and allow the user to trigger creation
in different ways (eg drag and drop, or just click). All share a common pattern for how components are created from
palettes.
Note that in a TreePalette, a PaletteNode is essentially a TreeNode
and can have properties expected for a TreeNode (eg, showDropIcon
). Likewise a PaletteNode in a
MenuPalette can have the properties of a MenuItem
, such as MenuItem.enableIf()
.
id
factoryCreated, factoryProperties
Constructor and Description |
---|
PaletteNode() |
PaletteNode(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCanDuplicate()
If set to false, indicates that this node cannot be
copy & pasted , including disallowing calls to EditContext.makePaletteNode() for EditNodes created from this PaletteNode . |
Canvas |
getCanvasDefaults()
Defaults for the component to be created from this palette.
|
Canvas |
getCanvasLiveObject()
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
DrawItem |
getDrawItemDefaults()
Defaults for the component to be created from this palette.
|
DrawItem |
getDrawItemLiveObject()
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
DrawPane |
getDrawPaneDefaults()
Defaults for the component to be created from this palette.
|
DrawPane |
getDrawPaneLiveObject()
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
EditNode |
getEditNodeProperties()
Properties to be applied to the
editNode when created. |
EditProxy |
getEditProxyProperties()
Properties to be applied to the
liveObject .editProxy when created. |
FormItem |
getFormItemDefaults()
Defaults for the component to be created from this palette.
|
FormItem |
getFormItemLiveObject()
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
java.lang.String |
getIcon()
Icon for this paletteNode.
|
java.lang.String |
getIdPrefix()
Prefix used to create unique component ID.
|
java.lang.Object |
getLiveObject()
For a paletteNode which should be a "singleton", that is, always provides the exact same
object (==) rather than a dynamically created copy, provide the singleton object as
liveObject . |
static PaletteNode |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getTitle()
Textual title for this paletteNode.
|
java.lang.String |
getType()
String this paletteNode creates, for example, "ListGrid".
|
void |
setCanDuplicate(java.lang.Boolean canDuplicate)
If set to false, indicates that this node cannot be
copy & pasted , including disallowing calls to EditContext.makePaletteNode() for EditNodes created from this PaletteNode . |
void |
setCanvasDefaults(Canvas defaults)
Defaults for the component to be created from this palette.
|
void |
setCanvasLiveObject(Canvas liveObject)
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
void |
setDrawItemDefaults(DrawItem defaults)
Defaults for the component to be created from this palette.
|
void |
setDrawItemLiveObject(DrawItem liveObject)
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
void |
setDrawPaneDefaults(DrawPane defaults)
Defaults for the component to be created from this palette.
|
void |
setDrawPaneLiveObject(DrawPane liveObject)
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
void |
setEditNodeProperties(EditNode editNodeProperties)
Properties to be applied to the
editNode when created. |
void |
setEditProxyProperties(EditProxy editProxyProperties)
Properties to be applied to the
liveObject .editProxy when created. |
void |
setFormItemDefaults(FormItem defaults)
Defaults for the component to be created from this palette.
|
void |
setFormItemLiveObject(FormItem liveObject)
For a paletteNode which should be a "singleton", that is, always provides the exact same object (==) rather than a
dynamically created copy, provide the singleton object as
liveObject . |
void |
setIcon(java.lang.String icon)
Icon for this paletteNode.
|
void |
setIdPrefix(java.lang.String idPrefix)
Prefix used to create unique component ID.
|
void |
setTitle(java.lang.String title)
Textual title for this paletteNode.
|
void |
setType(java.lang.String type)
String this paletteNode creates, for example, "ListGrid".
|
getCanAcceptDrop, getCanDrag, getEnabled, getName, getShowDropIcon, getShowOpenIcon, getShowSelectedIcon, setCanAcceptDrop, setCanDrag, setChildren, setEnabled, setID, setIsFolder, setName, setParentID, setShowDropIcon, setShowOpenIcon, setShowSelectedIcon
get_baseStyle, get_canEdit, get_canRemove, getBackgroundComponent, getCanExpand, getCanSelect, getCustomStyle, getDetailDS, getEmbeddedComponent, getEmbeddedComponentFields, getEmbeddedComponentPosition, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getIsSeparator, getLinkText, getShowRollOver, getSingleCellValue, set_baseStyle, set_canEdit, set_canRemove, setBackgroundComponent, setCanExpand, setCanSelect, setCustomStyle, setDetailDS, setEmbeddedComponent, setEmbeddedComponentFields, setEmbeddedComponentPosition, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setIsSeparator, setLinkText, setShowRollOver, setSingleCellValue
convertToRecordArray, copyAttributes, copyAttributesInto, getAttributeAsRecordArray, getAttributeAsRecordList, getPaletteDefaults, isARecord, toMap
getRef, getRef, internalSetID
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public PaletteNode()
public PaletteNode(com.google.gwt.core.client.JavaScriptObject jsObj)
public static PaletteNode getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setCanDuplicate(java.lang.Boolean canDuplicate)
copy & pasted
, including disallowing calls to EditContext.makePaletteNode()
for EditNodes
created from this PaletteNode
.canDuplicate
- New canDuplicate value. Default value is nullpublic java.lang.Boolean getCanDuplicate()
copy & pasted
, including disallowing calls to EditContext.makePaletteNode()
for EditNodes
created from this PaletteNode
.public void setCanvasDefaults(Canvas defaults)
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
defaults
- New defaults value. Default value is nullSGWTProperties
public Canvas getCanvasDefaults()
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
public void setCanvasLiveObject(Canvas liveObject)
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
liveObject
- New liveObject value. Default value is nullpublic Canvas getCanvasLiveObject()
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
public void setDrawItemDefaults(DrawItem defaults)
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
defaults
- New defaults value. Default value is nullSGWTProperties
public DrawItem getDrawItemDefaults()
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
public void setDrawItemLiveObject(DrawItem liveObject)
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
liveObject
- New liveObject value. Default value is nullpublic DrawItem getDrawItemLiveObject()
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
public void setDrawPaneDefaults(DrawPane defaults)
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
defaults
- New defaults value. Default value is nullSGWTProperties
public DrawPane getDrawPaneDefaults()
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
public void setDrawPaneLiveObject(DrawPane liveObject)
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
liveObject
- New liveObject value. Default value is nullpublic DrawPane getDrawPaneLiveObject()
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
public void setEditNodeProperties(EditNode editNodeProperties)
editNode
when created.editNodeProperties
- New editNodeProperties value. Default value is nullpublic EditNode getEditNodeProperties()
editNode
when created.public void setEditProxyProperties(EditProxy editProxyProperties)
liveObject
.editProxy
when created.editProxyProperties
- New editProxyProperties value. Default value is nullSGWTProperties
public EditProxy getEditProxyProperties()
liveObject
.editProxy
when created.public void setFormItemDefaults(FormItem defaults)
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
defaults
- New defaults value. Default value is nullpublic FormItem getFormItemDefaults()
For example, if type
is "ListGrid", properties valid to pass to ListGrid.create().
Note that event handlers or method overrides cannot be configured as defaults
, as they cannot be serialized
or restored. Instead, create a subclass that implements the desired behaviors, and use that subclass as type
.
See also Reflection
for
special concerns when making a GWT subclass usable in Component XML
and
Dashboards & Tools
in general.
public void setFormItemLiveObject(FormItem liveObject)
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
liveObject
- New liveObject value. Default value is nullpublic FormItem getFormItemLiveObject()
liveObject
. Instead of dynamically creating
an object from defaults, the liveObject
will simply be assigned to EditNode.liveObject
for the created editNode.
public void setIcon(java.lang.String icon)
public java.lang.String getIcon()
public void setIdPrefix(java.lang.String idPrefix)
type
is used.idPrefix
- New idPrefix value. Default value is nullpublic java.lang.String getIdPrefix()
type
is used.public void setTitle(java.lang.String title)
setTitle
in class TreeNode
title
- New title value. Default value is nullTree.setTitleProperty(java.lang.String)
,
Tree.getTitle(com.smartgwt.client.widgets.tree.TreeNode)
,
HTMLString
public java.lang.String getTitle()
getTitle
in class TreeNode
Tree.getTitleProperty()
,
Tree.getTitle(com.smartgwt.client.widgets.tree.TreeNode)
,
HTMLString
public void setType(java.lang.String type)
type
- New type value. Default value is nullSCClassName
public java.lang.String getType()
SCClassName
public java.lang.Object getLiveObject()
liveObject
.
Instead of dynamically creating an object from defaults, the liveObject
will
simply be assigned to
EditNode.liveObject
for the
created editNode.
Use the more specific live object getter API, such as
getCanvasLiveObject()
if you are sure of the type.
getCanvasLiveObject()
,
getDrawItemLiveObject()
,
getDrawPaneLiveObject()
,
getFormItemLiveObject()