public class ChildrenImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements Children
Children.Factory
Constructor and Description |
---|
ChildrenImpl(org.apache.xmlbeans.SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
CheckBox |
addNewCheckBox()
Appends and returns a new empty value (as xml) as the last "CheckBox" element
|
ComboBox |
addNewComboBox()
Appends and returns a new empty value (as xml) as the last "ComboBox" element
|
Envelope |
addNewEnvelope()
Appends and returns a new empty value (as xml) as the last "Envelope" element
|
FlowPane |
addNewFlowPane()
Appends and returns a new empty value (as xml) as the last "FlowPane" element
|
GridPane |
addNewGridPane()
Appends and returns a new empty value (as xml) as the last "GridPane" element
|
Knob |
addNewKnob()
Appends and returns a new empty value (as xml) as the last "Knob" element
|
Label |
addNewLabel()
Appends and returns a new empty value (as xml) as the last "Label" element
|
Pane |
addNewPane()
Appends and returns a new empty value (as xml) as the last "Pane" element
|
Slider |
addNewSlider()
Appends and returns a new empty value (as xml) as the last "Slider" element
|
TextField |
addNewTextField()
Appends and returns a new empty value (as xml) as the last "TextField" element
|
TitledPane |
addNewTitledPane()
Appends and returns a new empty value (as xml) as the last "TitledPane" element
|
CheckBox[] |
getCheckBoxArray()
Gets array of all "CheckBox" elements
|
CheckBox |
getCheckBoxArray(int i)
Gets ith "CheckBox" element
|
ComboBox[] |
getComboBoxArray()
Gets array of all "ComboBox" elements
|
ComboBox |
getComboBoxArray(int i)
Gets ith "ComboBox" element
|
Envelope[] |
getEnvelopeArray()
Gets array of all "Envelope" elements
|
Envelope |
getEnvelopeArray(int i)
Gets ith "Envelope" element
|
FlowPane[] |
getFlowPaneArray()
Gets array of all "FlowPane" elements
|
FlowPane |
getFlowPaneArray(int i)
Gets ith "FlowPane" element
|
GridPane[] |
getGridPaneArray()
Gets array of all "GridPane" elements
|
GridPane |
getGridPaneArray(int i)
Gets ith "GridPane" element
|
Knob[] |
getKnobArray()
Gets array of all "Knob" elements
|
Knob |
getKnobArray(int i)
Gets ith "Knob" element
|
Label[] |
getLabelArray()
Gets array of all "Label" elements
|
Label |
getLabelArray(int i)
Gets ith "Label" element
|
Pane[] |
getPaneArray()
Gets array of all "Pane" elements
|
Pane |
getPaneArray(int i)
Gets ith "Pane" element
|
Slider[] |
getSliderArray()
Gets array of all "Slider" elements
|
Slider |
getSliderArray(int i)
Gets ith "Slider" element
|
TextField[] |
getTextFieldArray()
Gets array of all "TextField" elements
|
TextField |
getTextFieldArray(int i)
Gets ith "TextField" element
|
TitledPane[] |
getTitledPaneArray()
Gets array of all "TitledPane" elements
|
TitledPane |
getTitledPaneArray(int i)
Gets ith "TitledPane" element
|
CheckBox |
insertNewCheckBox(int i)
Inserts and returns a new empty value (as xml) as the ith "CheckBox" element
|
ComboBox |
insertNewComboBox(int i)
Inserts and returns a new empty value (as xml) as the ith "ComboBox" element
|
Envelope |
insertNewEnvelope(int i)
Inserts and returns a new empty value (as xml) as the ith "Envelope" element
|
FlowPane |
insertNewFlowPane(int i)
Inserts and returns a new empty value (as xml) as the ith "FlowPane" element
|
GridPane |
insertNewGridPane(int i)
Inserts and returns a new empty value (as xml) as the ith "GridPane" element
|
Knob |
insertNewKnob(int i)
Inserts and returns a new empty value (as xml) as the ith "Knob" element
|
Label |
insertNewLabel(int i)
Inserts and returns a new empty value (as xml) as the ith "Label" element
|
Pane |
insertNewPane(int i)
Inserts and returns a new empty value (as xml) as the ith "Pane" element
|
Slider |
insertNewSlider(int i)
Inserts and returns a new empty value (as xml) as the ith "Slider" element
|
TextField |
insertNewTextField(int i)
Inserts and returns a new empty value (as xml) as the ith "TextField" element
|
TitledPane |
insertNewTitledPane(int i)
Inserts and returns a new empty value (as xml) as the ith "TitledPane" element
|
void |
removeCheckBox(int i)
Removes the ith "CheckBox" element
|
void |
removeComboBox(int i)
Removes the ith "ComboBox" element
|
void |
removeEnvelope(int i)
Removes the ith "Envelope" element
|
void |
removeFlowPane(int i)
Removes the ith "FlowPane" element
|
void |
removeGridPane(int i)
Removes the ith "GridPane" element
|
void |
removeKnob(int i)
Removes the ith "Knob" element
|
void |
removeLabel(int i)
Removes the ith "Label" element
|
void |
removePane(int i)
Removes the ith "Pane" element
|
void |
removeSlider(int i)
Removes the ith "Slider" element
|
void |
removeTextField(int i)
Removes the ith "TextField" element
|
void |
removeTitledPane(int i)
Removes the ith "TitledPane" element
|
void |
setCheckBoxArray(CheckBox[] checkBoxArray)
Sets array of all "CheckBox" element
|
void |
setCheckBoxArray(int i,
CheckBox checkBox)
Sets ith "CheckBox" element
|
void |
setComboBoxArray(ComboBox[] comboBoxArray)
Sets array of all "ComboBox" element
|
void |
setComboBoxArray(int i,
ComboBox comboBox)
Sets ith "ComboBox" element
|
void |
setEnvelopeArray(Envelope[] envelopeArray)
Sets array of all "Envelope" element
|
void |
setEnvelopeArray(int i,
Envelope envelope)
Sets ith "Envelope" element
|
void |
setFlowPaneArray(FlowPane[] flowPaneArray)
Sets array of all "FlowPane" element
|
void |
setFlowPaneArray(int i,
FlowPane flowPane)
Sets ith "FlowPane" element
|
void |
setGridPaneArray(GridPane[] gridPaneArray)
Sets array of all "GridPane" element
|
void |
setGridPaneArray(int i,
GridPane gridPane)
Sets ith "GridPane" element
|
void |
setKnobArray(int i,
Knob knob)
Sets ith "Knob" element
|
void |
setKnobArray(Knob[] knobArray)
Sets array of all "Knob" element
|
void |
setLabelArray(int i,
Label label)
Sets ith "Label" element
|
void |
setLabelArray(Label[] labelArray)
Sets array of all "Label" element
|
void |
setPaneArray(int i,
Pane pane)
Sets ith "Pane" element
|
void |
setPaneArray(Pane[] paneArray)
Sets array of all "Pane" element
|
void |
setSliderArray(int i,
Slider slider)
Sets ith "Slider" element
|
void |
setSliderArray(Slider[] sliderArray)
Sets array of all "Slider" element
|
void |
setTextFieldArray(int i,
TextField textField)
Sets ith "TextField" element
|
void |
setTextFieldArray(TextField[] textFieldArray)
Sets array of all "TextField" element
|
void |
setTitledPaneArray(int i,
TitledPane titledPane)
Sets ith "TitledPane" element
|
void |
setTitledPaneArray(TitledPane[] titledPaneArray)
Sets array of all "TitledPane" element
|
int |
sizeOfCheckBoxArray()
Returns number of "CheckBox" element
|
int |
sizeOfComboBoxArray()
Returns number of "ComboBox" element
|
int |
sizeOfEnvelopeArray()
Returns number of "Envelope" element
|
int |
sizeOfFlowPaneArray()
Returns number of "FlowPane" element
|
int |
sizeOfGridPaneArray()
Returns number of "GridPane" element
|
int |
sizeOfKnobArray()
Returns number of "Knob" element
|
int |
sizeOfLabelArray()
Returns number of "Label" element
|
int |
sizeOfPaneArray()
Returns number of "Pane" element
|
int |
sizeOfSliderArray()
Returns number of "Slider" element
|
int |
sizeOfTextFieldArray()
Returns number of "TextField" element
|
int |
sizeOfTitledPaneArray()
Returns number of "TitledPane" element
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
public Slider[] getSliderArray()
getSliderArray
in interface Children
public Slider getSliderArray(int i)
getSliderArray
in interface Children
public int sizeOfSliderArray()
sizeOfSliderArray
in interface Children
public void setSliderArray(Slider[] sliderArray)
setSliderArray
in interface Children
public void setSliderArray(int i, Slider slider)
setSliderArray
in interface Children
public Slider insertNewSlider(int i)
insertNewSlider
in interface Children
public Slider addNewSlider()
addNewSlider
in interface Children
public void removeSlider(int i)
removeSlider
in interface Children
public Label[] getLabelArray()
getLabelArray
in interface Children
public Label getLabelArray(int i)
getLabelArray
in interface Children
public int sizeOfLabelArray()
sizeOfLabelArray
in interface Children
public void setLabelArray(Label[] labelArray)
setLabelArray
in interface Children
public void setLabelArray(int i, Label label)
setLabelArray
in interface Children
public Label insertNewLabel(int i)
insertNewLabel
in interface Children
public Label addNewLabel()
addNewLabel
in interface Children
public void removeLabel(int i)
removeLabel
in interface Children
public Pane[] getPaneArray()
getPaneArray
in interface Children
public Pane getPaneArray(int i)
getPaneArray
in interface Children
public int sizeOfPaneArray()
sizeOfPaneArray
in interface Children
public void setPaneArray(Pane[] paneArray)
setPaneArray
in interface Children
public void setPaneArray(int i, Pane pane)
setPaneArray
in interface Children
public Pane insertNewPane(int i)
insertNewPane
in interface Children
public Pane addNewPane()
addNewPane
in interface Children
public void removePane(int i)
removePane
in interface Children
public FlowPane[] getFlowPaneArray()
getFlowPaneArray
in interface Children
public FlowPane getFlowPaneArray(int i)
getFlowPaneArray
in interface Children
public int sizeOfFlowPaneArray()
sizeOfFlowPaneArray
in interface Children
public void setFlowPaneArray(FlowPane[] flowPaneArray)
setFlowPaneArray
in interface Children
public void setFlowPaneArray(int i, FlowPane flowPane)
setFlowPaneArray
in interface Children
public FlowPane insertNewFlowPane(int i)
insertNewFlowPane
in interface Children
public FlowPane addNewFlowPane()
addNewFlowPane
in interface Children
public void removeFlowPane(int i)
removeFlowPane
in interface Children
public ComboBox[] getComboBoxArray()
getComboBoxArray
in interface Children
public ComboBox getComboBoxArray(int i)
getComboBoxArray
in interface Children
public int sizeOfComboBoxArray()
sizeOfComboBoxArray
in interface Children
public void setComboBoxArray(ComboBox[] comboBoxArray)
setComboBoxArray
in interface Children
public void setComboBoxArray(int i, ComboBox comboBox)
setComboBoxArray
in interface Children
public ComboBox insertNewComboBox(int i)
insertNewComboBox
in interface Children
public ComboBox addNewComboBox()
addNewComboBox
in interface Children
public void removeComboBox(int i)
removeComboBox
in interface Children
public TextField[] getTextFieldArray()
getTextFieldArray
in interface Children
public TextField getTextFieldArray(int i)
getTextFieldArray
in interface Children
public int sizeOfTextFieldArray()
sizeOfTextFieldArray
in interface Children
public void setTextFieldArray(TextField[] textFieldArray)
setTextFieldArray
in interface Children
public void setTextFieldArray(int i, TextField textField)
setTextFieldArray
in interface Children
public TextField insertNewTextField(int i)
insertNewTextField
in interface Children
public TextField addNewTextField()
addNewTextField
in interface Children
public void removeTextField(int i)
removeTextField
in interface Children
public Knob[] getKnobArray()
getKnobArray
in interface Children
public Knob getKnobArray(int i)
getKnobArray
in interface Children
public int sizeOfKnobArray()
sizeOfKnobArray
in interface Children
public void setKnobArray(Knob[] knobArray)
setKnobArray
in interface Children
public void setKnobArray(int i, Knob knob)
setKnobArray
in interface Children
public Knob insertNewKnob(int i)
insertNewKnob
in interface Children
public Knob addNewKnob()
addNewKnob
in interface Children
public void removeKnob(int i)
removeKnob
in interface Children
public GridPane[] getGridPaneArray()
getGridPaneArray
in interface Children
public GridPane getGridPaneArray(int i)
getGridPaneArray
in interface Children
public int sizeOfGridPaneArray()
sizeOfGridPaneArray
in interface Children
public void setGridPaneArray(GridPane[] gridPaneArray)
setGridPaneArray
in interface Children
public void setGridPaneArray(int i, GridPane gridPane)
setGridPaneArray
in interface Children
public GridPane insertNewGridPane(int i)
insertNewGridPane
in interface Children
public GridPane addNewGridPane()
addNewGridPane
in interface Children
public void removeGridPane(int i)
removeGridPane
in interface Children
public TitledPane[] getTitledPaneArray()
getTitledPaneArray
in interface Children
public TitledPane getTitledPaneArray(int i)
getTitledPaneArray
in interface Children
public int sizeOfTitledPaneArray()
sizeOfTitledPaneArray
in interface Children
public void setTitledPaneArray(TitledPane[] titledPaneArray)
setTitledPaneArray
in interface Children
public void setTitledPaneArray(int i, TitledPane titledPane)
setTitledPaneArray
in interface Children
public TitledPane insertNewTitledPane(int i)
insertNewTitledPane
in interface Children
public TitledPane addNewTitledPane()
addNewTitledPane
in interface Children
public void removeTitledPane(int i)
removeTitledPane
in interface Children
public Envelope[] getEnvelopeArray()
getEnvelopeArray
in interface Children
public Envelope getEnvelopeArray(int i)
getEnvelopeArray
in interface Children
public int sizeOfEnvelopeArray()
sizeOfEnvelopeArray
in interface Children
public void setEnvelopeArray(Envelope[] envelopeArray)
setEnvelopeArray
in interface Children
public void setEnvelopeArray(int i, Envelope envelope)
setEnvelopeArray
in interface Children
public Envelope insertNewEnvelope(int i)
insertNewEnvelope
in interface Children
public Envelope addNewEnvelope()
addNewEnvelope
in interface Children
public void removeEnvelope(int i)
removeEnvelope
in interface Children
public CheckBox[] getCheckBoxArray()
getCheckBoxArray
in interface Children
public CheckBox getCheckBoxArray(int i)
getCheckBoxArray
in interface Children
public int sizeOfCheckBoxArray()
sizeOfCheckBoxArray
in interface Children
public void setCheckBoxArray(CheckBox[] checkBoxArray)
setCheckBoxArray
in interface Children
public void setCheckBoxArray(int i, CheckBox checkBox)
setCheckBoxArray
in interface Children
public CheckBox insertNewCheckBox(int i)
insertNewCheckBox
in interface Children
public CheckBox addNewCheckBox()
addNewCheckBox
in interface Children
public void removeCheckBox(int i)
removeCheckBox
in interface Children
Copyright © 2014. All Rights Reserved.