Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
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 true when a user is logged on and the user has the role identified by roleName, otherwise returns false.
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 hidden to true.
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 HorizontalBoxLayout interface 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.
HtmlElementProperties - Interface in com.ebasetech.xi.api.controls
The HtmlElementProperties lets 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 GET protocol, for use with the callUrl and gotoUrl methods.
HTTP_PROTOCOL_POST - Static variable in interface com.ebasetech.xi.api.WebForm
Represents the http POST protocol, for use with the callUrl and gotoUrl methods.
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
HttpAuthorisationError should be created when a RESTDataConnector fails 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
HttpError contains 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
NotFoundError should be created when a RESTDataConnector fails 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
RequestError should be created when a RESTDataConnector fails 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
HttpServerError should be created when a RESTDataConnector fails 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
HttpUnknownError should be created when a RESTDataConnector fails 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.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes|All Packages