public interface Declarative
| Modifier and Type | Method and Description |
|---|---|
URL |
getDocumentURL()
The document URL describing the UI.
|
UIType |
getType()
Distinguish component types.
|
String |
getViewLocation()
Contains the document url describing the UI.
|
void |
setUIType(UIType type)
Set the UI type to distinguish component types
|
void |
setViewLocation(String documentURL)
Set the viewLocation location on component start.
|
String getViewLocation()
void setViewLocation(String documentURL)
documentURL - , the url of the FXML documentURL getDocumentURL()
UIType getType()
void setUIType(UIType type)
type, - PROGRAMMATIC / DECLARATIVE typeCopyright © 2014. All rights reserved.