public interface IDeclarative
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getDocumentURL()
The document URL describing the UI.
|
UIType |
getType()
Distinguish component types.
|
java.lang.String |
getViewLocation()
Contains the document url describing the UI.
|
void |
setUIType(UIType type)
Set the UI type to distinguish component types
|
void |
setViewLocation(java.lang.String documentURL)
Set the viewLocation location on component start.
|
java.lang.String getViewLocation()
void setViewLocation(java.lang.String documentURL)
documentURL - , the url of the FXML documentjava.net.URL getDocumentURL()
UIType getType()
void setUIType(UIType type)
type, - PROGRAMMATIC / DECLARATIVE type