public interface CanvasItemConfig extends ModelItemConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
CanvasItemConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ComponentItemConfig |
addNewComponent()
Appends and returns a new empty value (as xml) as the last "component" element
|
ConnectionConfig |
addNewConnection()
Appends and returns a new empty value (as xml) as the last "connection" element
|
ComponentItemConfig[] |
getComponentArray()
Deprecated.
|
ComponentItemConfig |
getComponentArray(int i)
Gets ith "component" element
|
List<ComponentItemConfig> |
getComponentList()
Gets a List of "component" elements
|
ConnectionConfig[] |
getConnectionArray()
Deprecated.
|
ConnectionConfig |
getConnectionArray(int i)
Gets ith "connection" element
|
List<ConnectionConfig> |
getConnectionList()
Gets a List of "connection" elements
|
ComponentItemConfig |
insertNewComponent(int i)
Inserts and returns a new empty value (as xml) as the ith "component" element
|
ConnectionConfig |
insertNewConnection(int i)
Inserts and returns a new empty value (as xml) as the ith "connection" element
|
void |
removeComponent(int i)
Removes the ith "component" element
|
void |
removeConnection(int i)
Removes the ith "connection" element
|
void |
setComponentArray(ComponentItemConfig[] componentArray)
Sets array of all "component" element
|
void |
setComponentArray(int i,
ComponentItemConfig component)
Sets ith "component" element
|
void |
setConnectionArray(ConnectionConfig[] connectionArray)
Sets array of all "connection" element
|
void |
setConnectionArray(int i,
ConnectionConfig connection)
Sets ith "connection" element
|
int |
sizeOfComponentArray()
Returns number of "component" element
|
int |
sizeOfConnectionArray()
Returns number of "connection" element
|
getLabel, isSetLabel, setLabel, unsetLabel, xgetLabel, xsetLabeladdNewAddons, addNewAttributes, addNewProperties, getAddons, getAttributes, getId, getProperties, isSetId, setAddons, setAttributes, setId, setProperties, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<ComponentItemConfig> getComponentList()
ComponentItemConfig[] getComponentArray()
ComponentItemConfig getComponentArray(int i)
int sizeOfComponentArray()
void setComponentArray(ComponentItemConfig[] componentArray)
void setComponentArray(int i,
ComponentItemConfig component)
ComponentItemConfig insertNewComponent(int i)
ComponentItemConfig addNewComponent()
void removeComponent(int i)
List<ConnectionConfig> getConnectionList()
ConnectionConfig[] getConnectionArray()
ConnectionConfig getConnectionArray(int i)
int sizeOfConnectionArray()
void setConnectionArray(ConnectionConfig[] connectionArray)
void setConnectionArray(int i,
ConnectionConfig connection)
ConnectionConfig insertNewConnection(int i)
ConnectionConfig addNewConnection()
void removeConnection(int i)
Copyright © 2019. All rights reserved.