public static final class UIHttpManagerComponent.CloseButtonSpec extends Object
| Modifier and Type | Field and 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 and Description | 
|---|
CloseButtonSpec(String flag)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
format()  | 
boolean | 
isCross()  | 
boolean | 
isLogout()  | 
static UIHttpManagerComponent.CloseButtonSpec | 
parse(String flag)  | 
public static final UIHttpManagerComponent.CloseButtonSpec LOGOUT
public static final UIHttpManagerComponent.CloseButtonSpec CROSS
public CloseButtonSpec(String flag)
public static UIHttpManagerComponent.CloseButtonSpec parse(String flag)
public String format()
public boolean isLogout()
public boolean isCross()