- hasModifier(String) - Method in interface com.ebasetech.xi.api.controls.Control
- 
Returns true if the control has the specified modifier, otherwise returns false. 
- hasRole(String) - Method in interface com.ebasetech.xi.api.SecurityManager
- 
Returns truewhen a user is logged on and the user has the role identified byroleName, 
 otherwise returnsfalse.
 
- head(String) - Static method in class com.ebasetech.xi.services.RestServices
- 
Performs a REST HTTP HEAD call on a resource. 
- head(String, Map<String, Object>, Map<String, Object>) - Static method in class com.ebasetech.xi.services.RestServices
- 
Performs a REST HTTP HEAD call on a resource. 
- head(String, Map<String, Object>, Map<String, Object>, Authentication) - Static method in class com.ebasetech.xi.services.RestServices
- 
Performs a REST HTTP HEAD call on a resource. 
- head(String, Map<String, Object>, Map<String, Object>, Authentication, RestOptions) - Static method in class com.ebasetech.xi.services.RestServices
- 
Performs a REST HTTP HEAD call on a resource. 
- HeaderControl - Interface in com.ebasetech.xi.api.controls
- 
Header Control
 A container that wraps content in a header tag. 
- hide() - Method in interface com.ebasetech.xi.api.controls.Control
- 
Hides the control, this is equivalent to setting property hiddentotrue.
 
- HORIZONTAL_ALIGNMENT_CENTER - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-  
- HORIZONTAL_ALIGNMENT_FILL - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-  
- HORIZONTAL_ALIGNMENT_LEFT - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-  
- HORIZONTAL_ALIGNMENT_NONE - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-  
- HORIZONTAL_ALIGNMENT_RIGHT - Static variable in interface com.ebasetech.xi.api.controls.ControlConstants
-  
- HorizontalBoxLayout - Interface in com.ebasetech.xi.api.controls
- 
The HorizontalBoxLayoutinterface represents a layout where child controls are laid out horizontally.
 
- HorizontalBoxLayoutCell - Interface in com.ebasetech.xi.api.controls
- 
The  HorizontalBoxLayoutCell interface provides the ability to override properties from the parent control's  HorizontalBoxLayout; 
- HorizontalLineControl - Interface in com.ebasetech.xi.api.controls
- 
A Horizontal Line Control represents a horizontal line. 
- HorizontalMenuControl - Interface in com.ebasetech.xi.api.controls
- 
A Horizontal Menu Control represents a menu where the top level is shown horizontally and is always visible. 
- HTMLControl - Interface in com.ebasetech.xi.api.controls
- 
An HTML Control can be used to hold any amount of HTML or XHTML content which will be inserted into the output page without amendment; 
 any content that is valid within the BODY section of an HTML page can be inserted. 
- HTTP_PROTOCOL_GET - Static variable in interface com.ebasetech.xi.api.WebForm
- 
Represents the http GETprotocol, for use with thecallUrlandgotoUrlmethods.
 
- HTTP_PROTOCOL_POST - Static variable in interface com.ebasetech.xi.api.WebForm
- 
Represents the http POSTprotocol, for use with thecallUrlandgotoUrlmethods.
 
- HttpAuthentication - Class in com.ebasetech.xi.services
- 
HttpAuthentication is a convenience class to create HTTP Authentication objects. 
- HttpAuthentication() - Constructor for class com.ebasetech.xi.services.HttpAuthentication
-  
- HyperlinkControl - Interface in com.ebasetech.xi.api.controls
- 
A Hyperlink Control represents a text displayed as a hyperlink. 
- HyperlinkProperties - Interface in com.ebasetech.xi.api.controls
- 
Hyperlink Properties. 
- HyperlinkStateProperties - Interface in com.ebasetech.xi.api.controls
- 
Hyperlink Properties.