viewtify.ui.dock
Dock
Generated model for DockModel
.
view
Class?
View
?
View
The exposed property.
registration
kiss.WiseConsumerDock
Dock
The exposed property.
location
UnaryOperatorDockRecommendedLocation
DockRecommendedLocation
The exposed property.
initialView
boolean
The exposed property.
with
ÃŒnstantiator?
?
The singleton builder.
Dock
()
HIDE CONSTRUCTOR
view
()
Class?
View
?
View
Class |
Set the View class to be displayed.
registration
()
kiss.WiseConsumerDock
Dock
kiss.WiseConsumer |
Sets the behaviour when actually displayed on the tab.
location
()
UnaryOperatorDockRecommendedLocation
DockRecommendedLocation
UnaryOperator |
Determines the area to be displayed when showing.
initialView
()
boolean
boolean |
Sets whether or not to display this information during the initial layout.
toString
()
String
String |
All property values. |
Show all property values.
hashCode
()
int
int |
A hash value of the sequence of property values. |
Generates a hash code for a sequence of property values. The hash code is generated as if all the property values were placed into an array, and that array were hashed by calling Arrays.hashCode(Object[]).
equals
(Object
o
)
boolean
Object
o
)Object o |
|
boolean |
true if the all properties are equal to each other and false otherwise. |
Returns true if the all properties are equal to each other and false otherwise. Consequently, if both properties are null, true is returned and if exactly one property is null, false is returned. Otherwise, equality is determined by using the equals method of the base model.