Package com.orchestranetworks.ui
Class UIHttpManagerComponent.CloseButtonSpec
java.lang.Object
com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
- Enclosing class:
- UIHttpManagerComponent
Defines the appearance of the close button.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UIHttpManagerComponent.CloseButtonSpec
Displays a cross button on the top right.static final UIHttpManagerComponent.CloseButtonSpec
Displays the standard log out button on the top right. -
Constructor Summary
-
Method Summary
-
Field Details
-
LOGOUT
Displays the standard log out button on the top right. -
CROSS
Displays a cross button on the top right.
-
-
Constructor Details
-
CloseButtonSpec
-
-
Method Details
-
parse
-
format
-
isLogout
public boolean isLogout() -
isCross
public boolean isCross()
-