public interface Layoutable
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Layoutable.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 |
---|---|
String |
getFxId()
Gets the "fx-id" attribute
|
int |
getGridPaneColumnIndex()
Gets the "GridPane.columnIndex" attribute
|
int |
getGridPaneRowIndex()
Gets the "GridPane.rowIndex" attribute
|
float |
getLayoutX()
Gets the "layoutX" attribute
|
float |
getLayoutY()
Gets the "layoutY" attribute
|
float |
getPrefHeight()
Gets the "prefHeight" attribute
|
float |
getPrefWidth()
Gets the "prefWidth" attribute
|
String |
getStyleClass()
Gets the "styleClass" attribute
|
boolean |
isSetFxId()
True if has "fx-id" attribute
|
boolean |
isSetGridPaneColumnIndex()
True if has "GridPane.columnIndex" attribute
|
boolean |
isSetGridPaneRowIndex()
True if has "GridPane.rowIndex" attribute
|
boolean |
isSetLayoutX()
True if has "layoutX" attribute
|
boolean |
isSetLayoutY()
True if has "layoutY" attribute
|
boolean |
isSetPrefHeight()
True if has "prefHeight" attribute
|
boolean |
isSetPrefWidth()
True if has "prefWidth" attribute
|
boolean |
isSetStyleClass()
True if has "styleClass" attribute
|
void |
setFxId(String fxId)
Sets the "fx-id" attribute
|
void |
setGridPaneColumnIndex(int gridPaneColumnIndex)
Sets the "GridPane.columnIndex" attribute
|
void |
setGridPaneRowIndex(int gridPaneRowIndex)
Sets the "GridPane.rowIndex" attribute
|
void |
setLayoutX(float layoutX)
Sets the "layoutX" attribute
|
void |
setLayoutY(float layoutY)
Sets the "layoutY" attribute
|
void |
setPrefHeight(float prefHeight)
Sets the "prefHeight" attribute
|
void |
setPrefWidth(float prefWidth)
Sets the "prefWidth" attribute
|
void |
setStyleClass(String styleClass)
Sets the "styleClass" attribute
|
void |
unsetFxId()
Unsets the "fx-id" attribute
|
void |
unsetGridPaneColumnIndex()
Unsets the "GridPane.columnIndex" attribute
|
void |
unsetGridPaneRowIndex()
Unsets the "GridPane.rowIndex" attribute
|
void |
unsetLayoutX()
Unsets the "layoutX" attribute
|
void |
unsetLayoutY()
Unsets the "layoutY" attribute
|
void |
unsetPrefHeight()
Unsets the "prefHeight" attribute
|
void |
unsetPrefWidth()
Unsets the "prefWidth" attribute
|
void |
unsetStyleClass()
Unsets the "styleClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetFxId()
Gets (as xml) the "fx-id" attribute
|
org.apache.xmlbeans.XmlInt |
xgetGridPaneColumnIndex()
Gets (as xml) the "GridPane.columnIndex" attribute
|
org.apache.xmlbeans.XmlInt |
xgetGridPaneRowIndex()
Gets (as xml) the "GridPane.rowIndex" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetLayoutX()
Gets (as xml) the "layoutX" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetLayoutY()
Gets (as xml) the "layoutY" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetPrefHeight()
Gets (as xml) the "prefHeight" attribute
|
org.apache.xmlbeans.XmlFloat |
xgetPrefWidth()
Gets (as xml) the "prefWidth" attribute
|
org.apache.xmlbeans.XmlString |
xgetStyleClass()
Gets (as xml) the "styleClass" attribute
|
void |
xsetFxId(org.apache.xmlbeans.XmlString fxId)
Sets (as xml) the "fx-id" attribute
|
void |
xsetGridPaneColumnIndex(org.apache.xmlbeans.XmlInt gridPaneColumnIndex)
Sets (as xml) the "GridPane.columnIndex" attribute
|
void |
xsetGridPaneRowIndex(org.apache.xmlbeans.XmlInt gridPaneRowIndex)
Sets (as xml) the "GridPane.rowIndex" attribute
|
void |
xsetLayoutX(org.apache.xmlbeans.XmlFloat layoutX)
Sets (as xml) the "layoutX" attribute
|
void |
xsetLayoutY(org.apache.xmlbeans.XmlFloat layoutY)
Sets (as xml) the "layoutY" attribute
|
void |
xsetPrefHeight(org.apache.xmlbeans.XmlFloat prefHeight)
Sets (as xml) the "prefHeight" attribute
|
void |
xsetPrefWidth(org.apache.xmlbeans.XmlFloat prefWidth)
Sets (as xml) the "prefWidth" attribute
|
void |
xsetStyleClass(org.apache.xmlbeans.XmlString styleClass)
Sets (as xml) the "styleClass" attribute
|
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
String getFxId()
org.apache.xmlbeans.XmlString xgetFxId()
boolean isSetFxId()
void setFxId(String fxId)
void xsetFxId(org.apache.xmlbeans.XmlString fxId)
void unsetFxId()
float getLayoutX()
org.apache.xmlbeans.XmlFloat xgetLayoutX()
boolean isSetLayoutX()
void setLayoutX(float layoutX)
void xsetLayoutX(org.apache.xmlbeans.XmlFloat layoutX)
void unsetLayoutX()
float getLayoutY()
org.apache.xmlbeans.XmlFloat xgetLayoutY()
boolean isSetLayoutY()
void setLayoutY(float layoutY)
void xsetLayoutY(org.apache.xmlbeans.XmlFloat layoutY)
void unsetLayoutY()
float getPrefHeight()
org.apache.xmlbeans.XmlFloat xgetPrefHeight()
boolean isSetPrefHeight()
void setPrefHeight(float prefHeight)
void xsetPrefHeight(org.apache.xmlbeans.XmlFloat prefHeight)
void unsetPrefHeight()
float getPrefWidth()
org.apache.xmlbeans.XmlFloat xgetPrefWidth()
boolean isSetPrefWidth()
void setPrefWidth(float prefWidth)
void xsetPrefWidth(org.apache.xmlbeans.XmlFloat prefWidth)
void unsetPrefWidth()
int getGridPaneColumnIndex()
org.apache.xmlbeans.XmlInt xgetGridPaneColumnIndex()
boolean isSetGridPaneColumnIndex()
void setGridPaneColumnIndex(int gridPaneColumnIndex)
void xsetGridPaneColumnIndex(org.apache.xmlbeans.XmlInt gridPaneColumnIndex)
void unsetGridPaneColumnIndex()
int getGridPaneRowIndex()
org.apache.xmlbeans.XmlInt xgetGridPaneRowIndex()
boolean isSetGridPaneRowIndex()
void setGridPaneRowIndex(int gridPaneRowIndex)
void xsetGridPaneRowIndex(org.apache.xmlbeans.XmlInt gridPaneRowIndex)
void unsetGridPaneRowIndex()
String getStyleClass()
org.apache.xmlbeans.XmlString xgetStyleClass()
boolean isSetStyleClass()
void setStyleClass(String styleClass)
void xsetStyleClass(org.apache.xmlbeans.XmlString styleClass)
void unsetStyleClass()
Copyright © 2014. All Rights Reserved.