Package com.orchestranetworks.ui
Class UIHttpManagerComponent.CloseButtonSpec
- java.lang.Object
-
- com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
-
- Enclosing class:
- UIHttpManagerComponent
public static final class UIHttpManagerComponent.CloseButtonSpec extends Object
Defines the appearance of the close button.
-
-
Field Summary
Fields Modifier and Type Field Description static UIHttpManagerComponent.CloseButtonSpec
CROSS
Displays a cross button on the top right.static UIHttpManagerComponent.CloseButtonSpec
LOGOUT
Displays the standard log out button on the top right.
-
Constructor Summary
Constructors Constructor Description CloseButtonSpec(String flag)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format()
boolean
isCross()
boolean
isLogout()
static UIHttpManagerComponent.CloseButtonSpec
parse(String flag)
-
-
-
Field Detail
-
LOGOUT
public static final UIHttpManagerComponent.CloseButtonSpec LOGOUT
Displays the standard log out button on the top right.
-
CROSS
public static final UIHttpManagerComponent.CloseButtonSpec CROSS
Displays a cross button on the top right.
-
-
Constructor Detail
-
CloseButtonSpec
public CloseButtonSpec(String flag)
-
-
Method Detail
-
parse
public static UIHttpManagerComponent.CloseButtonSpec parse(String flag)
-
format
public String format()
-
isLogout
public boolean isLogout()
-
isCross
public boolean isCross()
-
-