Index
All Classes|All Packages
H
- hasError() - Method in interface com.ebasetech.xi.api.controls.FileItem
 - 
Returns true if the file fails to upload
 - 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) - Method in interface com.ebasetech.xi.api.connectors.RESTDataConnector
 - 
Performs an authenticated HEAD request to the API using the settings of the RESTDataConnector
 - head(String) - Static method in class com.ebasetech.xi.services.RestServices
 - 
Performs a REST HTTP HEAD call on a resource.
 - head(String, String) - Method in interface com.ebasetech.xi.api.GatewayRestServices
 - 
Performs a REST HTTP HEAD call on a resource.
 - head(String, String, Map<String, Object>, Map<String, Object>) - Method in interface com.ebasetech.xi.api.GatewayRestServices
 - 
Performs a REST HTTP HEAD call on a resource.
 - head(String, String, Map<String, Object>, Map<String, Object>, RestOptions) - Method in interface com.ebasetech.xi.api.GatewayRestServices
 - 
Performs a REST HTTP HEAD call on a resource.
 - head(String, Map<String, Object>) - Method in interface com.ebasetech.xi.api.connectors.RESTDataConnector
 - 
Performs an authenticated HEAD request to the API using the settings of the RESTDataConnector The default headers from the RESTDataConnector are included in the request.
 - 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.
 - head(String, Map<String, Object>, Map<String, Object>, Authentication, RestOptions, String) - 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.
 - HeadingControl - Interface in com.ebasetech.xi.api.controls
 - 
Heading Control
 - 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
HorizontalBoxLayoutCellinterface provides the ability to override properties from the parent control'sHorizontalBoxLayout; - 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.
 - HtmlElementProperties - Interface in com.ebasetech.xi.api.controls
 - 
The
HtmlElementPropertieslets the developer change the behaviour of the control at runtime by adding and removing HTMLElement properties to change the interaction of browsers rich text client applications. - 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
 - HttpAuthorisationError - Exception in com.ebasetech.xi.services
 - 
HttpAuthorisationErrorshould be created when aRESTDataConnectorfails with an Authentication Error response code, for example 401 - HttpAuthorisationError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpAuthorisationError
 - HttpError - Exception in com.ebasetech.xi.services
 - 
HttpErrorcontains the reason for the failure and the response code that generated the error - HttpError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpError
 - HttpNotFoundError - Exception in com.ebasetech.xi.services
 - 
NotFoundErrorshould be created when aRESTDataConnectorfails with an Not Found response code, i.e 404 - HttpNotFoundError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpNotFoundError
 - HttpRequestError - Exception in com.ebasetech.xi.services
 - 
RequestErrorshould be created when aRESTDataConnectorfails with an generic request error response codes, i.e 400 Bad Request - HttpRequestError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpRequestError
 - HttpServerError - Exception in com.ebasetech.xi.services
 - 
HttpServerErrorshould be created when aRESTDataConnectorfails with an generic server error response codes, i.e 500 Server Error - HttpServerError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpServerError
 - HttpUnknownError - Exception in com.ebasetech.xi.services
 - 
HttpUnknownErrorshould be created when aRESTDataConnectorfails with an unknown response code - HttpUnknownError(String, int) - Constructor for exception com.ebasetech.xi.services.HttpUnknownError
 - 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.
 
All Classes|All Packages