A B C D E F G H I J L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORT - com.github.bordertech.wcomponents.util.WComponentTreeVisitor.VisitorResult
-
Stop tree traversal altogether.
- ABORT_BRANCH - com.github.bordertech.wcomponents.util.WComponentTreeVisitor.VisitorResult
-
Continue tree traversal, but not in this branch.
- AbstractAction - Class in com.github.bordertech.wcomponents.subordinate
-
A class of "action functions" that apply a value to a target, where the target could be an individual component or a group of components.
- AbstractAction(SubordinateTarget, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractAction
-
Creates an action with the given target.
- AbstractBasicTableModel - Class in com.github.bordertech.wcomponents
-
A skeleton implementation of a basic data model that does not support filtering, sorting, or editability.
- AbstractBasicTableModel() - Constructor for class com.github.bordertech.wcomponents.AbstractBasicTableModel
- AbstractBeanBoundTableModel - Class in com.github.bordertech.wcomponents
-
A default implementation of the
WTable.BeanBoundTableModel
interface. - AbstractBeanBoundTableModel() - Constructor for class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
- AbstractBeanTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andAbstractBeanBoundTableModel
instead. - AbstractBeanTableDataModel() - Constructor for class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.
- AbstractComparator - Class in com.github.bordertech.wcomponents.util
-
Helper class used to provide common functionality for
Comparator
instances used by e.g. table sorting. - AbstractComparator() - Constructor for class com.github.bordertech.wcomponents.util.AbstractComparator
- AbstractCompare - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that compares the trigger and its compare value.
- AbstractCompare(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Create a Compare condition with a trigger and compare value.
- AbstractCompare.CompareType - Enum in com.github.bordertech.wcomponents.subordinate
-
An enumerated class for the type of compares.
- AbstractCondition - Class in com.github.bordertech.wcomponents.subordinate
-
A "Condition" function that evaluate to either true or false.
- AbstractCondition() - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractCondition
- AbstractContainer - Class in com.github.bordertech.wcomponents
-
This abstract implements the
Container
interface to expose methods for retrieving the contents of the container. - AbstractContainer() - Constructor for class com.github.bordertech.wcomponents.AbstractContainer
- AbstractContainerHelper - Class in com.github.bordertech.wcomponents.container
-
This class exists to enable sharing of features that are common between Servlet and Portlet handling of WComponents.
- AbstractContainerHelper() - Constructor for class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- AbstractContainerHelper.UIContextWrap - Class in com.github.bordertech.wcomponents.container
-
This class exists because we'd like to simulate clustering while still being able to use the UIContext as the synchronization lock when servicing a request.
- AbstractEnvironment - Class in com.github.bordertech.wcomponents
-
A base implementation for WEnvironment.
- AbstractEnvironment() - Constructor for class com.github.bordertech.wcomponents.AbstractEnvironment
- AbstractFieldValidator - Class in com.github.bordertech.wcomponents.validator
-
This class provides the common functionality required by a
FieldValidator
implementation. - AbstractFieldValidator() - Constructor for class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Creates an AbstractFieldValidator with no message.
- AbstractFieldValidator(String) - Constructor for class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Creates an AbstractFieldValidator with the given error message.
- AbstractInput - Class in com.github.bordertech.wcomponents
-
Superclass for components that correspond to an input field.
- AbstractInput() - Constructor for class com.github.bordertech.wcomponents.AbstractInput
- AbstractInput.InputModel - Class in com.github.bordertech.wcomponents
-
InputModel holds Extrinsic state management of the field.
- AbstractMutableContainer - Class in com.github.bordertech.wcomponents
-
This abstract class extends AbstractContainer and implements the
MutableContainer
interface to expose methods for modifying the contents of a container. - AbstractMutableContainer() - Constructor for class com.github.bordertech.wcomponents.AbstractMutableContainer
- AbstractNamingContextContainer - Class in com.github.bordertech.wcomponents
-
This abstract container implements
NamingContextable
. - AbstractNamingContextContainer() - Constructor for class com.github.bordertech.wcomponents.AbstractNamingContextContainer
- AbstractRequest - Class in com.github.bordertech.wcomponents
-
This abstract class is intended to support all the various request implementations.
- AbstractRequest() - Constructor for class com.github.bordertech.wcomponents.AbstractRequest
- AbstractSearchReplaceWriter - Class in com.github.bordertech.wcomponents.util
-
AbstractSearchReplaceWriter is a writer extension that allows programmatic replacement of strings contained in written stream.
- AbstractSearchReplaceWriter(String[], Writer) - Constructor for class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Creates a SearchReplaceWriter.
- AbstractSetEnable - Class in com.github.bordertech.wcomponents.subordinate
-
An "action function" that sets the enable/disable attribute on a wcomponent or group of wcomponents.
- AbstractSetEnable(SubordinateTarget, Boolean) - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractSetEnable
-
Creates an action with the given target.
- AbstractSetMandatory - Class in com.github.bordertech.wcomponents.subordinate
-
An "action function" that sets the mandatory attribute on a wcomponent or group of wcomponents.
- AbstractSetMandatory(SubordinateTarget, Boolean) - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractSetMandatory
-
Creates a SetMandatory action function with the given target and value.
- AbstractSetVisible - Class in com.github.bordertech.wcomponents.subordinate
-
An "action function" that sets the `hidden` state on a WComponent or group of WComponents.
- AbstractSetVisible(SubordinateTarget, Boolean) - Constructor for class com.github.bordertech.wcomponents.subordinate.AbstractSetVisible
-
Creates a AbstractSetVisible action with the given target and value.
- AbstractTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andAbstractTableModel
instead. - AbstractTableDataModel() - Constructor for class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.
- AbstractTableModel - Class in com.github.bordertech.wcomponents
-
A skeleton implementation of a simple data model that does not support sorting, selectability, expandability or editability.
- AbstractTableModel() - Constructor for class com.github.bordertech.wcomponents.AbstractTableModel
- AbstractTransientDataContainer - Class in com.github.bordertech.wcomponents
-
AbstractTransientContextContainer ensures that all child components have transient state - ie will have their UI contexts reset after each request.
- AbstractTransientDataContainer() - Constructor for class com.github.bordertech.wcomponents.AbstractTransientDataContainer
- AbstractTreeItemModel - Class in com.github.bordertech.wcomponents
-
A skeleton implementation of
TreeItemModel
used withWTree
. - AbstractTreeItemModel() - Constructor for class com.github.bordertech.wcomponents.AbstractTreeItemModel
- AbstractTreeNode - Class in com.github.bordertech.wcomponents.util
-
A default implementation of the TreeNode interface.
- AbstractTreeNode() - Constructor for class com.github.bordertech.wcomponents.util.AbstractTreeNode
- AbstractTreeTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andAbstractTableModel
instead. - AbstractTreeTableDataModel(TableTreeNode) - Constructor for class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.Creates a SimpleTableDataModel containing the given data.
- AbstractTreeVisitorWithResult() - Constructor for class com.github.bordertech.wcomponents.util.TreeUtil.AbstractTreeVisitorWithResult
-
Deprecated.
- AbstractVisitorWithResult<T> - Class in com.github.bordertech.wcomponents.util.visitor
-
An implementation of WComponentTreeVisitor which can return a result.
- AbstractVisitorWithResult() - Constructor for class com.github.bordertech.wcomponents.util.visitor.AbstractVisitorWithResult
- AbstractWComponent - Class in com.github.bordertech.wcomponents
-
AbstractWComponent is the parent class of all standard WComponents.
- AbstractWComponent() - Constructor for class com.github.bordertech.wcomponents.AbstractWComponent
- AbstractWComponent.WComponentRef - Class in com.github.bordertech.wcomponents
-
This class is used to hold a reference to the shared singleton instance of a wcomponent for the purpose of serialisation.
- AbstractWebXmlRenderer - Class in com.github.bordertech.wcomponents.render.webxml
-
An abstract web xml renderer.
- AbstractWebXmlRenderer() - Constructor for class com.github.bordertech.wcomponents.render.webxml.AbstractWebXmlRenderer
- AbstractWFieldIndicator - Class in com.github.bordertech.wcomponents.validation
-
A component to display a warning/error (or other) message that can be associated with an input field.
- AbstractWFieldIndicator(WComponent) - Constructor for class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Constructor.
- AbstractWFieldIndicator.FieldIndicatorModel - Class in com.github.bordertech.wcomponents.validation
-
Remember the dynamic list of indicator diagnostics.
- AbstractWFieldIndicator.FieldIndicatorType - Enum in com.github.bordertech.wcomponents.validation
-
Used to determine the type of field indicator.
- AbstractWMultiSelectList - Class in com.github.bordertech.wcomponents
-
AbstractWMultiSelectList provides the basis for components that allow the user to select multiple items from a list.
- AbstractWMultiSelectList(Object, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Creates an AbstractWMultiSelectList.
- AbstractWMultiSelectList(List<?>, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Creates an AbstractWMultiSelectList.
- AbstractWMultiSelectList.MultiSelectionModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the multi select list.
- AbstractWSelectList - Class in com.github.bordertech.wcomponents
-
AbstractWSelectList provides the basis for components that allow the user to select an item from a list.
- AbstractWSelectList(Object, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWSelectList
-
Creates an AbstractWSelectList.
- AbstractWSelectList(List<?>, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWSelectList
-
Creates an AbstractWSelectList.
- AbstractWSelectList.SelectionModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the list.
- AbstractWSingleSelectList - Class in com.github.bordertech.wcomponents
-
AbstractWSingleSelectList provides the basis for components that allow the user to select a single item from a list.
- AbstractWSingleSelectList(Object, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Creates an AbstractWSingleSelectList.
- AbstractWSingleSelectList(List<?>, boolean) - Constructor for class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Creates an AbstractWSingleSelectList.
- AccessKeyable - Interface in com.github.bordertech.wcomponents
-
Components that can have an access key.
- AccessKeyRendererUtil - Class in com.github.bordertech.wcomponents.render.webxml
-
Utility methods for rendering access key details.
- ACCORDION - com.github.bordertech.wcomponents.WTabSet.TabSetType
-
A special TabSet display, where Tabs and their content are interleaved vertically.
- Action - Class in com.github.bordertech.wcomponents.subordinate.builder
-
Describes an action to execute.
- Action - Interface in com.github.bordertech.wcomponents
-
WComponents that trigger a form submit can be given an Action which will be executed as part of the submit.
- Action - Interface in com.github.bordertech.wcomponents.subordinate
-
This interface marks functions that make changes to the application, such as hiding parts of a page.
- Action(Action.ActionType, SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.Action
-
Creates an action.
- Action(Action.ActionType, SubordinateTarget, WComponentGroup<? extends SubordinateTarget>) - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.Action
-
Creates an action.
- ACTION - com.github.bordertech.wcomponents.WPanel.Type
-
Deprecated.v1.2.7 use
WSection
instead - Action.ActionType - Enum in com.github.bordertech.wcomponents.subordinate
-
An enumerated class for the types of actions.
- ActionBuilder(List<Action>) - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Creates an ActionBuilder.
- ActionConstraint(int, int, boolean, String) - Constructor for class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.Creates an action constraint.
- ActionConstraint(int, int, boolean, String) - Constructor for class com.github.bordertech.wcomponents.WTable.ActionConstraint
-
Creates an action constraint.
- ActionEscape - Exception in com.github.bordertech.wcomponents
-
Extensions of ActionEscape indicated that they must be handled during the action phase of processing.
- ActionEscape() - Constructor for exception com.github.bordertech.wcomponents.ActionEscape
-
Default constructor.
- ActionEscape(String, Throwable) - Constructor for exception com.github.bordertech.wcomponents.ActionEscape
-
Constructor that allows a message and cause to be provided.
- ActionEvent - Class in com.github.bordertech.wcomponents
-
The object that indicates that a component action occured.
- ActionEvent(Object, String) - Constructor for class com.github.bordertech.wcomponents.ActionEvent
- ActionEvent(Object, String, Object) - Constructor for class com.github.bordertech.wcomponents.ActionEvent
- ACTIVE_INDICATOR - com.github.bordertech.wcomponents.WStyledText.Type
-
The text will display as an active indicator.
- ACTIVE_STATE - Static variable in class com.github.bordertech.wcomponents.WDialog
-
This state is when the dialog is open and the initial render of the content is complete.
- ACTIVE_STATE - Static variable in class com.github.bordertech.wcomponents.WWindow
-
This state is when the window is open and the initial render of the content is complete.
- AdapterBasicTableModel - Class in com.github.bordertech.wcomponents
-
Adapter to allow classes that implement the
AdapterBasicTableModel.BasicTableModel
interface to be used as the model forWTable
. - AdapterBasicTableModel(AdapterBasicTableModel.BasicTableModel) - Constructor for class com.github.bordertech.wcomponents.AdapterBasicTableModel
- AdapterBasicTableModel.BasicTableModel - Interface in com.github.bordertech.wcomponents
-
BasicTableModel provides a basic interface that can be adapted via
AdapterBasicTableModel
forWTable
. - add(int, Integer) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- add(BooleanExpression) - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
-
Adds an operand to the expression.
- add(TreeNode) - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Adds the given TreeNode to this node.
- add(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Adds the given TreeNode to this node.
- add(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Adds the given TreeNode to this node.
- add(WColumn) - Method in class com.github.bordertech.wcomponents.WRow
-
Adds the given column as a child of this component.
- add(WComponent) - Method in class com.github.bordertech.wcomponents.AbstractMutableContainer
-
Adds the given component as a child of this component.
- add(WComponent) - Method in interface com.github.bordertech.wcomponents.MutableContainer
-
Adds the given component as a "shared" child of this component.
- add(WComponent) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Override add so that components are added to the (invisible) container.
- add(WComponent) - Method in class com.github.bordertech.wcomponents.WContainer
-
Adds the given component as a "shared" child of this component.
- add(WComponent) - Method in class com.github.bordertech.wcomponents.WLabel
-
Adds the given component as a child of this component.
- add(WComponent, Serializable) - Method in class com.github.bordertech.wcomponents.WPanel
-
Adds the given component as a child of this component.
- add(WComponent, Serializable...) - Method in class com.github.bordertech.wcomponents.WPanel
-
Adds the given component as a child of this component.
- add(WComponent, String) - Method in class com.github.bordertech.wcomponents.AbstractMutableContainer
-
Deprecated.Use
WTemplate
instead - add(WComponent, String) - Method in class com.github.bordertech.wcomponents.WContainer
-
Deprecated.Use
WTemplate
instead. - add(WMenuItem) - Method in class com.github.bordertech.wcomponents.WMenu
- add(WMenuItem) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- add(WMenuItem) - Method in class com.github.bordertech.wcomponents.WSubMenu
- add(WMenuItemGroup) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.menu groups are not compatible with WCAG 2.0.
- add(WMenuItemGroup) - Method in class com.github.bordertech.wcomponents.WSubMenu
- add(WSeparator) - Method in class com.github.bordertech.wcomponents.WMenu
- add(WSeparator) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- add(WSeparator) - Method in class com.github.bordertech.wcomponents.WSubMenu
- add(WSeparator) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.separators are not available to tabsets as it does not conform with a11y requirements.
- add(WSubMenu) - Method in class com.github.bordertech.wcomponents.WMenu
- add(WSubMenu) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- add(WSubMenu) - Method in class com.github.bordertech.wcomponents.WSubMenu
- add(WTab) - Method in class com.github.bordertech.wcomponents.WTabGroup
- add(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.use
WTabSet.addTab(WComponent, String)
or overloaded version. - add(WTabGroup) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.Do not use TabGroups
- add(Integer) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- addAction(WButton) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Adds a component to the set of table actions.
- addAction(WButton) - Method in class com.github.bordertech.wcomponents.WTable
-
Adds a component to the set of table actions.
- addActionConstraint(WButton, WDataTable.ActionConstraint) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Adds a constraint to when the given action can be used.
- addActionConstraint(WButton, WDataTable.ActionConstraint) - Method in class com.github.bordertech.wcomponents.WDataTable.TableModel
-
Deprecated.Adds a constraint to the list of constraints for the given button.
- addActionConstraint(WButton, WTable.ActionConstraint) - Method in class com.github.bordertech.wcomponents.WTable
-
Adds a constraint to when the given action can be used.
- addActionConstraint(WButton, WTable.ActionConstraint) - Method in class com.github.bordertech.wcomponents.WTable.WTableComponentModel
-
Adds a constraint to the list of constraints for the given button.
- addActionOnFalse(Action) - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Add an action that should be executed if the condition evaluates to false.
- addActionOnTrue(Action) - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Add an action that should be executed if the condition evaluates to true.
- addAll(int, Collection) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- addAll(Collection) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- addAllHeadlines(PrintWriter, Headers) - Static method in class com.github.bordertech.wcomponents.container.PageContentHelper
-
Shortcut method for adding all the headline entries stored in the WHeaders.
- addAutocompleteSection(String) - Method in interface com.github.bordertech.wcomponents.autocomplete.Autocompleteable
-
Pre-pend an
autocomplete
section to the value of anautocomplete
attribute for the current field. - addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WDateField
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WDropdown
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WEmailField
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WNumberField
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WPasswordField
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- addAutocompleteSection(String) - Method in class com.github.bordertech.wcomponents.WTextField
- addBeanToScratchMap(Object, Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
- addChange(char, WhiteSpaceFilterStateMachine.StateChange) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.State
-
Adds a possible state transition.
- addChild(TreeItemIdNode) - Method in class com.github.bordertech.wcomponents.TreeItemIdNode
- addChild(WTable.RowIdWrapper) - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- addCollapsible(WCollapsible) - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
-
Adds a collpsible component to this group.
- addCollapsible(WTabSet) - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
-
Adds a
WTabSet
to this group. - addColumn(WTableColumn) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Adds a column to the table.
- addColumn(WTableColumn) - Method in class com.github.bordertech.wcomponents.WTable
-
Adds a column to the table.
- addCookie(Cookie) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- addCssFile(String) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add custom CSS held as an internal resource to be used by the Application.
- addCssHeadlines(PrintWriter, List) - Static method in class com.github.bordertech.wcomponents.container.PageContentHelper
-
Add a list of css headline entries intended to be added only once to the page.
- addCssResource(WApplication.ApplicationResource) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add a custom CSS resource that will be loaded and used by this application.
- addCssUrl(String) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add custom CSS located at the specified URL to be used by the Application.
- addDateHeader(String, long) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- addDiagnostic(Diagnostic) - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors.GroupedDiagnositcs
-
Adds a diagnostic to this group.
- addEngineOption(String, Object) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Pass configuration options to the template engine.
- addField(WButton) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Add a field consisting of a WButton with a null label.
- addField(WLabel, WComponent) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Add a field using the label and components passed in.
- addField(String, WComponent) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Add a field using the label and components passed in.
- addFile(WMultiFileWidget.FileWidgetUpload) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Add a file item to this widget.
- addFileItem(Map<String, FileItem[]>, String, FileItem) - Static method in class com.github.bordertech.wcomponents.util.RequestUtil
-
Add the file data to the files collection.
- addGenericHeaders(UIContext, WComponent) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Subclasses can override this method to add extra headers.
- addGenericHeaders(UIContext, WComponent) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Subclasses can override this method to add extra headers.
- addGenericHeaders(UIContext, WComponent) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Subclasses can override this method to add extra headers.
- addGenericHeaders(UIContext, WComponent) - Method in class com.github.bordertech.wcomponents.servlet.WServlet.WServletHelper
-
Subclasses can override this method to add extra headers.
- addHeader(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Headers added are recorded for later access.
- addHeadLine(String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Records a "shared" line for inclusion in the output.
- addHeadLine(String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Records a "shared" line for inclusion in the output.
- addHeadLine(String, String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Records a "shared" line (of a specified type) for inclusion in the output.
- addHeadLine(String, String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Records a "shared" line (of a specified type) for inclusion in the output.
- addHeadlines(PrintWriter, List) - Static method in class com.github.bordertech.wcomponents.container.PageContentHelper
-
Add a list of html headline entries intended to be added only once to the page.
- addHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Append a value to the HTML class name for this component from a set of preset values.
- addHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.ComponentModel
- addHtmlClass(HtmlClassProperties) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Append a value to the HTML class name for this component from a set of preset values.
- addHtmlClass(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Append value to the HTML class name for this component.
- addHtmlClass(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
- addHtmlClass(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Append value to the HTML class name for this component.
- addIntHeader(String, int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- ADDITIONAL - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents additional names (in some Western cultures, also known as middle names, forenames other than the first name).
- ADDITIONAL_NAME - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents additional names given on the payment instrument (in some Western cultures, also known as middle names, forenames other than the first name).
- addJsFile(String) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add custom JavaScript held as an internal resource to be used by the application.
- addJsHeadlines(PrintWriter, List) - Static method in class com.github.bordertech.wcomponents.container.PageContentHelper
-
Add a list of javascript headline entries intended to be added only once to the page.
- addJsResource(WApplication.ApplicationResource) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add a custom javaScript resource that is to be loaded and used by the application.
- addJsUrl(String) - Method in class com.github.bordertech.wcomponents.WApplication
-
Add custom javaScript located at the specified URL to be used by the Application.
- addMenuItem(MenuItem) - Method in interface com.github.bordertech.wcomponents.MenuContainer
- addMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WMenu
- addMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- addMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WSubMenu
- addMenuItemGroup(WMenuItemGroup) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.menu groups are not compatible with WCAG 2.0.
- addMessage(boolean, String, Serializable...) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Adds a message to the message box.
- addMessage(Message) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a message.
- addMessage(Message, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a message.
- addMessage(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Adds a message to the message box.
- addNotify() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Notifies this component that it now has a parent component.
- addParameter(String, Object) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Add a template parameter.
- addParameter(Map<String, String[]>, String, String) - Static method in class com.github.bordertech.wcomponents.util.RequestUtil
-
Add the request parameter to the parameters collection.
- addParameterForButton(UIContext, WButton) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Convenience method that adds a parameter emulating a button press.
- addPrevExpandedCurrent() - Method in class com.github.bordertech.wcomponents.WTree
-
Save the currently open rows.
- addPrevExpandedRow(Object) - Method in class com.github.bordertech.wcomponents.WTable
-
Track the row keys that have been expanded.
- addPrevRenderedRow(Object) - Method in class com.github.bordertech.wcomponents.WTable
-
Track the row keys that have been rendered.
- addPropertyChangeListener(PropertyChangeListener) - Static method in class com.github.bordertech.wcomponents.util.Config
-
Registers a property change listener to receive notifications of configuration changes.
- addRadioButton() - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
This method will add a radio button to the group.
- addRadioButton(Object) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
This method will add a radio button to the group with the given value.
- AddressPart - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Parts of an address that may be used to create address
autocomplete
attribute values which are applicable to inputs which accept text-form auto-fill hints. - AddressType - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Types of address that may be used with address segments to create address
autocomplete
attribute values. - addRule(Rule) - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
-
Add a Rule to the subordinate control.
- addSeparator() - Method in class com.github.bordertech.wcomponents.WMenu
-
Adds a separator to the end of the menu.
- addSeparator() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Adds a separator to this group.
- addSeparator() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Adds a separator to the sub-menu.
- addSeparator() - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.No separators in TabGroups as it does not conform with a11y requirements.
- addSeparator() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.separators are not available to tabsets as it does not conform with a11y requirements.
- addTab(WComponent, WDecoratedLabel) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a LAZY mode tab to the tab set.
- addTab(WComponent, WDecoratedLabel, char) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a LAZY tab with a given access key to the tab set.
- addTab(WComponent, WDecoratedLabel, WTabSet.TabMode) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Adds a tab to the tab set.
- addTab(WComponent, WDecoratedLabel, WTabSet.TabMode) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a tab to the tab set.
- addTab(WComponent, WDecoratedLabel, WTabSet.TabMode, char) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Adds a tab to the tab set.
- addTab(WComponent, WDecoratedLabel, WTabSet.TabMode, char) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a tab to the tab set.
- addTab(WComponent, String) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a tab to the tab set with a TabMode of LAZY.
- addTab(WComponent, String, char) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a LAZY tab with a given access key to the tab set.
- addTab(WComponent, String, WTabSet.TabMode) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Adds a tab to the tab set.
- addTab(WComponent, String, WTabSet.TabMode) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a tab to the tab set.
- addTab(WComponent, String, WTabSet.TabMode, char) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Adds a tab to the tab set.
- addTab(WComponent, String, WTabSet.TabMode, char) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a tab to the tab set.
- addTab(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Adds a
WTab
to the tab set. - addTaggedComponent(String, WComponent) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Add a tagged component to be included in the template.
- addTarget(AjaxTarget) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Add a single target WComponent to this AJAX control.
- addTargets(AjaxTarget[]) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Add an array of target components that should be targets for this AJAX request.
- addTargets(List<? extends AjaxTarget>) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Add a list of target components that should be targets for this AJAX request.
- addTerm(String, WComponent...) - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Adds a term to this definition list.
- addToGroup(T) - Method in class com.github.bordertech.wcomponents.WComponentGroup
-
Add a component to this group.
- addUniqueHeadLine(String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Records a line for inclusion in the html/head, if it has not already been included.
- addUniqueHeadLine(String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Records a line for inclusion in the html/head, if it has not already been included.
- addUniqueHeadLine(String, String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Records a "shared" line (of a specified type) for inclusion in the output, if it has not already been included.
- addUniqueHeadLine(String, String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Records a line for inclusion in the html/head, if it has not already been included.
- addValidator(FieldValidator) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Adds a validator to the input field.
- addValidator(FieldValidator) - Method in interface com.github.bordertech.wcomponents.Input
-
Adds a validator to the input field.
- addValidator(FieldValidator) - Method in class com.github.bordertech.wcomponents.WField
-
Adds a validator to the input field.
- AFTER - com.github.bordertech.wcomponents.util.HtmlIconUtil.IconPosition
-
Put an icon after other content.
- AFTER - Static variable in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Indicates that the date in the input field must be after the pivot date.
- AFTER_OR_EQUAL - Static variable in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Indicates that the date in the input field must be after or equal to the pivot date.
- afterActionExecute(Request) - Method in class com.github.bordertech.wcomponents.WButton
-
Called after the button action has been executed.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.AbstractTransientDataContainer
-
After the component has been painted, the UIContexts for this component and all its children are cleared.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Subclasses may override this method to output content after the component has been painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.monitor.ProfileContainer
-
Override afterPaint to write the statistics after the component is painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.UicProfileButton
-
Deprecated.Override afterPaint to paint the profile information if the button has been pressed.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WContent
-
Subclasses may override this method to output content after the component has been painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WMenu
-
Subclasses may override this method to output content after the component has been painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Subclasses may override this method to output content after the component has been painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WPopup
-
Make the popup not visible after painting.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WTree
-
Subclasses may override this method to output content after the component has been painted.
- afterPaint(RenderContext) - Method in class com.github.bordertech.wcomponents.WWindow
- afterPaint(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.PageShellInterceptor
-
Renders the content after the backing component.
- AJAX_REFRESH_ACTION_COMMAND - Static variable in class com.github.bordertech.wcomponents.WSuggestions
-
AJAX refresh command.
- AJAX_TRIGGER_INTERNAL_PARAM_NAME - Static variable in class com.github.bordertech.wcomponents.servlet.WServlet
-
The name of the parameter that will specify this is an internal component AJAX request.
- AJAX_TRIGGER_PARAM_NAME - Static variable in class com.github.bordertech.wcomponents.servlet.WServlet
-
The name of the parameter that will specify the id of the element that triggered the AJAX request.
- AjaxCleanupInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor cleans up any registered AJAX operations.
- AjaxCleanupInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxCleanupInterceptor
- AjaxControlModel() - Constructor for class com.github.bordertech.wcomponents.WAjaxControl.AjaxControlModel
- AjaxDebugStructureInterceptor - Class in com.github.bordertech.wcomponents.container
-
An Interceptor used to output structural debugging information for AJAX requests.
- AjaxDebugStructureInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxDebugStructureInterceptor
- AjaxErrorInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor catches exceptions and sets them as an error code.
- AjaxErrorInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxErrorInterceptor
- AjaxHelper - Class in com.github.bordertech.wcomponents
-
AjaxHelper provides convenience methods to register components for use with the AJAX servlet.
- AjaxInterceptor - Class in com.github.bordertech.wcomponents.container
-
This
InterceptorComponent
looks for an ajax 'trigger' parameter in the request. - AjaxInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxInterceptor
- AjaxInternalTrigger - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which use AJAX to handle their internal state.
- AjaxOperation - Class in com.github.bordertech.wcomponents
-
AjaxOperation describes an AJAX operation, which can replace one or more components.
- AjaxOperation(String) - Constructor for class com.github.bordertech.wcomponents.AjaxOperation
-
Creates an AjaxOperation for Internal AJAX Operation.
- AjaxOperation(String, String) - Constructor for class com.github.bordertech.wcomponents.AjaxOperation
-
Creates an AjaxOperation.
- AjaxOperation(String, List<String>) - Constructor for class com.github.bordertech.wcomponents.AjaxOperation
-
Creates an AjaxOperation.
- AjaxOperation.AjaxAction - Enum in com.github.bordertech.wcomponents
-
AJAX actions.
- AjaxPageShellInterceptor - Class in com.github.bordertech.wcomponents.container
-
This
InterceptorComponent
provides the XML wrapper necessary for serving up an AJAX response. - AjaxPageShellInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxPageShellInterceptor
- AjaxSetupInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor setups the AJAX operation details.
- AjaxSetupInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.AjaxSetupInterceptor
- AjaxTarget - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which are to be individually targeted for replacement with AJAX.
- AjaxTrigger - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which are able to trigger an AJAX request.
- AjaxTriggerException - Exception in com.github.bordertech.wcomponents.container
-
An invalid AJAX trigger was provided on the request.
- AjaxTriggerException(String) - Constructor for exception com.github.bordertech.wcomponents.container.AjaxTriggerException
- ALIGN_CENTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Center align the content of any component.
- ALIGN_LEFT - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Left align the content of any component.
- ALIGN_RIGHT - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Right align the content of any component.
- ALL - com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Display all controls.
- ALL - com.github.bordertech.wcomponents.WSelectToggle.State
-
Indicates that all items are selected.
- ALL - com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Display all controls.
- AMP_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for an ampersand (&).
- analyseAllRootWCs() - Method in class com.github.bordertech.wcomponents.monitor.UicStats
-
Analyses each root WComponent found in the UIContext.
- analyseWC(WComponent) - Method in class com.github.bordertech.wcomponents.monitor.UicStats
-
Creates statistics for the given WComponent within the uicontext being analysed.
- and() - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends an AND expression to the RHS of the expression.
- and(ExpressionBuilder) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends an AND expression to this expression.
- And - Class in com.github.bordertech.wcomponents.subordinate
-
A logical AND of two or more conditions.
- And(Condition, Condition) - Constructor for class com.github.bordertech.wcomponents.subordinate.And
-
Creates an And condition.
- And(Condition, Condition, Condition...) - Constructor for class com.github.bordertech.wcomponents.subordinate.And
-
Create an And condition with 3 or more conditions.
- AND - com.github.bordertech.wcomponents.subordinate.builder.GroupExpression.Type
-
An expression where the result is the logical AND of at least two boolean operands.
- append(char) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends the given character to this XmlStringBuilder.
- append(int) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends the integer value to this XmlStringBuilder.
- append(Object) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends the given text to this XmlStringBuilder.
- append(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends the string to this XmlStringBuilder.
- append(String, boolean) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends the string to this XmlStringBuilder.
- appendAttribute(String, int) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds an xml attribute name+value pair to the end of this XmlStringBuilder.
- appendAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds an xml attribute name+value pair to the end of this XmlStringBuilder.
- appendClose() - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds a closing angle bracket to the end of this XmlStringBuilder.
- appendEnd() - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds a tag end character plus a closing angle bracket to the end of this XmlStringBuilder.
- appendEndTag(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds an ending xml tag to the end of this XmlStringBuilder.
- appendEscaped(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Appends an XML-escaped copy of the string to this XmlStringBuffer.
- appendGetParam(String, String, StringBuffer, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Appends a key/value pair to a query string.
- appendGetParamForJavascript(String, String, StringBuffer, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
This is a slightly different version of appendGetParam that doesn't encode the ampersand seperator.
- appendOptional(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
If the value in not null, add it to the end of this XmlStringBuilder.
- appendOptionalAccessKeyXMLAttribute(AccessKeyable, WebXmlRenderContext) - Static method in class com.github.bordertech.wcomponents.render.webxml.AccessKeyRendererUtil
-
Add the optional XML attribute for access key.
- appendOptionalAttribute(String, boolean, int) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
If the flag is true, add an xml attribute name+value pair to the end of this XmlStringBuilder
- appendOptionalAttribute(String, boolean, Object) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
If the flag is true, add an xml attribute name+value pair to the end of this XmlStringBuilder
- appendOptionalAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
If the value is not null, add an xml attribute name+value pair to the end of this XmlStringBuilder
- appendOptionalUrlAttribute(String, String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
If the value is not null, add an xml attribute name+value pair to the end of this XmlStringBuilder
- appendTag(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds a starting xml tag to the end of this XmlStringBuilder.
- appendTagOpen(String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds a starting xml tag (but without the closing angle bracket) to the end of this XmlStringBuilder.
- appendUrlAttribute(String, String) - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Adds an xml URL attribute name+value pair to the end of this XmlStringBuilder.
- APPLICATION - com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Deprecated.1.2.0
- APPLICATION_ICON_URL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL for the application's icon.
- ApplicationResource(InternalResource) - Constructor for class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- ApplicationResource(String) - Constructor for class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- applyAction(SubordinateTarget, Object) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
-
Apply the action against the target.
- applyAction(SubordinateTarget, Object) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractSetEnable
-
Apply the action against the target.
- applyAction(SubordinateTarget, Object) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractSetMandatory
-
Apply the action against the target.
- applyAction(SubordinateTarget, Object) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractSetVisible
-
Apply the action against the target.
- applyRegisteredControls(Request, boolean) - Static method in class com.github.bordertech.wcomponents.subordinate.SubordinateControlHelper
-
Apply the registered Subordinate Controls.
- applyTheControls() - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
-
Run the controls.
- applyTheControls(Request) - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
-
Run the controls using values from the Request.
- AREA_CODE - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents an area code component of the telephone number, with a country-internal prefix applied if applicable, in the form of ASCII digits but not to be used with
WNumberField
. - asMessage(String, Serializable...) - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Converts a message String and optional message arguments to a an appropriate format for internationalisation.
- assertAddSupported(WComponent) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Some components may wish to throw an Exception if certain types of components can not be added.
- attachResponse(Response) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
- attachUI(WComponent) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Add the WComponent to the end of the interceptor chain.
- Audio - Interface in com.github.bordertech.wcomponents
-
Represents an audio clip.
- AudioModel() - Constructor for class com.github.bordertech.wcomponents.WAudio.AudioModel
- AudioResource - Class in com.github.bordertech.wcomponents
-
Provides a bridge to static audio resources which are present in the class path, but not in the web application itself.
- AudioResource(String) - Constructor for class com.github.bordertech.wcomponents.AudioResource
-
Creates an AudioResource.
- AudioResource(String, String) - Constructor for class com.github.bordertech.wcomponents.AudioResource
-
Creates an AudioResource.
- AUTO - com.github.bordertech.wcomponents.WAudio.Preload
-
Let the client determine what to load.
- AUTO - com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Indicates that pagination controls appear in a location determined solely by the theme.
- AUTO - com.github.bordertech.wcomponents.WVideo.Preload
-
Let the client determine what to load.
- Autocompleteable - Interface in com.github.bordertech.wcomponents.autocomplete
-
Marks a component as being able to implement the
autocomplete
attribute. - AutocompleteableDate - Interface in com.github.bordertech.wcomponents.autocomplete
-
Provides implementation of the
autocomplete
attribute for controls in the date control group such asWDateField
. - AutocompleteableEmail - Interface in com.github.bordertech.wcomponents.autocomplete
-
Provides implementation of the
autocomplete
attribute for controls in the E-mail control group such asWEmailField
. - AutocompleteableMultiline - Interface in com.github.bordertech.wcomponents.autocomplete
-
Provides implementation of the
autocomplete
attribute for controls in the Multiline control group such asWTextArea
. - AutocompleteableNumeric - Interface in com.github.bordertech.wcomponents.autocomplete
-
Provide valid
autocomplete
attribute values suitable for controls in the numeric control group such asWNumberField
. - AutocompleteablePassword - Interface in com.github.bordertech.wcomponents.autocomplete
-
Specific
autocomplete
attribute values for controls in the password control group such asWPasswordField
. - AutocompleteablePhone - Interface in com.github.bordertech.wcomponents.autocomplete
-
Specific
autocomplete
attribute values for controls in the tel control group such asWPhoneNumberField
. - AutocompleteableText - Interface in com.github.bordertech.wcomponents.autocomplete
-
Specific
autocomplete
attribute values for controls which are in the text control group such astext
control group such asWTextField
. - AutocompleteableURL - Interface in com.github.bordertech.wcomponents.autocomplete
-
Specific
autocomplete
attribute values for controls in the url control group. - AutocompleteSegment - Interface in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides a common interface for the enumerations of segments of an
autocomplete
attribute which is useful when a component exists in several auto-fill control groups. - AutocompleteUtil - Class in com.github.bordertech.wcomponents.autocomplete
-
Provides help to acquire and format values for the
autocomplete
attribute found on some HTML controls.
B
- BANNER - com.github.bordertech.wcomponents.WPanel.Type
-
Deprecated.v1.2.7 use
WSection
instead - BAR - com.github.bordertech.wcomponents.layout.ListLayout.Separator
-
Indicates that the separator should be a bar (vertical line).
- BAR - com.github.bordertech.wcomponents.WList.Separator
-
Indicates that the separator should be a bar (vertical line).
- BAR - com.github.bordertech.wcomponents.WMenu.MenuType
-
The menu is displayed as a horizontal bar, similar to menu bars in desktop applications.
- Base64Util - Class in com.github.bordertech.wcomponents.util
-
A Base64 Encoder/Decoder.
- BASELINE - com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
The content should align to the baseline.
- BeanAndProviderBoundComponentModel - Class in com.github.bordertech.wcomponents
-
The
ComponentModel
for components that support binding to a bean either directly or through a BeanProvider. - BeanAndProviderBoundComponentModel() - Constructor for class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- BeanAware - Interface in com.github.bordertech.wcomponents
-
The super-interface for "bean-aware" components.
- BeanBound - Interface in com.github.bordertech.wcomponents
-
Components implementing this interface are directly bound to a bean.
- BeanBoundComponentModel - Class in com.github.bordertech.wcomponents
-
The
ComponentModel
forBeanBound
components. - BeanBoundComponentModel() - Constructor for class com.github.bordertech.wcomponents.BeanBoundComponentModel
- BeanProvider - Interface in com.github.bordertech.wcomponents
-
The BeanProvider interface can be implemented by applications to dynamically supply BeanProviderBound WComponents with the bean data they require, whenever they request it.
- BeanProviderBound - Interface in com.github.bordertech.wcomponents
-
Components implementing this interface are bound to a bean through a BeanProvider.
- BeanProviderBoundComponentModel - Class in com.github.bordertech.wcomponents
-
The
ComponentModel
forBeanProviderBound
components. - BeanProviderBoundComponentModel() - Constructor for class com.github.bordertech.wcomponents.BeanProviderBoundComponentModel
- BeanTableDataModel - Interface in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTable.BeanBoundTableModel
instead. - BEFORE - com.github.bordertech.wcomponents.util.HtmlIconUtil.IconPosition
-
Put an icon before other content.
- BEFORE - Static variable in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Indicates that the date in the input field must be before the pivot date.
- BEFORE_OR_EQUAL - Static variable in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Indicates that the date in the input field must be before or equal to the pivot date.
- beforeActionExecute(Request) - Method in class com.github.bordertech.wcomponents.WButton
-
Called before the button action is executed.
- beforeHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Handle before handle request processing.
- beforeHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Handle before handle request processing.
- beforeHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTree
-
Handle before handle request processing.
- beforePaint(RenderContext) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Subclasses may override this method to output content before the component has been painted.
- beforePaint(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.PageShellInterceptor
-
Renders the content before the backing component.
- between(int, int) - Static method in class com.github.bordertech.wcomponents.WebUtilities.NumericEntityIgnorer
-
Constructs a
NumericEntityEscaper
between the specified values (inclusive). - BILLING - com.github.bordertech.wcomponents.autocomplete.segment.AddressType
-
Indicates the field represents an address (or address segment) that is part of a billing address.
- BIRTHDAY - com.github.bordertech.wcomponents.autocomplete.type.DateType
-
Indicates the field represents a birthday as a valid date String; used in conjunction with
WDateField
. - BIRTHDAY_DAY - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the day component of birthday as a valid integer from 1 to 31; used in conjunction with
WNumberField
or an appropriately configured selection tool such asWDropdown
. - BIRTHDAY_MONTH - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the month component of birthday as a valid integer from 1 to 12; used in conjunction with
WNumberField
or an appropriately configured selection tool such asWDropdown
. - BIRTHDAY_YEAR - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the year component of birthday as a valid positive integer; used in conjunction with
WNumberField
. - BLOCK - com.github.bordertech.wcomponents.WPanel.Type
-
Deprecated.v1.2.7 use Type.PLAIN and
Margin
instead - BOOLEAN_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'boolean' primitive type in bytes.
- BooleanExpression - Interface in com.github.bordertech.wcomponents.subordinate.builder
-
This interfaces marks an operand which evaluates to a Boolean value.
- BORDER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply the theme default border to any component.
- BorderLayout - Class in com.github.bordertech.wcomponents.layout
-
Deprecated.WComponents 1.1.4. Use
WRow
andWColumn
orColumnLayout
instead. It is preferred that an application useWTemplate
for layout as this provides for lighter payloads and more responsive UIs. - BorderLayout() - Constructor for class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.Creates a border layout.
- BorderLayout(int, int) - Constructor for class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.use
BorderLayout(Size, Size)
instead. - BorderLayout(Size, Size) - Constructor for class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.Creates a border layout with the gap between component areas.
- BorderLayout.BorderLayoutConstraint - Enum in com.github.bordertech.wcomponents.layout
-
Deprecated.An enumeration of the possible locations for content within a border layout.
- BOTH - com.github.bordertech.wcomponents.TreeItemModel.ShuffleType
-
Used as a leaf or branch.
- BOTH - com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Indicates that both horizontal and vertical separators should be displayed.
- BOTH - com.github.bordertech.wcomponents.WSuggestions.Autocomplete
-
Indicates that autocomplete may be from the textbox or from the suggestion list.
- BOTH - com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Indicates that the pagination controls should be placed both at the top and at the bottom of the table.
- BOTH - com.github.bordertech.wcomponents.WTable.SeparatorType
-
Indicates that both horizontal and vertical separators should be displayed.
- BOTTOM - com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
The content should align to the bottom.
- BOTTOM - com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Indicates the pagination controls appear at the bottom of the table.
- BOX - com.github.bordertech.wcomponents.WPanel.Type
-
A box panel has a border.
- BRANCH - com.github.bordertech.wcomponents.TreeItemModel.ShuffleType
-
Used as a branch only.
- breadthFirst() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- breadthFirst() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- BREAK_WORDS - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Allow the text content of this component to break at non-word boundaries.
- build() - Method in class com.github.bordertech.wcomponents.subordinate.builder.Action
- build() - Method in interface com.github.bordertech.wcomponents.subordinate.builder.BooleanExpression
- build() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- build() - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Returns the built expression if it passes basic validation.
- build() - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
- build() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
-
This builds the SubordinateControl.
- build() - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Build the attributes list for new window.
- buildBeanUtilString(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- Builder() - Constructor for class com.github.bordertech.wcomponents.WLink.Builder
-
Creates a builder with no attributes set.
- Builder(String, String) - Constructor for class com.github.bordertech.wcomponents.WLink.Builder
-
Creates a builder preconfigured with the given link text and URL.
- ButtonModel() - Constructor for class com.github.bordertech.wcomponents.WButton.ButtonModel
- BYTE_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'byte' primitive type in bytes.
- BytesImage - Class in com.github.bordertech.wcomponents.util.thumbnail
-
An
Image
specified by a byte array. - BytesImage(byte[], String, String, Dimension) - Constructor for class com.github.bordertech.wcomponents.util.thumbnail.BytesImage
-
This constructor creates a
BytesImage
from the given byte array.
C
- CAPTIONS - com.github.bordertech.wcomponents.Track.Kind
-
Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when sound is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf).
- CardManagerModel() - Constructor for class com.github.bordertech.wcomponents.WCardManager.CardManagerModel
- CENTER - com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.Center positioning.
- CENTER - com.github.bordertech.wcomponents.layout.ColumnLayout.Alignment
-
Indicates that content should be horizontally centered in the column.
- CENTER - com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
The components are placed in a row and centered relative to the containing
WPanel
. - CENTER - com.github.bordertech.wcomponents.layout.ListLayout.Alignment
-
Indicates that content should be horizontally centered in the WPanel.
- CENTER - com.github.bordertech.wcomponents.WColumn.Alignment
-
Indicates that content should be horizontally centered in the column.
- CENTER - com.github.bordertech.wcomponents.WTableColumn.Alignment
-
Indicates that content should be horizontally centered in the column.
- CENTER - Static variable in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.The center layout constraint (middle of container).
- CENTER - Static variable in class com.github.bordertech.wcomponents.layout.FlowLayout
-
This value indicates that the components are placed in a row and centered relative to the containing
WPanel
. - CHAPTERS - com.github.bordertech.wcomponents.Track.Kind
-
Chapter titles, intended to be used for navigating the media resource.
- CHAR_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'char' primitive type in bytes.
- CHECK_DUPLICATE_IDS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This flag controls if component ids should be checked for duplicates.
- CheckBoxModel() - Constructor for class com.github.bordertech.wcomponents.WCheckBox.CheckBoxModel
- CheckBoxSelectModel() - Constructor for class com.github.bordertech.wcomponents.WCheckBoxSelect.CheckBoxSelectModel
- checkCorrectNameContext(WComponent, String) - Method in class com.github.bordertech.wcomponents.util.TreeUtil.AbstractTreeVisitorWithResult
-
Deprecated.
- checkCorrectNameContext(WComponent, String) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentByIdVisitor
- checkExpandedCustomNodes() - Method in class com.github.bordertech.wcomponents.WTree
-
Check if custom nodes that are expanded need their child nodes added from the model.
- checkResourceRequest(HttpServletRequest, HttpServletResponse) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Check if the request is for a resource (eg static, theme...).
- checkSize(int, String) - Static method in class com.github.bordertech.wcomponents.util.MemoryUtil
-
Performs default check on the size of a "registry" of UI widgets (or similar).
- children() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- children() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- CHROME - com.github.bordertech.wcomponents.WPanel.Type
-
Deprecated.v1.2.7 use
WSection
instead - CLASS_ICON - Static variable in class com.github.bordertech.wcomponents.util.HtmlIconUtil
-
Expose the HTML className to set an icon.
- CLASS_ICON_AFTER_CONTENT - Static variable in class com.github.bordertech.wcomponents.util.HtmlIconUtil
-
Expose the HTML className to set an icon after content.
- CLASS_ICON_BEFORE_CONTENT - Static variable in class com.github.bordertech.wcomponents.util.HtmlIconUtil
-
Expose the HTML className to set an icon before content.
- classNamesMatch(String, String) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
-
Tests two class names for equality, taking partical class names (no package given) into account.
- cleanupStaleContexts(Set<?>) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Removes any stale contexts from the row context map.
- cleanupStaleContexts(Set<?>) - Method in class com.github.bordertech.wcomponents.WTable.TableRepeater
-
Removes any stale contexts from the row context map.
- clear() - Method in class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- clear() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- clearAllRegisteredControls() - Static method in class com.github.bordertech.wcomponents.subordinate.SubordinateControlHelper
-
Clear all registered Subordinate Controls on the session.
- clearAllRegisteredOperations() - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Clear the registered AJAX operations for this user context.
- clearAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.Autocompleteable
-
Clear the
autocomplete
attribute. - clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WDateField
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WDropdown
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WEmailField
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WNumberField
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WPasswordField
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- clearAutocomplete() - Method in class com.github.bordertech.wcomponents.WTextField
- clearCurrentOperationDetails() - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Clear the details of the current AJAX operation on the thread.
- clearErrors() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Clears the errors for a given user.
- clearFiles() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Clear uploaded files from this component.
- clearItemIdMaps() - Method in class com.github.bordertech.wcomponents.WTree
-
Clear the item id maps from, the scratch map.
- clearMessages() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Removes all messages from the message box.
- clearPressed() - Method in class com.github.bordertech.wcomponents.WButton
-
Clear button is pressed flag.
- clearPrevExpandedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Clear the previously expanded row keys.
- clearPrevExpandedRows() - Method in class com.github.bordertech.wcomponents.WTree
-
Clear the previously expanded row keys.
- clearPrevRenderedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Clear the previously rendered row keys.
- clearRequest() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Clears all the parameter, file, and attribute values.
- clearRequestScratchMap() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- clearRequestScratchMap() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- clearRequestScratchMap() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- clearRequestScratchMap() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Doesn't do anything - the real UI Context will clear the scratch map.
- clearRequestScratchMap(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- clearRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- clearRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- clearRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Clears the scratch map for the given component.
- clearScratchMap() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- clearScratchMap() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- clearScratchMap() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- clearScratchMap() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Doesn't do anything - the real UI Context will clear the scratch map.
- clearScratchMap(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- clearScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- clearScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- clearScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Clears the scratch map with phase scope for the given component.
- clearScratchMaps(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Recursively clears cached component scratch maps.
- clearSelectedItems() - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.Use
WMenu.clearSelectedMenuItems()
instead. - clearSelectedMenuItems() - Method in class com.github.bordertech.wcomponents.WMenu
-
Clears an existing list of selected items.
- clearSession() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Clears the session attributes.
- clearThumbnails() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Clear the thumbnails currently set on the files.
- CLIENT - com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Indicates that expanding/collapsing is handled on the client.
- CLIENT - com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Indicates that row expansion occurs on the client.
- CLIENT - com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.Indicates that pagination occurs on the client.
- CLIENT - com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Indicates that the sub-menu content is always sent to the client.
- CLIENT - com.github.bordertech.wcomponents.WTable.ExpandMode
-
Indicates that row expansion occurs on the client.
- CLIENT - com.github.bordertech.wcomponents.WTable.PaginationMode
-
Indicates that pagination occurs on the client.
- CLIENT - com.github.bordertech.wcomponents.WTabSet.TabMode
-
Indicates that the tab content is always sent to the client.
- CLIENT - com.github.bordertech.wcomponents.WTree.ExpandMode
-
Indicates that row expansion occurs on the client.
- clone() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- close() - Method in class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Writes out remaining content and optionally closes the backing writer.
- close() - Method in class com.github.bordertech.wcomponents.util.NullWriter
- CLOSE_BRACKET_DOUBLE_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for a close bracket with ampersand double escaped (}).
- CLOSE_BRACKET_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for a close bracket (}).
- closeBackingOnClose() - Method in class com.github.bordertech.wcomponents.template.TemplateWriter
- closeBackingOnClose() - Method in class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Indicates whether the backing writer should be closed on close of this writer.
- closeBackingOnClose() - Method in class com.github.bordertech.wcomponents.velocity.VelocityWriter
- closeDoc(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Closes the document.
- closeDoc(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Closes the document.
- CollapsibleGroup - Class in com.github.bordertech.wcomponents
-
This class is used to group multiple
WCollapsible
or [@link WTabSet} components and oneWCollapsibleToggle
component together. - CollapsibleGroup() - Constructor for class com.github.bordertech.wcomponents.CollapsibleGroup
- CollapsibleModel() - Constructor for class com.github.bordertech.wcomponents.WCollapsible.CollapsibleModel
- CollapsibleModel() - Constructor for class com.github.bordertech.wcomponents.WCollapsibleToggle.CollapsibleModel
- collateVisibles(WComponent) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Obtains a list of components which are visible in the given tree.
- COLUMN - com.github.bordertech.wcomponents.WDefinitionList.Type
-
A layout where elements are placed in columns.
- COLUMN - com.github.bordertech.wcomponents.WMenu.MenuType
-
The menu is displayed columns from left to right.
- ColumnLayout - Class in com.github.bordertech.wcomponents.layout
-
ColumnLayout renders its items in columns.
- ColumnLayout(int[]) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Creates a ColumnLayout with the specified percentage column widths.
- ColumnLayout(int[], int, int) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Deprecated.
- ColumnLayout(int[], ColumnLayout.Alignment[]) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Creates a ColumnLayout with the specified percentage column widths and column alignments.
- ColumnLayout(int[], ColumnLayout.Alignment[], int, int) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Deprecated.
- ColumnLayout(int[], ColumnLayout.Alignment[], Size, Size) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Creates a ColumnLayout with the specified percentage column widths.
- ColumnLayout(int[], Size, Size) - Constructor for class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Creates a ColumnLayout with the specified percentage column widths.
- ColumnLayout.Alignment - Enum in com.github.bordertech.wcomponents.layout
-
An enumeration of possible values for horizontal alignment of column content.
- ColumnModel() - Constructor for class com.github.bordertech.wcomponents.WColumn.ColumnModel
- COLUMNS - com.github.bordertech.wcomponents.WCheckBoxSelect.Layout
-
A layout where buttons are placed in columns.
- COLUMNS - com.github.bordertech.wcomponents.WDataTable.StripingType
-
Deprecated.Indicates that zebra striping should be used to highlight columns.
- COLUMNS - com.github.bordertech.wcomponents.WRadioButtonSelect.Layout
-
A layout where buttons are placed in columns.
- COLUMNS - com.github.bordertech.wcomponents.WTable.StripingType
-
Indicates that zebra striping should be used to highlight columns.
- com.github.bordertech.wcomponents - package com.github.bordertech.wcomponents
-
Contains the core components of the WComponent framework.
- com.github.bordertech.wcomponents.autocomplete - package com.github.bordertech.wcomponents.autocomplete
-
Contains the autocomplete helpers for the WComponent framework.
- com.github.bordertech.wcomponents.autocomplete.segment - package com.github.bordertech.wcomponents.autocomplete.segment
-
Contains text-segment enums for the autocomplete helpers for the WComponent framework.
- com.github.bordertech.wcomponents.autocomplete.type - package com.github.bordertech.wcomponents.autocomplete.type
-
Contains typed enums for the autocomplete helpers for the WComponent framework.
- com.github.bordertech.wcomponents.container - package com.github.bordertech.wcomponents.container
-
Contains the interceptors used by the web containers.
- com.github.bordertech.wcomponents.file - package com.github.bordertech.wcomponents.file
-
Contains the classes used by file upload.
- com.github.bordertech.wcomponents.layout - package com.github.bordertech.wcomponents.layout
-
Provides classes which are used to visually arrange components in a UI.
- com.github.bordertech.wcomponents.monitor - package com.github.bordertech.wcomponents.monitor
-
Contains the classes used for providing statics about the user context.
- com.github.bordertech.wcomponents.portlet.context - package com.github.bordertech.wcomponents.portlet.context
-
Contains the classes used by a portlet context.
- com.github.bordertech.wcomponents.registry - package com.github.bordertech.wcomponents.registry
-
Provides classes to register a component tree.
- com.github.bordertech.wcomponents.render.nil - package com.github.bordertech.wcomponents.render.nil
-
Provides a null render output format for use in testing.
- com.github.bordertech.wcomponents.render.webxml - package com.github.bordertech.wcomponents.render.webxml
-
Provides a rendering format used to output a WComponent UI for use within a web-browser.
- com.github.bordertech.wcomponents.servlet - package com.github.bordertech.wcomponents.servlet
-
Provides support for running a WComponent application in a Servlet container.
- com.github.bordertech.wcomponents.subordinate - package com.github.bordertech.wcomponents.subordinate
-
Provides functionality for shifting some basic UI operations to the client.
- com.github.bordertech.wcomponents.subordinate.builder - package com.github.bordertech.wcomponents.subordinate.builder
-
Provides an alternative syntax for creating and configuring
subordinate controls
. - com.github.bordertech.wcomponents.template - package com.github.bordertech.wcomponents.template
-
Template renderers.
- com.github.bordertech.wcomponents.util - package com.github.bordertech.wcomponents.util
-
Contains general WComponent utility classes.
- com.github.bordertech.wcomponents.util.error - package com.github.bordertech.wcomponents.util.error
-
Contains classes for mapping from system level exceptions to user friendly message.
- com.github.bordertech.wcomponents.util.error.impl - package com.github.bordertech.wcomponents.util.error.impl
-
Contains classes for the default mapping from system level exceptions to user friendly message.
- com.github.bordertech.wcomponents.util.mock - package com.github.bordertech.wcomponents.util.mock
-
Contains mock classes for unit testing.
- com.github.bordertech.wcomponents.util.mock.servlet - package com.github.bordertech.wcomponents.util.mock.servlet
-
Provides mock Servlet API classes suitable for unit testing.
- com.github.bordertech.wcomponents.util.thumbnail - package com.github.bordertech.wcomponents.util.thumbnail
-
Contains classes for providing thumbnail images.
- com.github.bordertech.wcomponents.util.visitor - package com.github.bordertech.wcomponents.util.visitor
-
Contains visitor classes that can be used by TreeUtil to search for components in the component tree.
- com.github.bordertech.wcomponents.validation - package com.github.bordertech.wcomponents.validation
-
Provides classes which can be used for validating user input entered into a WComponent UI.
- com.github.bordertech.wcomponents.validator - package com.github.bordertech.wcomponents.validator
-
Contains the default validator implementations for validating user input.
- com.github.bordertech.wcomponents.velocity - package com.github.bordertech.wcomponents.velocity
-
Provides the ability to render sections of WComponent UIs using the Apache Velocity templating language.
- COMBO - com.github.bordertech.wcomponents.WDropdown.DropdownType
-
Deprecated.WSuggestions and a WTextfield should be used instead
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- COMPARABLE_COMPARATOR - Static variable in class com.github.bordertech.wcomponents.SimpleTableModel
-
A simple comparator that compares comparables, for use in sorting e.g. columns containing Strings.
- ComparableComparator - Class in com.github.bordertech.wcomponents.util
-
A simple comparator which compares comparables.
- ComparableComparator() - Constructor for class com.github.bordertech.wcomponents.util.ComparableComparator
- compare(Comparable<?>, Comparable<?>) - Method in class com.github.bordertech.wcomponents.util.ComparableComparator
- compare(Object, Object) - Method in class com.github.bordertech.wcomponents.util.AbstractComparator
- compareAllowNull(Comparable, Comparable) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Compares two comparable objects where either may be null.
- CompareExpression - Class in com.github.bordertech.wcomponents.subordinate.builder
-
This class describes a boolean expression that compares a trigger and a value.
- CompareExpression(AbstractCompare.CompareType, SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- ComponentGroupModel() - Constructor for class com.github.bordertech.wcomponents.WComponentGroup.ComponentGroupModel
- ComponentModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WComponent.
- ComponentModel() - Constructor for class com.github.bordertech.wcomponents.ComponentModel
- ComponentWithContext - Class in com.github.bordertech.wcomponents
-
Encapsulates a component along with a context.
- ComponentWithContext(WComponent, UIContext) - Constructor for class com.github.bordertech.wcomponents.ComponentWithContext
-
Creates a ComponentWithContext.
- computeHash(InternalResource) - Static method in class com.github.bordertech.wcomponents.InternalResourceMap
-
Computes a simple hash of the resource contents.
- condition() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
-
This method is used to build the conditional statement which controls when the FlowRule should execute.
- Condition - Interface in com.github.bordertech.wcomponents.subordinate
-
This interface marks condition functions that evaluate to true or false.
- Config - Class in com.github.bordertech.wcomponents.util
-
The Config class is the central access point to the WComponent configuration mechanism, and is used to read or modify the current configuration.
- ConfigurationLoader - Interface in com.github.bordertech.wcomponents.util
-
SPI interface for classes that can load a custom configuration for WComponents.
- ConfigurationProperties - Class in com.github.bordertech.wcomponents.util
-
This class contains references to all constants and configuration options used by WComponents.
- Container - Interface in com.github.bordertech.wcomponents
-
The interface for WComponents which can contain child WComponents.
- contains(Object) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- containsAll(Collection) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- containsHeader(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Determines whether the specified header exists.
- containsOption(List<?>, Object) - Static method in class com.github.bordertech.wcomponents.SelectListUtil
-
Iterate through the options to determine if an option exists.
- containsOptionWithMatching(List<?>, Object) - Static method in class com.github.bordertech.wcomponents.SelectListUtil
-
Iterate through the options to determine if an option exists allowing for Option/Code and Legacy matching.
- containsSameData(Request) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Indicates whether the given request contains the same set of parameters as this one.
- containsSameData(Request) - Method in interface com.github.bordertech.wcomponents.Request
-
Indicates whether the given request contains the same set of parameters as this one.
- CONTENT_CACHE - com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Content cache.
- CONTENT_CACHE_KEY - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The key used for caching content.
- CONTENT_NO_CACHE - com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Content no cache.
- CONTENT_TYPE_CSS - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
CSS Content Type.
- CONTENT_TYPE_HTML - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
HTML Content Type.
- CONTENT_TYPE_JS - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
Javascript Content Type.
- CONTENT_TYPE_JSON - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
JSON Content Type.
- CONTENT_TYPE_XML - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
XML Content Type.
- ContentAccess - Interface in com.github.bordertech.wcomponents
-
This interface enables access to arbitrary document content such as a PDF.
- ContentEscape - Exception in com.github.bordertech.wcomponents
-
An Escape subclass that bypasses the usual request -> paint flow by directly producing the binary document content.
- ContentEscape(ContentAccess) - Constructor for exception com.github.bordertech.wcomponents.ContentEscape
-
Creates a ContentEscape.
- ContentModel() - Constructor for class com.github.bordertech.wcomponents.WContent.ContentModel
- ContentStreamAccess - Interface in com.github.bordertech.wcomponents
-
This interface enables access to arbitrary document content such as a PDF.
- ContextCleanupInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor removes component model objects that are no longer needed from the UIContext.
- ContextCleanupInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.ContextCleanupInterceptor
- contextDestroyed(ServletContextEvent) - Method in class com.github.bordertech.wcomponents.portlet.context.WFileWidgetCleanup
- contextInitialized(ServletContextEvent) - Method in class com.github.bordertech.wcomponents.portlet.context.WFileWidgetCleanup
-
Does nothing.
- CONTINUE - com.github.bordertech.wcomponents.util.WComponentTreeVisitor.VisitorResult
-
Continue tree traversal.
- CONTROL - com.github.bordertech.wcomponents.WDataTable.SelectAllType
-
Deprecated.Indicates that the select all/none function should is displayed as a control (checkbox).
- CONTROL - com.github.bordertech.wcomponents.WTable.SelectAllType
-
Indicates that the select all/none function should is displayed as a control (checkbox).
- convertDataToSet(Object) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
-
Convert the data to a set (if necessary).
- convertJsonToTree(String) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
- convertTreeToJson(TreeItemIdNode) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
- copy(InputStream, OutputStream) - Static method in class com.github.bordertech.wcomponents.util.StreamUtil
-
Copies information from the input stream to the output stream, using the default copy buffer size.
- copy(InputStream, OutputStream, int) - Static method in class com.github.bordertech.wcomponents.util.StreamUtil
-
Copies information from the input stream to the output stream using a specified buffer size.
- copyConfiguration(Configuration) - Static method in class com.github.bordertech.wcomponents.util.Config
-
Creates a deep-copy of the given configuration.
- copyData(Object) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Creates a copy of mutable data, to ensure updates to one component model do not update the other.
- copyTreeNode(TreeItemIdNode) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
- COUNTRY_CODE - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents a country code represented by a valid ISO 3166-1-alpha-2 country code.
- COUNTRY_CODE - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents a country code component of the telephone number consisting of ASCII digits preceded by a U+002B PLUS SIGN character (+); must not be used in conjunction with a
WPhoneNumberField
. - COUNTRY_NAME - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents a free-form text value representing the name of a country.
- createContext(Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
- createDate(int, int, int) - Static method in class com.github.bordertech.wcomponents.util.DateUtilities
-
Creates a date from the given components.
- createDiagnosticErrorComponent() - Method in class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
Creates a
WComponent
that will render the error message. - createEnvironment() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Creates an implementation of WEnvironment suitable for the type of container we are running in.
- createEnvironment() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Creates an implementation of WEnvironment suitable for the type of container we are running in.
- createEnvironment() - Method in class com.github.bordertech.wcomponents.servlet.WServlet.WServletHelper
-
Creates an implementation of WEnvironment suitable for the type of container we are running in.
- createErrorDiagnostic(WComponent, String, Serializable...) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Create and return an error diagnostic associated to the given error source.
- createErrorDiagnostic(String, Serializable...) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Create and return an error diagnostic associated to this WComponent.
- createErrorPage(boolean, Throwable) - Method in interface com.github.bordertech.wcomponents.FatalErrorPageFactory
-
Create a WComponent to display as an error page.
- createErrorPage(boolean, Throwable) - Method in class com.github.bordertech.wcomponents.FatalErrorPageFactoryImpl
-
Create a WComponent to display as an error page.
- createInterceptorChain(Object) - Method in interface com.github.bordertech.wcomponents.container.WComponentContainer
-
Deprecated.The interceptor component returned here is used to wrap the html fragment generated by the UI component.
- createInterceptorChain(Object) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
The interceptor component returned here is used to wrap the html fragment generated by the UI component.
- createInterceptorChain(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Creates a new interceptor chain to handle the given request.
- createMandatoryDiagnostic() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
This method is called by validateComponent to create the mandatory diagnostic error message if the mandatory validation check does not pass.
- createMandatoryDiagnostic() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
This method is called by validateComponent to create the mandatory diagnostic error message if the mandatory validation check does not pass.
- createPolicy(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
-
Create a Policy from a named local resource.
- createRequest() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Creates an implementation of WComponent Request suitable to the type of container we are running in.
- createRequest() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Creates an implementation of WComponent Request suitable to the type of container we are running in.
- createServletHelper(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Create a support class to coordinate the web request.
- createThumbnail(InputStream, String, Dimension, String) - Static method in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
This method takes a input document (represented by an
InputStream
) and returns a byte[] representing a JPEG "thumb nail" of a given page of the document. - createThumbNail(File) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- createUIContext() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Creates and initialises a new UIContext.
- createUIContext() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Creates and initialises a new UIContext.
- CREDIT_CARD_EXPIRY_MONTH - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the month component of the expiration date of the payment instrument as an integer from 1 to 12 and should be used in conjunction with
WNumberField
. - CREDIT_CARD_EXPIRY_YEAR - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the year component of the expiration date of the payment instrument as a positive integer and should be used in conjunction with
WNumberField
. - CSC - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents a security code for the payment instrument (also known as the card security code (CSC), card validation code (CVC), card verification value (CVV), signature panel code (SPC), credit card ID (CCID), etc).
- CSS_HEADLINE - Static variable in interface com.github.bordertech.wcomponents.Headers
-
CSS headline.
- CURRENCY - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the currency that the user would prefer the transaction to use and is in the form of an ISO 4217 currency code.
- CURRENT - com.github.bordertech.wcomponents.autocomplete.type.Password
-
Indicates the field represents the current password for the account identified by the username field (for example when logging in) and may only be used in conjunction with
WPasswordField
. - cycle() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper.UIContextWrap
-
Simulates moving between servers in a cluster by copying the UIContext backing using Serialization.
- cycleUIContext() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Call this method to simulate what would happen if the UIContext was serialized due to clustering of servers.
D
- DATA_LIST_PARAM_NAME - Static variable in class com.github.bordertech.wcomponents.servlet.WServlet
-
The name of the parameter that will specify the data list to fetch.
- DataBound - Interface in com.github.bordertech.wcomponents
-
As a general concept all WComponents can be looked upon as being editors for data structures that are entirely independent of the user interface.
- DataBoundComponentModel - Class in com.github.bordertech.wcomponents
-
The ComponentModel for components implementing the
DataBound
interface. - DataBoundComponentModel() - Constructor for class com.github.bordertech.wcomponents.DataBoundComponentModel
- DATALIST_CACHE - com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Datalist no cache.
- DATALIST_CACHING_PARAM_KEY - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag that controls Data list caching.
- DataListInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor is used to render data lists back to the client.
- DataListInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.DataListInterceptor
- DateFieldModel() - Constructor for class com.github.bordertech.wcomponents.WDateField.DateFieldModel
- DateFieldPivotValidator - Class in com.github.bordertech.wcomponents.validator
-
This class can be used to validate that a WDateField is "before" or "after" a particular "pivot" date.
- DateFieldPivotValidator() - Constructor for class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Creates a DateFieldPivotValidator.
- DateFieldPivotValidator(int) - Constructor for class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Creates a DateFieldPivotValidator.
- DateFieldPivotValidator(int, WDateField) - Constructor for class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Creates a DateFieldPivotValidator which compares against the a variable date.
- DateFieldPivotValidator(int, Date) - Constructor for class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Creates a DateFieldPivotValidator which compares against the given fixed date.
- DateType - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to date inputs such asWDateField
. - DateUtilities - Class in com.github.bordertech.wcomponents.util
-
Date-related utility methods.
- DebugStructureInterceptor - Class in com.github.bordertech.wcomponents.container
-
An Interceptor used to output structural debugging information.
- DebugStructureInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.DebugStructureInterceptor
- DebugUtil - Class in com.github.bordertech.wcomponents.util
-
Utility class used by WComponents for accessing
configuration
parameters used in debug features. - DebugValidateXML - Class in com.github.bordertech.wcomponents
-
A class used to make sure the HTML/XML generated by each
WComponent
is well formed. - DebugValidateXMLErrorDetail - Class in com.github.bordertech.wcomponents
-
Details of the WComponent and XML Validation Error.
- DebugValidateXMLErrorDetail(String, String) - Constructor for class com.github.bordertech.wcomponents.DebugValidateXMLErrorDetail
-
Creates a DebugValidateXMLErrorDetail.
- decode(char[]) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Decodes a byte array from Base64 format.
- decode(String) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Decodes a byte array from Base64 format.
- decode(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
This method is required on occasion because WebSphere Portal by default escapes "<" and ">" characters for security reasons.
- decodeBrackets(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Decode open or closed brackets in the input String.
- decodeString(String) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Decodes a string from Base64 format.
- DecoratedLabelModel() - Constructor for class com.github.bordertech.wcomponents.WDecoratedLabel.DecoratedLabelModel
- DEFAULT - com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Displays the "default" set of controls for the theme.
- DEFAULT - com.github.bordertech.wcomponents.WStyledText.WhitespaceMode
-
Default whitespace handling.
- DEFAULT - com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Displays the "default" set of controls for the theme.
- DEFAULT_AJAX_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the ajax error text.
- DEFAULT_APPLICATION_ID - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
The default application context id.
- DEFAULT_BUFFER_SIZE - Static variable in class com.github.bordertech.wcomponents.util.StreamUtil
-
Default value is 2048.
- DEFAULT_CANCEL_BUTTON_TEXT - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the cancel button text.
- DEFAULT_CONFIRMATION_PROMPT - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the confirmation prompt text.
- DEFAULT_CONTENT_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the content error text.
- DEFAULT_INTERNAL_ID - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
The default internal id name for components with no parent.
- DEFAULT_LABEL_WIDTH - Static variable in class com.github.bordertech.wcomponents.WFieldLayout
-
Deprecated.Will be defined by the theme. Set
labelWidth
<=0 for the default. - DEFAULT_LOCALE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default locale (you should probably never change this).
- DEFAULT_LOOKUP_TABLE_MESSAGE_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the missing lookup table message error text.
- DEFAULT_MIME_TYPE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default mime type for a file.
- DEFAULT_MULTI_SELECT_PAIR_OPTIONS_LIST_HEADING - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the multi-select-pair options list heading.
- DEFAULT_MULTI_SELECT_PAIR_SELECTIONS_LIST_HEADING - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the multi-select-pair selections list heading.
- DEFAULT_MULTIDROPDOWN_TIP - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for multi-dropdown default tooltip.
- DEFAULT_MULTITEXTFIELD_TIP - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for multi-textfield default tooltip.
- DEFAULT_NO_ID - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
The default id name for components with no parent and no id name set.
- DEFAULT_NO_TABLE_DATA - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the no table data message text.
- DEFAULT_PRINT_BUTTON_TEXT - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the print button text.
- DEFAULT_ROWS - Static variable in class com.github.bordertech.wcomponents.WMultiSelectPair
-
The default number of rows to display in the list boxes.
- DEFAULT_SESSION_TOKEN_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the session token error text.
- DEFAULT_STEP_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the step error text.
- DEFAULT_SYSTEM_ERROR - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the system error error text.
- DEFAULT_SYSTEM_ERROR_SEVERE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the system error error text, where the session is irrecoverable.
- DEFAULT_TYPE - Static variable in class com.github.bordertech.wcomponents.WProgressBar
-
The default type for a WProgressBar.
- DEFAULT_VALIDATION_ERROR_DATE_AFTER - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date after pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_AFTER_OR_EQUAL - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date after or equal to pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_AFTER_OR_EQUAL_TODAY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date after or equal to today pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_AFTER_TODAY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date after today pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_BEFORE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date before pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_BEFORE_OR_EQUAL - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date before or equal to pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_BEFORE_OR_EQUAL_TODAY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date before or equal to today pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_BEFORE_TODAY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date before today pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_EQUAL - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date equal pivot validator error text.
- DEFAULT_VALIDATION_ERROR_DATE_EQUAL_TODAY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default date equal to today pivot validator error text.
- DEFAULT_VALIDATION_ERROR_FILE_WRONG_SIZE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for invalid file size.
- DEFAULT_VALIDATION_ERROR_FILE_WRONG_TYPE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for invalid file type.
- DEFAULT_VALIDATION_ERROR_INVALID - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default invalid field validation error text.
- DEFAULT_VALIDATION_ERROR_INVALID_DATE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default invalid date error text.
- DEFAULT_VALIDATION_ERROR_INVALID_PARTIAL_DATE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the default invalid partial date error text.
- DEFAULT_VALIDATION_ERROR_INVALID_PATTERN - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the invalid pattern error text.
- DEFAULT_VALIDATION_ERROR_MANDATORY - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the mandatory field validation error text.
- DEFAULT_VALIDATION_ERROR_MAX_DECIMAL_PLACES - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the maximum decimal places validation error text.
- DEFAULT_VALIDATION_ERROR_MAX_LENGTH - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the miniumum length validation error text.
- DEFAULT_VALIDATION_ERROR_MAX_SELECT - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the maximum select validation error text.
- DEFAULT_VALIDATION_ERROR_MAX_VALUE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the maximum value validation error text.
- DEFAULT_VALIDATION_ERROR_MIN_LENGTH - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the miniumum length validation error text.
- DEFAULT_VALIDATION_ERROR_MIN_SELECT - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the minimum select validation error text.
- DEFAULT_VALIDATION_ERROR_MIN_VALUE - Static variable in class com.github.bordertech.wcomponents.util.InternalMessages
-
The key for the miniumum value validation error text.
- DefaultLookupTable - Class in com.github.bordertech.wcomponents.util
-
This default implementation of
LookupTable
does not provide any look-up tables. - DefaultLookupTable() - Constructor for class com.github.bordertech.wcomponents.util.DefaultLookupTable
- DefaultPageShell - Class in com.github.bordertech.wcomponents.container
-
A default implementation of the PageShell interface.
- DefaultPageShell() - Constructor for class com.github.bordertech.wcomponents.container.DefaultPageShell
- DefaultSystemFailureMapper - Class in com.github.bordertech.wcomponents.util.error.impl
-
A Simple
SystemFailureMapper
which just returns a hard coded message. - DefaultSystemFailureMapper() - Constructor for class com.github.bordertech.wcomponents.util.error.impl.DefaultSystemFailureMapper
- DefaultTransientDataContainer - Class in com.github.bordertech.wcomponents
-
A default implementation of
AbstractTransientDataContainer
that doesn't provide any data. - DefaultTransientDataContainer() - Constructor for class com.github.bordertech.wcomponents.DefaultTransientDataContainer
-
Creates an empty DefaultTransientDataContainer.
- DefaultTransientDataContainer(WComponent) - Constructor for class com.github.bordertech.wcomponents.DefaultTransientDataContainer
-
Convenience method to creates a DefaultTransientDataContainer with the given content.
- DefaultWComponent - Class in com.github.bordertech.wcomponents
-
A trivial implementation of AbstractWComponent.
- DefaultWComponent() - Constructor for class com.github.bordertech.wcomponents.DefaultWComponent
- DefinitionListModel() - Constructor for class com.github.bordertech.wcomponents.WDefinitionList.DefinitionListModel
- delete() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- DELETE - com.github.bordertech.wcomponents.WStyledText.Type
-
The text is styled as delete.
- depthFirst() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- depthFirst() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- DESCRIPTIONS - com.github.bordertech.wcomponents.Track.Kind
-
Textual descriptions of the video component of the media resource, intended for audio synthesis when the visual component is obscured, unavailable, or not usable (e.g. because the user is interacting with the application without a screen while driving, or because the user is blind).
- DEVELOPER_DEBUG_CLIENT_SIDE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.1.4.0 replaced with
ConfigurationProperties.DEVELOPER_DEBUG_ENABLED
- DEVELOPER_DEBUG_ENABLED - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether debug is enabled.
- DEVELOPER_DUMP_UICONTEXT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to dump the UIContext.
- DEVELOPER_MODE_CLUSTER_EMULATION - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use cluster emulation.
- DEVELOPER_MODE_ERROR_HANDLING - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use developer error handling.
- DEVELOPER_TOOKIT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use the developer toolkit.
- DEVELOPER_VALIDATE_XML - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to validate XML.
- DEVELOPER_VELOCITY_DEBUG - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to debug velocity templates.
- DeviceType - Enum in com.github.bordertech.wcomponents.util
-
The user's device type.
- Diagnosable - Interface in com.github.bordertech.wcomponents
-
Marks a component as being able to store diagnostic information.
- Diagnostic - Interface in com.github.bordertech.wcomponents.validation
-
Stores an error, warning or informational message produced as part of WComponent validation.
- DiagnosticImpl - Class in com.github.bordertech.wcomponents.validation
-
Default implementation of the
Diagnostic
interface. - DiagnosticImpl(int, UIContext, WComponent, String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
Constructs a DiagnosticImpl (such as an error, warning, or information item) using generic Java Objects as source and sourceField.
- DiagnosticImpl(int, WComponent, String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
Constructs a DiagnosticImpl.
- DiagnosticRenderUtil - Class in com.github.bordertech.wcomponents.render.webxml
-
Utility to render inline diagnostic messages.
- DialogModel() - Constructor for class com.github.bordertech.wcomponents.WDialog.DialogModel
- DialogOpenTrigger - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which can open a
WDialog
via AJAX. - directories(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should contain the standard browser directory buttons.
- disable(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will disable the given targets.
- Disable - Class in com.github.bordertech.wcomponents.subordinate
-
An action that disables a given target component.
- Disable(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Disable
-
Creates a disable action with the given target.
- DISABLE - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Disable the target.
- Disableable - Interface in com.github.bordertech.wcomponents
-
Expresses the notion that a WComponent can handle the idea of being "enabled" or "disabled".
- DISABLED_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is disabled.
- disableIn(SubordinateTarget, SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will disable the given target in a group of targets.
- disableIn(SubordinateTarget, WComponentGroup<SubordinateTarget>) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will disable the given target in a group of targets.
- DISABLEIN - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Disable the target in a group.
- DisableInGroup - Class in com.github.bordertech.wcomponents.subordinate
-
An action that disables only one target component within a group of components.
- DisableInGroup(SubordinateTarget, WComponentGroup<? extends SubordinateTarget>) - Constructor for class com.github.bordertech.wcomponents.subordinate.DisableInGroup
-
Creates a DisableIn action with the given target.
- disablePoll() - Method in class com.github.bordertech.wcomponents.WAjaxPollingRegion
-
Deprecated.Disables polling.
- display() - Method in class com.github.bordertech.wcomponents.WContent
-
Next time this component is painted, it will output the appropriate script to open a new browser window to display the content.
- display() - Method in class com.github.bordertech.wcomponents.WDialog
-
Signals that the dialog should be opened.
- display() - Method in class com.github.bordertech.wcomponents.WWindow
-
Signals that the pop up window should be opened in the given context.
- DISPLAY_INLINE - com.github.bordertech.wcomponents.WContent.DisplayMode
-
Indicates that the content should replace the current page.
- DISPLAY_STATE - Static variable in class com.github.bordertech.wcomponents.WWindow
-
The component is in this state when a request has been made to display the window.
- dispose() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Marks the helper as disposed.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.Equal
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThan
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThanOrEqual
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.LessThan
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.LessThanOrEqual
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.Match
-
Return true if the two values compare.
- doCompare(Object, Object) - Method in class com.github.bordertech.wcomponents.subordinate.NotEqual
-
Return true if the two values compare.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.servlet.ThemeServlet
-
Deprecated.Serves up a file from the theme.
- doHandleAjaxRefresh() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Handle the AJAX refresh request.
- doHandleChanged() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Perform change logic for this component.
- doHandleFileAjaxActionRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Handle a file action AJAX request.
- doHandleFileContentRequest(WMultiFileWidget.FileWidgetUpload) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Handle the file content request.
- doHandleInvalidOption(Object) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Handle the situation where a selected option is no longer a valid option.
- doHandleInvalidOption(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Handle the situation where a selected option is no longer a valid option.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
This method will only processes a request where the group is on the request and has no value.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Override handleRequest in order to perform processing for this component.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WDateField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set the inputs based on the incoming request.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WShuffler
-
Specific handle request processing for an input component is provided here.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTextField
-
Override handleRequest in order to perform processing for this component.
- doHandleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTree
-
Set the inputs based on the incoming request.
- doHandleTargetedRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Handle a targeted request.
- doHandleThumbnailRequest(WMultiFileWidget.FileWidgetUpload) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Handle the thumb nail request.
- doHandleUploadRequest(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
The request is a targeted file upload request.
- doInvokeLaters() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Runs the runnables that were added using
UIContext.invokeLater(Runnable)
. - doInvokeLaters() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Runs the runnables that were added using
UIContext.invokeLater(Runnable)
. - doInvokeLaters() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Runs the runnables that were added using
UIContextImpl.invokeLater(Runnable)
. - doPost(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.servlet.ThemeServlet
-
Deprecated.
- doRender(WComponent, WebXmlRenderContext) - Method in class com.github.bordertech.wcomponents.render.webxml.AbstractWebXmlRenderer
-
Paints the component and its children using the manager's layout algorithm.
- doReplace(String, Writer) - Method in class com.github.bordertech.wcomponents.template.TemplateWriter
-
Replaces the search string by rendering the corresponding component.
- doReplace(String, Writer) - Method in class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Subclasses must implement this method to perform the actual replacement.
- doReplace(String, Writer) - Method in class com.github.bordertech.wcomponents.velocity.VelocityWriter
-
Replaces the search string by rendering the corresponding component.
- DOT - com.github.bordertech.wcomponents.layout.ListLayout.Separator
-
Indicates that the separator should be a dot.
- DOT - com.github.bordertech.wcomponents.WList.Separator
-
Indicates that the separator should be a dot.
- DOUBLE_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'double' primitive type in bytes.
- doubleDecodeBrackets(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Decode double encoded open or closed brackets in the input String.
- doubleEncodeBrackets(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Double encode open or closed brackets in the input String.
- doUpdateBeanValue(Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Updates the bean value with the new value.
- DropdownModel() - Constructor for class com.github.bordertech.wcomponents.WDropdown.DropdownModel
- DropZone - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which are able to respond to the user "dropping" items via drag and drop.
- dump(Object) - Static method in class com.github.bordertech.wcomponents.util.ObjectGraphDump
-
Dumps the contents of the session attributes.
- dumpAll() - Method in class com.github.bordertech.wcomponents.UicProfileButton
-
Deprecated.Dumps all the profiling information in textual format to a StringBuffer.
- Duplet<T1 extends Serializable,T2 extends Serializable> - Class in com.github.bordertech.wcomponents.util
-
A type-safe generic collection of two Serializable items.
- Duplet() - Constructor for class com.github.bordertech.wcomponents.util.Duplet
-
Creates an empty duplet.
- Duplet(T1, T2) - Constructor for class com.github.bordertech.wcomponents.util.Duplet
-
Creates a duplet with the specified items.
- DYNAMIC - com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Indicates that expanding/collapsing is performed using AJAX requests.
- DYNAMIC - com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Indicates that row expansion should make an AJAX call every time.
- DYNAMIC - com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.Indicates that pagination occurs via AJAX calls to the server.
- DYNAMIC - com.github.bordertech.wcomponents.WDataTable.SortMode
-
Deprecated.Indicates that sorting is via AJAX calls.
- DYNAMIC - com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Indicates that an ajax request should be made whenever the menu is opened.
- DYNAMIC - com.github.bordertech.wcomponents.WTable.ExpandMode
-
Indicates that row expansion should make an AJAX call every time.
- DYNAMIC - com.github.bordertech.wcomponents.WTable.PaginationMode
-
Indicates that pagination occurs via AJAX calls to the server.
- DYNAMIC - com.github.bordertech.wcomponents.WTable.SortMode
-
Indicates that sorting is via AJAX calls.
- DYNAMIC - com.github.bordertech.wcomponents.WTabSet.TabMode
-
Indicates that an ajax request should be made whenever the tab is selected.
- DYNAMIC - com.github.bordertech.wcomponents.WTree.ExpandMode
-
Indicates that row expansion should make an AJAX call every time.
E
- EAGER - com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Indicates that expanding/collapsing is performed client-side, using a single AJAX request to obtain the content immediately after the page loads.
- EAGER - com.github.bordertech.wcomponents.WFigure.FigureMode
-
An eager figure will load its content via AJAX immediately after the page is loaded.
- EAGER - com.github.bordertech.wcomponents.WPanel.PanelMode
-
An eager panel will load its content via AJAX immediately after the page is loaded.
- EAGER - com.github.bordertech.wcomponents.WSection.SectionMode
-
An eager section will load its content via AJAX immediately after the page is loaded.
- EAGER - com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Indicates that an ajax request should be made immediately after the page is loaded.
- EAGER - com.github.bordertech.wcomponents.WTabSet.TabMode
-
Indicates that an ajax request should be made immediately after the page is loaded.
- EAST - com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.East (right) positioning.
- EAST - com.github.bordertech.wcomponents.WButton.ImagePosition
-
Image is in the East position.
- EAST - com.github.bordertech.wcomponents.WLink.ImagePosition
-
Image is in the East position.
- EAST - Static variable in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.The east layout constraint (right side of container).
- EditableImageModel() - Constructor for class com.github.bordertech.wcomponents.WEditableImage.EditableImageModel
- Email - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to email inputs such asWEmailField
. - EMAIL - com.github.bordertech.wcomponents.autocomplete.type.Email
-
Indicates the field represents an e-mail address.
- EmailFieldModel() - Constructor for class com.github.bordertech.wcomponents.WEmailField.EmailFieldModel
- EMPHASISED - com.github.bordertech.wcomponents.WStyledText.Type
-
The text will be emphasised.
- empty(String) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Determines whether the given string is null or "empty".
- EMPTY - Static variable in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Constant for rendering an empty list, to save object churn.
- EMPTY - Static variable in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Constant for rendering an empty list, to save object churn.
- EmptyIterator<T> - Class in com.github.bordertech.wcomponents.util
-
An empty Iterator, that can be returned for an iterator on a null/empty collection.
- EmptyIterator() - Constructor for class com.github.bordertech.wcomponents.util.EmptyIterator
- EmptyTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andEmptyTableModel
instead. - EmptyTableModel - Class in com.github.bordertech.wcomponents
-
An empty data model implementation, the default model used by
WTable
. - EmptyTreeItemModel - Class in com.github.bordertech.wcomponents
-
An empty data model implementation, the default model used by
WTree
. - enable(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will enable the given targets.
- Enable - Class in com.github.bordertech.wcomponents.subordinate
-
An action that enables a given target component.
- Enable(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Enable
-
Creates an enable action with the given target.
- ENABLE - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Enable the target.
- enableIn(SubordinateTarget, SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will enable the given target in a group of targets.
- enableIn(SubordinateTarget, WComponentGroup<SubordinateTarget>) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will enable the given target in a group of targets.
- ENABLEIN - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Enable the target in a group.
- EnableInGroup - Class in com.github.bordertech.wcomponents.subordinate
-
An action that enables only one target component within a group of components.
- EnableInGroup(SubordinateTarget, WComponentGroup<? extends SubordinateTarget>) - Constructor for class com.github.bordertech.wcomponents.subordinate.EnableInGroup
-
Creates a EnableIn action with the given target.
- enablePoll() - Method in class com.github.bordertech.wcomponents.WAjaxPollingRegion
-
Deprecated.Enables polling.
- encode(byte[]) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Encodes a byte array into Base64 format.
- encode(byte[], int) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Encodes a byte array into Base64 format.
- encode(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Encode all the special characters found in the given string to their escape sequences according to the XML specification, and returns the resultant string.
- ENCODE_TEXT_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component's text needs to be encoded before output.
- encodeBrackets(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Encode open or closed brackets in the input String.
- encodeForContentDispositionHeader(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Encodes the given fileName for output in the HTTP Content-Disposition header.
- encodeRedirectUrl(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- encodeRedirectURL(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- encodeString(String) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Encodes a string into Base64 format.
- encodeString(String, String) - Static method in class com.github.bordertech.wcomponents.util.Base64Util
-
Encodes a string into Base64 format.
- encodeUrl(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- encodeUrl(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Encode URL for XML.
- encodeURL(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- enumerateKeys() - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- Enumerator<T> - Class in com.github.bordertech.wcomponents.util
-
Uitlity class to wraps an
Iterator
. - Enumerator(Iterator<T>) - Constructor for class com.github.bordertech.wcomponents.util.Enumerator
-
Return an Enumeration over the values returned by the specified Iterator.
- Environment - Interface in com.github.bordertech.wcomponents
-
Methods for finding out about the environment in which wcomponents are hosted.
- Equal - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is equal to the compare value.
- Equal(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.Equal
-
Create a Equal condition with a SubordinateTrigger and Compare value.
- EQUAL - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Equal compare.
- EQUAL - Static variable in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Indicates that the date in the input field must be equal to the pivot date.
- equals(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends an equals test to the condition.
- equals(Object) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Indicates whether this ComponentModel is equal to the given object.
- equals(Object) - Method in class com.github.bordertech.wcomponents.DebugValidateXMLErrorDetail
-
Indicates whether this error details is equal to the given object.
- equals(Object) - Method in class com.github.bordertech.wcomponents.Message
-
Indicates whether this Message is equal to the given object.
- equals(Object) - Method in class com.github.bordertech.wcomponents.util.Duplet
- equals(Object) - Method in class com.github.bordertech.wcomponents.util.Triplet
- equals(Object) - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- equals(Object) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- equals(Object, Object) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Determines if to objects are equal.
- error(String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an error message.
- error(String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an error message.
- error(String, String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an error message.
- error(String, String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an error message.
- ERROR - com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Error Type.
- ERROR - com.github.bordertech.wcomponents.WMessageBox.Type
-
The message box type used to display error messages.
- ERROR - Static variable in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
Indicates that the diagnostic is an "error message".
- ERROR - Static variable in class com.github.bordertech.wcomponents.WMessageBox
-
The message box type used to display error messages.
- ERROR_MESSAGE - Static variable in class com.github.bordertech.wcomponents.Message
-
A message type that indicates that a message is an "error message".
- ErrorCodeEscape - Exception in com.github.bordertech.wcomponents
-
Allows an error code and message to be sent on the response.
- ErrorCodeEscape(int, String) - Constructor for exception com.github.bordertech.wcomponents.ErrorCodeEscape
- ErrorCodeEscape(int, String, Throwable) - Constructor for exception com.github.bordertech.wcomponents.ErrorCodeEscape
- ErrorPage - Interface in com.github.bordertech.wcomponents
-
An interface used to distinguish a concrete Error Page WComponent from other normal WComponents.
- escape() - Method in exception com.github.bordertech.wcomponents.ContentEscape
-
Writes the content to the response.
- escape() - Method in exception com.github.bordertech.wcomponents.ErrorCodeEscape
- escape() - Method in exception com.github.bordertech.wcomponents.Escape
-
Subclasses can override this and do whatever they need to.
- escape() - Method in exception com.github.bordertech.wcomponents.ForwardException
-
Subclasses can override this and do whatever they need to.
- Escape - Exception in com.github.bordertech.wcomponents
-
An escape can be thrown during servicing in which case the WComponent's paint will not be used, instead the escape method will be called, after the setRequest and setResponse methods are called.
- Escape() - Constructor for exception com.github.bordertech.wcomponents.Escape
-
Default constructor.
- Escape(String, Throwable) - Constructor for exception com.github.bordertech.wcomponents.Escape
-
Constructor that allows a message and cause to be provided.
- escapeForUrl(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Escapes the given string to make it presentable in a URL.
- ESCAPING_STRATEGY - Static variable in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Escaping strategy option.
- evaluate() - Method in interface com.github.bordertech.wcomponents.subordinate.builder.BooleanExpression
-
Evaluates and returns the value of this operand.
- evaluate() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
-
Evaluates and returns the value of this operand.
- evaluate() - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
-
Evaluates and returns the value of this operand.
- evict(TemplateSource) - Method in class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
-
Execute the action.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Compare the trigger and compare value.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Execute this condition.
- execute() - Method in interface com.github.bordertech.wcomponents.subordinate.Action
-
Execute the action against the target.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.And
-
Evaluates the condition.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.DisableInGroup
-
Executes the action.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.EnableInGroup
-
Executes the action.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.HideInGroup
-
Executes the action.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.Not
-
Evaluates the condition.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.Or
-
Evaluates the condition.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Executes the rule.
- execute() - Method in class com.github.bordertech.wcomponents.subordinate.ShowInGroup
-
Executes the action.
- execute(ActionEvent) - Method in interface com.github.bordertech.wcomponents.Action
-
This method is invoked when an action occurs.
- execute(ActionEvent) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
This method is invoked when an action occurs.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Compare the trigger value from the request and compare value.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Execute this condition using the value on the Request.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.And
-
Evaluates the condition using values on the Request.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.Not
-
Evaluates the condition using values on the Request.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.Or
-
Evaluates the condition using values on the Request.
- execute(Request) - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Executes the rule, getting the value from the Request.
- executeOnError(ActionEvent, List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
This method is called if errors are found from validation.
- executeOnValid(ActionEvent) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
This method is called if no errors are found from validation.
- EXPIRY - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the expiration date of the payment instrument and must accept data in the form of a valid month string.
- ExpressionBuilder - Class in com.github.bordertech.wcomponents.subordinate.builder
-
The expression builder provides a convenient and more readable API for building conditions than using the various Expression/Operand classes.
- ExpressionBuilder() - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Creates an ExpressionBuilder.
- EXTENSION - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents a telephone number internal extension code, in the form of ASCII digits but not to be used with
WNumberField
. - extractCookie(HttpServletRequest, String) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Find the value of a cookie on the request, by name.
- extractDiagnostics(List<Diagnostic>, int) - Static method in class com.github.bordertech.wcomponents.validation.ValidationHelper
-
Extract diagnostics with a given severity from a list of Diagnostic objects.
- extractParameterMap(HttpServletRequest, Map<String, String[]>, Map<String, FileItem[]>) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Extract the parameters and file items allowing for multi part form fields.
F
- Factory - Class in com.github.bordertech.wcomponents.util
-
Provides a generic mechanism for obtaining objects which implement a requested interface.
- FACTORY_PREFIX - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The prefix for factory class lookups.
- FAMILY - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a family name (in some Western cultures, also known as the last name or surname).
- FAMILY_NAME - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the family name given on the payment instrument (in some Western cultures, also known as the last name or surname).
- FatalErrorPage - Class in com.github.bordertech.wcomponents
-
A component used to display a "Fatal" error page, when an unhandled error occurs.
- FatalErrorPage(boolean, Throwable) - Constructor for class com.github.bordertech.wcomponents.FatalErrorPage
-
Creates a FatalErrorPage.
- FatalErrorPageFactory - Interface in com.github.bordertech.wcomponents
-
This interface enables a plug in point for alternative error pages.
- FatalErrorPageFactoryImpl - Class in com.github.bordertech.wcomponents
-
Default implementation of
FatalErrorPageFactory
. - FatalErrorPageFactoryImpl() - Constructor for class com.github.bordertech.wcomponents.FatalErrorPageFactoryImpl
- FAX - com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Indicates the field represents a fax machine's contact details.
- FEATURE - com.github.bordertech.wcomponents.WPanel.Type
-
The feature panel is highlighted by a background colour and border.
- FieldIndicatorModel() - Constructor for class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorModel
- FieldLayoutModel() - Constructor for class com.github.bordertech.wcomponents.WFieldLayout.FieldLayoutModel
- FieldModel() - Constructor for class com.github.bordertech.wcomponents.WField.FieldModel
- FieldSetModel() - Constructor for class com.github.bordertech.wcomponents.WFieldSet.FieldSetModel
- FieldValidator - Interface in com.github.bordertech.wcomponents.validator
-
Validator used for validation of an individual field.
- FigureModel() - Constructor for class com.github.bordertech.wcomponents.WFigure.FigureModel
- File - Interface in com.github.bordertech.wcomponents.file
-
Provides access to the contents of a file.
- FILE_MIME_TYPE_PREFIX - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The prefix for the configuration parameter name to lookup a file's mime type by extension.
- FILE_UPLOAD_ID_KEY - Static variable in class com.github.bordertech.wcomponents.WMultiFileWidget
-
File id for AJAX action.
- FILE_UPLOAD_MULTI_PART_ID_KEY - Static variable in class com.github.bordertech.wcomponents.WMultiFileWidget
-
File id for file content included in multi part request.
- FILE_UPLOAD_THUMB_NAIL_KEY - Static variable in class com.github.bordertech.wcomponents.WMultiFileWidget
-
File id thumb nail content request.
- FileItemWrap - Class in com.github.bordertech.wcomponents.file
-
A
File
implementation that is backed by aFileItem
. - FileItemWrap(FileItem) - Constructor for class com.github.bordertech.wcomponents.file.FileItemWrap
-
Constructor.
- FileUtil - Class in com.github.bordertech.wcomponents.util
-
Utility methods for
File
. - FileWidgetModel() - Constructor for class com.github.bordertech.wcomponents.WFileWidget.FileWidgetModel
-
Deprecated.
- FileWidgetRendererUtil - Class in com.github.bordertech.wcomponents.render.webxml
-
Utility methods for rendering file element.
- FileWidgetUpload(File) - Constructor for class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
Creates a FileWidgetUpload.
- FileWidgetUpload(String, File) - Constructor for class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
Creates a FileWidgetUpload.
- fillContext(VelocityContext) - Method in class com.github.bordertech.wcomponents.container.VelocityInterceptor
-
Deprecated.Subclasses can override this method in order to add more parameters to the context.
- FilterTextModel() - Constructor for class com.github.bordertech.wcomponents.WFilterText.FilterTextModel
- findClosestContext(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Finds the closest context for the given component id.
- FindComponentByIdVisitor - Class in com.github.bordertech.wcomponents.util.visitor
-
An implementation of WComponentTreeVisitor which searches for a component with a matching id.
- FindComponentByIdVisitor(String) - Constructor for class com.github.bordertech.wcomponents.util.visitor.FindComponentByIdVisitor
- findComponentsByClass(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Search for components implementing a particular class name.
- findComponentsByClass(WComponent, String, boolean, boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Search for components implementing a particular class name.
- FindComponentsByClassVisitor - Class in com.github.bordertech.wcomponents.util.visitor
-
A tree visitor implementation which finds components in the tree with a given class.
- FindComponentsByClassVisitor(WComponent, String) - Constructor for class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
-
Find components of this class name excluding the root component from the search.
- FindComponentsByClassVisitor(WComponent, String, boolean) - Constructor for class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
-
Creates a FindComponentByClassVisitor.
- FindComponentsByClassVisitor(String) - Constructor for class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
-
Find components of this class name including the root component being searched from.
- findWComponent(WComponent, String[]) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the first WComponent by its path in the WComponent tree.
- findWComponent(WComponent, String[], boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the first WComponent by its path in the WComponent tree.
- findWComponents(WComponent, String[]) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves WComponents by their path in the WComponent tree.
- findWComponents(WComponent, String[], boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves WComponents by their path in the WComponent tree.
- FLAGS_DEFAULT - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the default set of flags: visible, validation required and text encoded.
- FLAT - com.github.bordertech.wcomponents.layout.ListLayout.Type
-
Indicates that content should be arranged horizontally.
- FLAT - com.github.bordertech.wcomponents.WCheckBoxSelect.Layout
-
A layout where buttons are placed horizontally.
- FLAT - com.github.bordertech.wcomponents.WDefinitionList.Type
-
A layout where elements are placed on the same line.
- FLAT - com.github.bordertech.wcomponents.WList.Type
-
Indicates that content should be arranged horizontally.
- FLAT - com.github.bordertech.wcomponents.WRadioButtonSelect.Layout
-
A layout where buttons are placed horizontally.
- FLOAT_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'float' primitive type in bytes.
- FlowLayout - Class in com.github.bordertech.wcomponents.layout
-
FlowLayout is a
LayoutManager
that allows components to be added to aWPanel
in an arrangement that allows for vertical or horizontal flows irrespective of the content type of the added component. - FlowLayout() - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Constructs a new
FlowLayout
with a centered alignment. - FlowLayout(FlowLayout.Alignment) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Constructs a new
FlowLayout
with the specified alignment and no horizontal or vertical gap. - FlowLayout(FlowLayout.Alignment, int) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- FlowLayout(FlowLayout.Alignment, int, int) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- FlowLayout(FlowLayout.Alignment, int, int, FlowLayout.ContentAlignment) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- FlowLayout(FlowLayout.Alignment, int, FlowLayout.ContentAlignment) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- FlowLayout(FlowLayout.Alignment, FlowLayout.ContentAlignment) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Constructs a new
FlowLayout
with the specified alignment (no horizontal or vertical gap) and content alignment. - FlowLayout(FlowLayout.Alignment, Size) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Creates a FlowLayout with the indicated alignment and a gap between the components in the FlowLayout.
- FlowLayout(FlowLayout.Alignment, Size, FlowLayout.ContentAlignment) - Constructor for class com.github.bordertech.wcomponents.layout.FlowLayout
-
Creates a FlowLayout with the indicated alignment and a gap between the components in the FlowLayout and alignment of content in the cells.
- FlowLayout.Alignment - Enum in com.github.bordertech.wcomponents.layout
-
This is used to control the alignment of the components relative to the containing
WPanel
. - FlowLayout.ContentAlignment - Enum in com.github.bordertech.wcomponents.layout
-
This is used to control the relative vertical alignment of the content in each cell.
- flush() - Method in class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Flushes the underlying writer.
- flush() - Method in class com.github.bordertech.wcomponents.util.NullWriter
- flushBuffer() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- FLYOUT - com.github.bordertech.wcomponents.WMenu.MenuType
-
The menu is displayed as a series of buttons.
- focusMe() - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the focus back to this button unless explicity set elsewhere.
- FOOTER - com.github.bordertech.wcomponents.WPanel.Type
-
The footer panel is only intended for use at the very bottom of an application.
- format(Locale, Object) - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Attempts to format the given message for the given locale.
- format(Locale, String, Object...) - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Formats the given text, optionally using locale-specific text.
- FormInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor is used as the top-level component in both Portlet and Servlet environments.
- FormInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.FormInterceptor
- forward(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Applications can call this method during event handling to indicate that we should forward to a given url.
- forward(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Applications can call this method during event handling to indicate that we should forward to a given url.
- ForwardException - Exception in com.github.bordertech.wcomponents
-
This escape is thrown to forward the browser to a different URL rather than rendering the UI.
- ForwardException(String) - Constructor for exception com.github.bordertech.wcomponents.ForwardException
-
Creates a ForwardException.
- FRACTION - com.github.bordertech.wcomponents.WProgressBar.UnitType
-
Deprecated.Units will be displayed as a fraction, e.g.
- FULL - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Full name, free form text, no new lines.
- FULL - com.github.bordertech.wcomponents.autocomplete.type.Telephone
-
Indicates the field represents a full telephone number, including country code, in the form of ASCII digits and optional U+0020 SPACE characters, prefixed by a U+002B PLUS SIGN character (+); may be applied to a
WPhoneNumberField
. - FULL_NAME - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the full name as given on the payment instrument.
G
- generateRandom() - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Generates a random String.
- get() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- get(int) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- get(TemplateSource, Parser) - Method in class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- get(Object) - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- getAbbrText() - Method in class com.github.bordertech.wcomponents.WAbbrText
-
Deprecated.as of WComponents 1.0.0, use
AbstractWComponent.getToolTip()
instead - getAccessibleText() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves the text used by screen readers to describe the component.
- getAccessibleText() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getAccessibleText() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.use getToolTip
- getAccessKey() - Method in interface com.github.bordertech.wcomponents.AccessKeyable
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WButton
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WLabel
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WLink
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WMenuItem
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WPanel
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getAccessKey() - Method in class com.github.bordertech.wcomponents.WTab
- getAccessKeyAsString() - Method in interface com.github.bordertech.wcomponents.AccessKeyable
-
Returns the access key character as a String.
- getAction() - Method in class com.github.bordertech.wcomponents.AjaxOperation
- getAction() - Method in class com.github.bordertech.wcomponents.WButton
- getAction() - Method in class com.github.bordertech.wcomponents.WLink
- getAction() - Method in class com.github.bordertech.wcomponents.WMenuItem
- getAction() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getActionCommand() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Same as {#getValueAsString()}.
- getActionCommand() - Method in class com.github.bordertech.wcomponents.ActionEvent
- getActionCommand() - Method in interface com.github.bordertech.wcomponents.Input
-
Same as {#getValueAsString()}.
- getActionCommand() - Method in class com.github.bordertech.wcomponents.WButton
-
Same as getValue().
- getActionCommand() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Same as
AbstractWComponent.getName()
. - getActionCommand() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Same as {#getValueAsString()}.
- getActionCommand() - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves this menu item's action command.
- getActionCommand() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves this menu item's action command.
- getActionCommand() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Retrieves this sub-menu's "default" action command.
- getActionConstraints(WButton) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves the constraints for the given action.
- getActionConstraints(WButton) - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves the constraints for the given action.
- getActionObject() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Returns the data object that has been associated with this input component, else null.
- getActionObject() - Method in class com.github.bordertech.wcomponents.ActionEvent
- getActionObject() - Method in interface com.github.bordertech.wcomponents.Input
-
Returns the data object that has been associated with this input component, else null.
- getActionObject() - Method in class com.github.bordertech.wcomponents.WButton
-
Returns the data object that has been associated with this button, else null.
- getActionObject() - Method in class com.github.bordertech.wcomponents.WLink
-
Returns the data object that has been associated with this button, else null.
- getActionObject() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves this menu item's action object.
- getActionObject() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Retrieves this sub-menu's "default" action object.
- getActionOnChange() - Method in class com.github.bordertech.wcomponents.AbstractInput
- getActionOnChange() - Method in interface com.github.bordertech.wcomponents.Input
- getActionOnChange() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.an action on changing tab is a side-effect and should not be implemented.
- getActions() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves the actions for the table.
- getActions() - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves the actions for the table.
- getActionStep() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Deprecated.portal specific
- getActionStep() - Method in interface com.github.bordertech.wcomponents.Environment
-
Deprecated.portal specific
- getActionsWhenFalse() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
- getActionsWhenTrue() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
- getActionTargets() - Method in class com.github.bordertech.wcomponents.WLink
- getActionType() - Method in interface com.github.bordertech.wcomponents.subordinate.Action
-
Determine the type of action.
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Disable
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.DisableInGroup
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Enable
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.EnableInGroup
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Hide
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.HideInGroup
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Mandatory
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Optional
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.Show
- getActionType() - Method in class com.github.bordertech.wcomponents.subordinate.ShowInGroup
- getActiveFilters() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getActiveIndex() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the default active index.
- getActiveIndices() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the active indices (as seen by the given context/session).
- getActiveTab() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the active tab (as seen by the given context/session).
- getActiveTabs() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the active tabs (as seen by the given context/session).
- getAjaxFilter() - Method in class com.github.bordertech.wcomponents.WSuggestions
- getAjaxOperation(String) - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Retrieves the AjaxOperation that has been registered for the given trigger.
- getAjaxTarget() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the default AJAX target.
- getAjaxTarget() - Method in class com.github.bordertech.wcomponents.WButton
- getAjaxTarget() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Retrieves the default AJAX target.
- getAlign() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Retrieves the column alignment.
- getAlignment() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
- getAlignment() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
- getAlignment() - Method in class com.github.bordertech.wcomponents.WColumn
- getAll() - Method in class com.github.bordertech.wcomponents.Margin
-
Deprecated.
- getAllCollapsibles() - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
- getAllFields(Object, boolean, boolean) - Static method in class com.github.bordertech.wcomponents.util.ReflectionUtil
-
Retrieves all the fields contained in the given object and its superclasses.
- getAllItemIdIndexMap() - Method in class com.github.bordertech.wcomponents.WTree
-
Map all item idsin the model to their row index.
- getAlternativeText() - Method in class com.github.bordertech.wcomponents.WImage
-
Retrieve the alternative text for the image.
- getAltText() - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.Not part of HTML spec
- getAltText() - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.as not supported by HTML spec
- getAncestorOfClass(Class<T>, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Attempts to find a component which is an ancestor of the given component, and that is assignable to the given class.
- getAntisamyLaxConfigurationFile() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The Antisamy lax configuration file.
- getAntisamyStrictConfigurationFile() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The Antisamy strict configuration file.
- getAppHostPath() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getAppHostPath() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the base URL under which web applications are hosted.
- getAppHostPath() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper.HttpServletEnvironment
-
Gets the base URL under which web applications are hosted.
- getAppId() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Deprecated.no longer used. Use
WApplication.getIdName()
instead. - getAppId() - Method in interface com.github.bordertech.wcomponents.Environment
-
Deprecated.no longer used. Use
WApplication.getIdName()
instead. - getApplicationIconUrl() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL for the application's icon.
- getApplicationName() - Static method in class com.github.bordertech.wcomponents.util.TrackingUtil
- getAppPreferenceParameter(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Gets the parameter for the given key.
- getAppPreferenceParameter(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Gets the parameter for the given key.
- getAppSessionAttribute(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portlet specific
- getAppSessionAttribute(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Deprecated.portlet specific
- getAppSessionAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Note that this mock request just maps to the global session.
- getArgs() - Method in class com.github.bordertech.wcomponents.Message
- getAsHTMLClassSet() - Method in class com.github.bordertech.wcomponents.Margin
-
Get a set of HTML class attribute values in the same form as
AbstractWComponent.getHtmlClasses()
. - getAsHtmlClassValue() - Method in class com.github.bordertech.wcomponents.Margin
- getAttribute(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves an arbitrary attribute which has been previously associated with this component.
- getAttribute(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Retrieves an attribute.
- getAttribute(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Returns the value of the named attribute as an
Object
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Returns the value of the named attribute as an
Object
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns the value of the attribute with the specified name.
- getAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Returns the value of the named attribute as an
Object
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the value of the attribute with the specified name.
- getAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns the value of the attribute with the specified name.
- getAttribute(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Retrieves an arbitrary attribute which has been previously associated with this component.
- getAttributeNames() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- getAttributeNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getAttributeNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- getAttributes() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getAttributes() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- getAudio() - Method in class com.github.bordertech.wcomponents.WAudio
-
Retrieves the audio clips associated with this WAudio.
- getAudioUrls() - Method in class com.github.bordertech.wcomponents.WAudio
-
Creates dynamic URLs that the audio clips can be loaded from.
- getAuthType() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.Autocompleteable
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WDateField
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WDropdown
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WEmailField
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WNumberField
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WPasswordField
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WSuggestions
- getAutocomplete() - Method in class com.github.bordertech.wcomponents.WTextField
- getAvailableListName() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
- getBacking() - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
- getBacking() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getBackingComponent() - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
- getBackingRequest() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getBackingRequest() - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
- getBackingResponse() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getBackingResponse() - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
- getBaseUrl() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getBaseUrl() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Exposes the base URL for this environment.
- getBaseUrl() - Method in interface com.github.bordertech.wcomponents.Environment
-
Get the base url at which this web application is hosted.
- getBaseUrl() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Exposes the base URL for this environment.
- getBaseUrl(HttpServletRequest) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Get the base url that corresponds to this request.
- getBean() - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Retrieves the bean for the given context.
- getBean() - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Retrieves the bean for the given context.
- getBean() - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- getBean() - Method in interface com.github.bordertech.wcomponents.BeanAware
-
Retrieves the bean for the given context.
- getBean() - Method in class com.github.bordertech.wcomponents.BeanBoundComponentModel
- getBean() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Retrieves the bean.
- getBean(BeanProviderBound) - Method in interface com.github.bordertech.wcomponents.BeanProvider
-
Obtains the bean for the given
BeanProviderBound
. - getBean(BeanProviderBound) - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
WRepeatRoot will act as a provider for a provider bound repeated component.
- getBeanFromScratchMap() - Method in class com.github.bordertech.wcomponents.WBeanComponent
- getBeanId() - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Retrieves the bean id.
- getBeanId() - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Retrieves the bean id.
- getBeanId() - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- getBeanId() - Method in interface com.github.bordertech.wcomponents.BeanProviderBound
-
Retrieves the bean id.
- getBeanId() - Method in class com.github.bordertech.wcomponents.BeanProviderBoundComponentModel
- getBeanId() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Retrieves the bean id associated with this component.
- getBeanList() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- getBeanList() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the list of dataBeans that holds the data object for each row.
- getBeanList() - Method in class com.github.bordertech.wcomponents.WTable.TableRepeater
-
Retrieves the list of dataBeans that holds the data object for each row.
- getBeanProperty() - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
- getBeanProperty() - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.
- getBeanProperty() - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- getBeanProperty() - Method in interface com.github.bordertech.wcomponents.BeanAware
- getBeanProperty() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Retrieves the bean property that this component is interested in.
- getBeanPropertyValue(String, Object) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Get the bean property value.
- getBeanProvider() - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- getBeanProvider() - Method in class com.github.bordertech.wcomponents.WBeanComponent
- getBeanProviderRequestScopeEnabled() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This flag controls if bean containers using a bean provider should hold the bean in the scratch map for the entire request processing.
- getBeanScratchMap() - Method in class com.github.bordertech.wcomponents.WBeanComponent
- getBeanValue() - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Retrieves the value this component is interested in from the bean.
- getBeanValue() - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Retrieves the value this component is interested in from the bean.
- getBeanValue() - Method in interface com.github.bordertech.wcomponents.BeanAware
-
Retrieves the value this component is interested in from the bean.
- getBeanValue() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Retrieves the bean value.
- getBody() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Retrieves the label's body component.
- getBottom() - Method in class com.github.bordertech.wcomponents.Margin
- getBufferSize() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getButtonColumns() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
- getButtonColumns() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
- getButtonLayout() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
- getButtonLayout() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
- getBytes() - Method in interface com.github.bordertech.wcomponents.ContentAccess
-
The bytes that make up the document content.
- getBytes() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
- getBytes() - Method in class com.github.bordertech.wcomponents.InternalResource
- getBytes() - Method in class com.github.bordertech.wcomponents.util.thumbnail.BytesImage
- getBytes() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Retrieves the contents of the uploaded file.
- getBytes(InputStream) - Static method in class com.github.bordertech.wcomponents.util.StreamUtil
-
Returns a byte array containing all the information contained in the given input stream.
- getCache() - Method in class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- getCache() - Method in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
- getCache() - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- getCacheKey() - Method in class com.github.bordertech.wcomponents.WAudio
- getCacheKey() - Method in class com.github.bordertech.wcomponents.WContent
- getCacheKey() - Method in class com.github.bordertech.wcomponents.WContentLink
- getCacheKey() - Method in class com.github.bordertech.wcomponents.WImage
-
Retrieves the cache key for this image.
- getCacheKey() - Method in class com.github.bordertech.wcomponents.WVideo
- getCacheKeyForTable(Object) - Method in class com.github.bordertech.wcomponents.util.DefaultLookupTable
-
Retrieves the cache id for the given table.
- getCacheKeyForTable(Object) - Method in interface com.github.bordertech.wcomponents.util.LookupTable
-
Retrieves the cache id for the given table.
- getCaption() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getCaption() - Method in class com.github.bordertech.wcomponents.WTable
- getCardContainer() - Method in class com.github.bordertech.wcomponents.WCardManager
- getChange(char) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.State
-
Gets the state change for the given character.
- getCharacterEncoding() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getCharacterEncoding() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getCheckDuplicateIds() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This flag controls if component ids should be checked for duplicates.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.AbstractContainer
-
Retrieves a child component by its index.
- getChildAt(int) - Method in interface com.github.bordertech.wcomponents.Container
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Retrieves the TreeNode at the given index.
- getChildAt(int) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Retrieves the TreeNode at the given index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WButton
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WContainer
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WDialog
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WHeading
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Retrieves a child component by its index.
- getChildAt(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves a child component by its index.
- getChildCount() - Method in class com.github.bordertech.wcomponents.AbstractContainer
- getChildCount() - Method in interface com.github.bordertech.wcomponents.Container
- getChildCount() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- getChildCount() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- getChildCount() - Method in class com.github.bordertech.wcomponents.WButton
- getChildCount() - Method in class com.github.bordertech.wcomponents.WContainer
- getChildCount() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getChildCount() - Method in class com.github.bordertech.wcomponents.WDialog
- getChildCount() - Method in class com.github.bordertech.wcomponents.WHeading
- getChildCount() - Method in class com.github.bordertech.wcomponents.WLink
- getChildCount() - Method in class com.github.bordertech.wcomponents.WRepeater
- getChildCount() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
- getChildCount() - Method in class com.github.bordertech.wcomponents.WTable
- getChildCount() - Method in class com.github.bordertech.wcomponents.WTemplate
- getChildCount() - Method in class com.github.bordertech.wcomponents.WWindow
- getChildCount(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
- getChildCount(List<Integer>) - Method in class com.github.bordertech.wcomponents.EmptyTableModel
- getChildCount(List<Integer>) - Method in class com.github.bordertech.wcomponents.EmptyTreeItemModel
-
Retrieves the number of children a row has.
- getChildCount(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Retrieves the number of children a row has.
- getChildCount(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Retrieves the number of children a row has.
- getChildCount(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Retrieves the number of children a row has.
- getChildren() - Method in class com.github.bordertech.wcomponents.AbstractContainer
- getChildren() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getChildren() - Method in interface com.github.bordertech.wcomponents.Container
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.TreeItemIdNode
- getChildren() - Method in class com.github.bordertech.wcomponents.WButton
- getChildren() - Method in class com.github.bordertech.wcomponents.WContainer
- getChildren() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getChildren() - Method in class com.github.bordertech.wcomponents.WDialog
- getChildren() - Method in class com.github.bordertech.wcomponents.WHeading
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- getChildren() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Retrieves a list of this Container's.
- getChildren() - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves a list of this Container's.
- getClassName() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getClientId() - Static method in class com.github.bordertech.wcomponents.util.TrackingUtil
- getClosestContextForId(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the closest context for the component with the given Id.
- getClosestContextForId(WComponent, String, boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the closest context for the component with the given Id.
- getClosestOfClass(Class<T>, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Attempts to find the nearest component (may be the component itself) that is assignable to the given class.
- getCode() - Method in exception com.github.bordertech.wcomponents.ErrorCodeEscape
- getCode() - Method in interface com.github.bordertech.wcomponents.Option
- getCode(Object, int) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the code for the given option.
- getCode(Object, Object) - Method in class com.github.bordertech.wcomponents.util.DefaultLookupTable
-
Retrieves the code for a given table entry, or null if the type of object is not supported.
- getCode(Object, Object) - Method in interface com.github.bordertech.wcomponents.util.LookupTable
-
Retrieves the code for a given table entry, or null if the type of object is not supported.
- getCollapsibleToggle() - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
- getCols() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
- getColumn(int) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves the column at the specified index.
- getColumn(int) - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves the column at the specified index.
- getColumnAlignment(int) - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
- getColumnBeanProperties() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- getColumnCount() - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
- getColumnCount() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Returns the number of columns contained in this table.
- getColumnCount() - Method in class com.github.bordertech.wcomponents.WTable
-
Returns the number of columns contained in this table.
- getColumnLabel() - Method in class com.github.bordertech.wcomponents.WTableColumn
- getColumnOrder() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getColumnOrder() - Method in class com.github.bordertech.wcomponents.WTable
- getColumns() - Method in class com.github.bordertech.wcomponents.WEmailField
- getColumns() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- getColumns() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getColumns() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Deprecated.1.3 size not used as it is incompatible with HTML specification.
- getColumns() - Method in class com.github.bordertech.wcomponents.WPasswordField
- getColumns() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getColumns() - Method in class com.github.bordertech.wcomponents.WTextField
- getColumnWidth(int) - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
- getCombinedAddress(AddressType, AddressPart) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
- getCombinedAutocomplete(String, String...) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
-
Combines (preferably at least two otherwise this is pointless) Strings into a valid attribute value with appropriate separators.
- getCombinedForAddSection(String, Autocompleteable) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
-
Helper to reduce typing in implementations of
Autocompleteable
. - getCombinedForSection(String, String...) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
-
Combine autocomplete values into a single String suitable to apply to a named auto-fill section.
- getCombinedFullPhone(PhoneFormat, Telephone) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
- getCombinedPhoneSegment(PhoneFormat, PhonePart) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
- getComment() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getComparable(Object) - Method in class com.github.bordertech.wcomponents.util.AbstractComparator
-
Subclasses must implement this method to obtain a derived comparable to use for comparison.
- getComparePaintValue() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Get the value to paint for the compare value.
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Determine the type of action.
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.Equal
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThan
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThanOrEqual
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.LessThan
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.LessThanOrEqual
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.Match
- getCompareType() - Method in class com.github.bordertech.wcomponents.subordinate.NotEqual
- getCompareValue() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Get the value to use in the compare.
- getComponent() - Method in class com.github.bordertech.wcomponents.ComponentWithContext
- getComponent() - Method in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
The "field "in the Business Object that produced the diagnostic, if there is one.
- getComponent() - Method in class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
The "field "in the Business Object that produced the diagnostic, if there is one.
- getComponentById(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Finds a component by its id.
- getComponentById(String, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Finds a component by its id.
- getComponentDescription() - Method in class com.github.bordertech.wcomponents.DebugValidateXMLErrorDetail
- getComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
- getComponentModel() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WAjaxControl
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WApplication
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WAudio
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WButton
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WCardManager
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WColumn
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WComponentGroup
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WContent
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDateField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDialog
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WEditableImage
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WFigure
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WFilterText
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WHeading
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WImage
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WInternalLink
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WLabel
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WLink
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WList
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMenu
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelect
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WPanel
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WPopup
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WRow
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WSection
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WShuffler
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WStyledText
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTab
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTable
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WText
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTextArea
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTextField
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WTree
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WVideo
-
Returns the effective component model for this component.
- getComponentModel() - Method in class com.github.bordertech.wcomponents.WWindow
-
Returns the effective component model for this component.
- getComponents() - Method in interface com.github.bordertech.wcomponents.UIContext
- getComponents() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getComponents() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getComponents() - Method in class com.github.bordertech.wcomponents.WComponentGroup
- getComponents() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
- getComponentToValidate() - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
- getComponentWithContextForId(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the context for the component with the given Id.
- getComponentWithContextForId(WComponent, String, boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the context for the component with the given Id.
- getComponentWithId(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the component with the given Id.
- getComponentWithId(WComponent, String, boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the component with the given Id.
- getCondition() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
- getCondition() - Method in class com.github.bordertech.wcomponents.subordinate.Not
- getCondition() - Method in class com.github.bordertech.wcomponents.subordinate.Rule
- getConditions() - Method in class com.github.bordertech.wcomponents.subordinate.And
- getConditions() - Method in class com.github.bordertech.wcomponents.subordinate.Or
- getConfiguration() - Method in interface com.github.bordertech.wcomponents.util.ConfigurationLoader
-
Provides the configuration for this loader.
- getContent() - Method in class com.github.bordertech.wcomponents.WCollapsible
- getContent() - Method in class com.github.bordertech.wcomponents.WDialog
- getContent() - Method in class com.github.bordertech.wcomponents.WFigure
- getContent() - Method in class com.github.bordertech.wcomponents.WSection
- getContent() - Method in class com.github.bordertech.wcomponents.WTab
- getContent() - Method in class com.github.bordertech.wcomponents.WWindow
- getContentAccess() - Method in class com.github.bordertech.wcomponents.WContent
- getContentAccess() - Method in class com.github.bordertech.wcomponents.WContentLink
- getContentAlignment() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
- getContentHeight() - Method in class com.github.bordertech.wcomponents.WTabSet
- getContentLength() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getContentType() - Method in interface com.github.bordertech.wcomponents.Headers
-
Get the content type (usually text/html).
- getContentType() - Method in class com.github.bordertech.wcomponents.HeadersImpl
- getContentType() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getContentType() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getContentType() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getContentType() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getContentType(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Attempts to guess the content-type for the given file name.
- getContext() - Method in class com.github.bordertech.wcomponents.ComponentWithContext
- getContext() - Method in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
The user context in which the Diagnostic was issued.
- getContext() - Method in class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
The user context in which the Diagnostic was issued.
- getContext(String, Request) - Static method in class com.github.bordertech.wcomponents.util.LookupTableHelper
-
Deprecated.Retrieves the UIContext for the given data list.
- getContextForComponent(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Returns the context for this component.
- getContextForId(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the context for the component with the given Id.
- getContextForId(WComponent, String, boolean) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the context for the component with the given Id.
- getContextId() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
- getContextIds() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getContextPath() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getControls() - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.
- getControls() - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.
- getCookieDomain() - Static method in class com.github.bordertech.wcomponents.util.TrackingUtil
- getCookies() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Get all the cookies on this request.
- getCorrectBeanLogic() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.Will be removed and correct logic always used. Projects should set this parameter to true.
- getCreationTime() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns the session creation timestamp.
- getCreationTime() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Returns the creation time of this UIContext, which can be used to approximate the user session creation time.
- getCreationTime() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Returns the creation time of this UIContext, which can be used to approximate the user session creation time.
- getCreationTime() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getCreationTime() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns the session creation timestamp.
- getCssResources() - Method in class com.github.bordertech.wcomponents.WApplication
- getCurrent() - Static method in class com.github.bordertech.wcomponents.UIContextHolder
-
Retrieves the current effective UIContext.
- getCurrentOperation() - Static method in class com.github.bordertech.wcomponents.AjaxHelper
- getCurrentPage() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getCurrentPage() - Method in class com.github.bordertech.wcomponents.WTable
- getCurrentPrimaryUIContext() - Static method in class com.github.bordertech.wcomponents.UIContextHolder
- getCurrentRowIdWrapper() - Method in class com.github.bordertech.wcomponents.WTableRowRenderer
-
Retrieve the current
WTable.RowIdWrapper
. - getCurrentRowIndex(WComponent) - Static method in class com.github.bordertech.wcomponents.util.TableUtil
-
This can be used by column components on a
WTable
to determine the current row index. - getCurrentRowKey() - Static method in class com.github.bordertech.wcomponents.util.TableUtil
-
This can be used by column components on a
WTable
to determine the current row key. - getCurrentTriggerAndContext() - Static method in class com.github.bordertech.wcomponents.AjaxHelper
- getCustomIdNodeMap() - Method in class com.github.bordertech.wcomponents.WTree
-
Map an item id to its node in the custom tree.
- getCustomTree() - Method in class com.github.bordertech.wcomponents.WTree
- getData() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns the data for this component.
- getData() - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Returns the data for this component.
- getData() - Method in interface com.github.bordertech.wcomponents.DataBound
-
Retrieves the data for the given context.
- getData() - Method in class com.github.bordertech.wcomponents.DataBoundComponentModel
- getData() - Method in class com.github.bordertech.wcomponents.SimpleTableModel
- getData() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- getData() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Returns the data for this component.
- getData() - Method in class com.github.bordertech.wcomponents.WText
-
Returns the data for this component.
- getData() - Method in class com.github.bordertech.wcomponents.WTextArea
-
The data for this WTextArea.
- getDataCollectionDomain() - Static method in class com.github.bordertech.wcomponents.util.TrackingUtil
- getDatalistCaching() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag that controls Data list caching.
- getDataModel() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getDate() - Method in class com.github.bordertech.wcomponents.WDateField
-
Returns the text entered into the WDateField as a java date.
- getDate() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Returns the java date value, else null if the value cannot be parsed.
- getDateHeader(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- getDay() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Returns the day of the month value.
- getDecimalPlaces() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the number of decimal places to use for this number field.
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WCollapsible
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WFigure
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WHeading
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WMenuItem
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WSection
- getDecoratedLabel() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getDefaultLocale() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default locale used by WComponents.
- getDefaultMimeType() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default mime type for a file.
- getDefaultModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Returns the shared component model for this component.
- getDefaultRenderer(WComponent) - Static method in class com.github.bordertech.wcomponents.layout.UIManager
-
Deprecated.
- getDefaultRenderingEngine() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default rendering engine for templates.
- getDefaultSubmitButton() - Method in class com.github.bordertech.wcomponents.AbstractInput
- getDefaultSubmitButton() - Method in interface com.github.bordertech.wcomponents.Input
- getDefaultSubmitButton() - Method in class com.github.bordertech.wcomponents.WPanel
- getDefaultSubmitButton() - Method in class com.github.bordertech.wcomponents.WToggleButton
- getDelay() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Get the delay period, in milliseconds, between the WAjaxControl being rendered in the view and it being automatically triggered.
- getDesc() - Method in enum com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
- getDesc() - Method in interface com.github.bordertech.wcomponents.Option
- getDesc() - Method in class com.github.bordertech.wcomponents.OptionGroup
- getDesc(Object, int) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the description for the given option.
- getDescEncode() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.1.2.0 do not use
- getDescription() - Method in interface com.github.bordertech.wcomponents.ContentAccess
-
Some text that describes the document content.
- getDescription() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Returns the name of the file.
- getDescription() - Method in class com.github.bordertech.wcomponents.InternalResource
-
Some text that describes the document content.
- getDescription() - Method in class com.github.bordertech.wcomponents.util.thumbnail.BytesImage
- getDescription() - Method in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
Retrieves the formatted error message.
- getDescription() - Method in class com.github.bordertech.wcomponents.validation.DiagnosticImpl
-
Retrieves the formatted error message.
- getDescription(Object, Object) - Method in class com.github.bordertech.wcomponents.util.DefaultLookupTable
-
Retrieves the description for a given table entry, or null if the type of object is not supported.
- getDescription(Object, Object) - Method in interface com.github.bordertech.wcomponents.util.LookupTable
-
Retrieves the description for a given table entry, or null if the type of object is not supported.
- getDeveloperClusterEmulation() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use cluster emulation.
- getDeveloperDebugClientSide() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.
- getDeveloperDebugEnabled() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether developer debug is enabled.
- getDeveloperDumpUIContext() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to dump the UIContext.
- getDeveloperErrorHandling() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use developer error handling.
- getDeveloperToolkit() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use the developer toolkit.
- getDeveloperValidateXml() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to enable validate XML.
- getDeveloperVelocityDebug() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to debug velocity templates.
- getDevice(Request) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Helper method that uses the current WComponents
Request
interface to determine the user's device type. - getDevice(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Determine the user's device type from the
HttpServletRequest
. - getDiagnostics() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Return the diagnostics for this indicator.
- getDiagnostics() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors.GroupedDiagnositcs
- getDiagnostics(int) - Method in class com.github.bordertech.wcomponents.AbstractInput
- getDiagnostics(int) - Method in interface com.github.bordertech.wcomponents.Diagnosable
- getDiagnostics(int) - Method in class com.github.bordertech.wcomponents.WFieldSet
- getDisplayMode() - Method in class com.github.bordertech.wcomponents.WContent
- getDropzone() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Return the dropzone associated with this file input.
- getDuration() - Method in interface com.github.bordertech.wcomponents.Audio
- getDuration() - Method in class com.github.bordertech.wcomponents.AudioResource
-
Retrieves the duration of the audio clip.
- getDuration() - Method in interface com.github.bordertech.wcomponents.Video
- getDuration() - Method in class com.github.bordertech.wcomponents.VideoResource
-
Retrieves the duration of the video clip.
- getEast() - Method in class com.github.bordertech.wcomponents.Margin
-
Deprecated.
- getEditor() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Return the image editor associated with this file input.
- getEditUploader() - Method in class com.github.bordertech.wcomponents.WEditableImage
-
Return the WMultiFileWidget associated with this editable image.
- getEffectiveLocale() - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Get the locale currently in use.
- getEngineName() - Method in enum com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
- getEngineName() - Method in class com.github.bordertech.wcomponents.WTemplate
- getEngineOptions() - Method in class com.github.bordertech.wcomponents.WTemplate
- getEnvironment() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves the environment for the current session.
- getEnvironment() - Method in interface com.github.bordertech.wcomponents.UIContext
-
If we've got an environment, return it.
- getEnvironment() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
If we've got an environment, return it.
- getEnvironment() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
If an environment has been set, it is returned.
- getEnvironment() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Retrieves the environment for the current session.
- getErrorCode() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getErrorDescription() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getErrorIndicator() - Method in class com.github.bordertech.wcomponents.WField
- getErrorMessage() - Method in class com.github.bordertech.wcomponents.DebugValidateXMLErrorDetail
- getErrorMessage() - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
- getErrorMessage() - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
- getErrorMessage() - Method in interface com.github.bordertech.wcomponents.validator.FieldValidator
- getErrorMessageBox() - Method in class com.github.bordertech.wcomponents.WMessages
- getErrorMessages() - Method in class com.github.bordertech.wcomponents.WMessages
- getErrors() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Retrieves the errors for a given user.
- getErrorUrl() - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
- getExpandedItemIdIndexMap() - Method in class com.github.bordertech.wcomponents.WTree
-
Map expanded item ids to their row index.
- getExpandedRows() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getExpandedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieve the row keys that are expanded.
- getExpandedRows() - Method in class com.github.bordertech.wcomponents.WTree
-
Retrieve the row keys that are expanded.
- getExpandedTreeNodeRenderer(Class<? extends WComponent>) - Method in class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.This is called to lazily add expanded renderers as necessary.
- getExpandedTreeNodeRenderer(Class<? extends WComponent>) - Method in class com.github.bordertech.wcomponents.WTableRowRenderer
-
This is called to lazily add expanded renderers as necessary.
- getExpandMode() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getExpandMode() - Method in class com.github.bordertech.wcomponents.WTable
- getExpandMode() - Method in class com.github.bordertech.wcomponents.WTree
- getFactoryImplementation(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the implementation classname for a factory method on the given interface classname.
- getField() - Method in class com.github.bordertech.wcomponents.WField
- getFieldIndicatorType() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Return the type of field indicator.
- getFieldIndicatorType() - Method in class com.github.bordertech.wcomponents.validation.WFieldErrorIndicator
-
Return the field indicator type of error.
- getFieldIndicatorType() - Method in class com.github.bordertech.wcomponents.validation.WFieldWarningIndicator
-
Return the field indicator type of warn.
- getFieldName() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getFieldName() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- getFile() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Retrieves the File item that has been uploaded.
- getFile() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- getFile(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves the File at the given index.
- getFileAjaxAction() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
The AJAX action used when an uploaded file has been selected.
- getFileCacheKey() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
Retrieves the cache key for this file.
- getFileContents(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
If the request parameter is a file attachment, use this method to access the content of the attached file.
- getFileContents(String) - Method in interface com.github.bordertech.wcomponents.Request
-
If the request parameter is a file attachment, use this method to access the content of the attached file.
- getFileId() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- getFileItem(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
If the request parameter is a file attachment, use this method to access the parsed
FileItem
. - getFileItem(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.As of 25/05/2015, replaced by
Request.getFileItems(java.lang.String)
- getFileItems(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
If the request parameter is a file attachment, use this method to access the parsed
FileItem
[]. - getFileItems(String) - Method in interface com.github.bordertech.wcomponents.Request
-
If the request parameter is a file attachment, use this method to access the parsed
FileItem
[]. - getFileMimeType(File) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Identify the mime type of a file.
- getFileMimeTypeForExtension(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The file's mime type based on its extension.
- getFileName() - Method in interface com.github.bordertech.wcomponents.file.File
-
Returns the name of the file without the file extension.
- getFileName() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Constructs a
File
instance using the name of the file, and invokesFile.getName()
to retrieve the name of the file minus its extension. - getFileName() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.
- getFiles() - Method in interface com.github.bordertech.wcomponents.Request
-
Retrieves the files which were uploaded in this request.
- getFiles() - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Retrieves the files which were uploaded in this request.
- getFiles() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
- getFiles() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Gets all the File items that have been uploaded.
- getFileThumbnailUrl(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves a URL for the thumbnail of an uploaded file.
- getFileTypes() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Returns a list of strings that determine the allowable file mime types accepted by the file input.
- getFileTypes() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Returns a list of file types accepted by the file input.
- getFileUploadRequestId() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
This method is used by the renderer to return the successful upload response.
- getFileUrl(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves a URL for the uploaded file content.
- getFilterValues(int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of row filtering by default.
- getFilterValues(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of row filtering by default.
- getFilterValues(int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Retrieves the filter values for this row.
- getFindId() - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentByIdVisitor
- getFirst() - Method in class com.github.bordertech.wcomponents.util.Duplet
- getFirst() - Method in class com.github.bordertech.wcomponents.util.Triplet
- getFirstOption(List<?>) - Static method in class com.github.bordertech.wcomponents.SelectListUtil
-
Retrieve the first option.
- getFlags() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getFocussed() - Method in interface com.github.bordertech.wcomponents.UIContext
- getFocussed() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getFocussed() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getFocussedId() - Method in interface com.github.bordertech.wcomponents.UIContext
- getFocussedId() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getFocussedId() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getFooterRender() - Method in class com.github.bordertech.wcomponents.WTableColumn
- getForComponent() - Method in class com.github.bordertech.wcomponents.WLabel
- getFormEncType() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getFormEncType() - Method in interface com.github.bordertech.wcomponents.Environment
- getForwardTo() - Method in exception com.github.bordertech.wcomponents.ForwardException
- getFrameType() - Method in class com.github.bordertech.wcomponents.WFieldSet
- getFwkAttribute(String) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- getFwkAttribute(String) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- getFwkAttribute(String) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- getFwkAttributeNames() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- getFwkAttributeNames() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- getFwkAttributeNames() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- getGap() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- getGap() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
-
Deprecated.
- getGap() - Method in class com.github.bordertech.wcomponents.WList
-
Deprecated.
- getGap() - Method in class com.github.bordertech.wcomponents.WRow
-
Deprecated.
- getGroup() - Method in class com.github.bordertech.wcomponents.subordinate.builder.Action
- getGroup() - Method in class com.github.bordertech.wcomponents.WCheckBox
- getGroup() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
- getGroup() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Retrieves the RadioButtonGroup associated with this radio button.
- getGroupedErrors() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Groups the errors by their source field.
- getGroupName() - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
-
Retrieves the common name used by all collapsible components in the group.
- getGroupName() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
The group name that this collapsible component belongs to.
- getGroupName() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Retrieves the name of the
CollapsibleGroup
associated with this toggle. - getGroupName() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Retrieves the name of the RadioButtonGroup that this button is associated with.
- getGroupName() - Method in class com.github.bordertech.wcomponents.WTabSet
-
The "collapsible" group name that this tabset belongs to.
- getHandlebarsCache() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether handlebars should cache.
- getHandlebarsEngine(Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
- getHandleErrorWithFatalErrorPageFactory() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to handle an error with a fatal error page factory.
- getHead() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Retrieves the label's head component.
- getHeader(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the value of the given header.
- getHeader(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Returns the value of the specified header.
- getHeaderKeys() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getHeaderNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getHeaders() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves the headers.
- getHeaders() - Method in interface com.github.bordertech.wcomponents.UIContext
- getHeaders() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getHeaders() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getHeaders() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
-
Returns the file item headers.
- getHeaders() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getHeaders() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Retrieves the headers.
- getHeaders(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- getHeading() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Deprecated.use
WCollapsible.getDecoratedLabel()
.getText() - getHeadingLevel() - Method in class com.github.bordertech.wcomponents.WCollapsible
- getHeadingLevel() - Method in class com.github.bordertech.wcomponents.WHeading
- getHeadingText() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- getHeadingText() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Returns the heading text for this column, in the case that the heading does not contain complex content.
- getHeadLines() - Method in interface com.github.bordertech.wcomponents.Headers
- getHeadLines() - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Gets the "un-typed" head lines.
- getHeadLines(String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Get the head lines, of a specified type.
- getHeadLines(String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Gets the head lines, of a specified type.
- getHeight() - Method in class com.github.bordertech.wcomponents.WContent
- getHeight() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - getHeight() - Method in class com.github.bordertech.wcomponents.WDialog
- getHeight() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- getHeight() - Method in class com.github.bordertech.wcomponents.WPopup
- getHeight() - Method in class com.github.bordertech.wcomponents.WVideo
- getHeight() - Method in class com.github.bordertech.wcomponents.WWindow
- getHgap() - Method in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.
- getHgap() - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Deprecated.
- getHgap() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- getHgap() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
-
Deprecated.
- getHgap() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
-
Deprecated.
- getHgap() - Method in class com.github.bordertech.wcomponents.WList
-
Deprecated.use
WList.getGap()
- getHgap() - Method in class com.github.bordertech.wcomponents.WRow
-
Deprecated.use
WRow.getGap()
- getHiddenParameters() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getHiddenParameters() - Method in interface com.github.bordertech.wcomponents.Environment
-
Return a Map containing the hidden parameters that are needed for the WServlet to work correctly.
- getHiddenParameters() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper.HttpServletEnvironment
-
Override getHiddenParameters in order to add the subsession id.
- getHint() - Method in class com.github.bordertech.wcomponents.WLabel
- getHorizontalGap() - Method in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.
- getHorizontalGap() - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
- getHorizontalGap() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
- getHostFreeBaseUrl() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getHostFreeBaseUrl() - Method in interface com.github.bordertech.wcomponents.Environment
-
Get the "host-free" part of the base url for this web application.
- getHtmlClass() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Returns the HTML class name string to apply to a component.
- getHtmlClass() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getHtmlClass() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Returns the HTML class name string to apply to a component.
- getHtmlClasses() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
- getHtmlClasses() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getHtmlClasses() - Method in interface com.github.bordertech.wcomponents.WComponent
- getHtmlIconClassAdd() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the add icon.
- getHtmlIconClassCancel() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the cancel icon.
- getHtmlIconClassDelete() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the delete icon.
- getHtmlIconClassEdit() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the edit icon.
- getHtmlIconClassError() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the error icon.
- getHtmlIconClassHelp() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the help icon.
- getHtmlIconClassInfo() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the info icon.
- getHtmlIconClassMenu() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the menu icon.
- getHtmlIconClassPrint() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the HTML Icon class for the print icon.
- getHtmlIconClassSave() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the save icon.
- getHtmlIconClassSearch() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the search icon.
- getHtmlIconClassSuccess() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the success icon.
- getHtmlIconClassWarn() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Get the Html Icon class for the warn icon.
- getI18n() - Method in class com.github.bordertech.wcomponents.container.TemplateRenderInterceptor.I18NContext
- getI18nResourceBundleBaseName() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The I18n resource bundle base name.
- getI18nThemeResourceBundleBaseName() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The I18n theme resource bundle base name.
- getIcon() - Static method in class com.github.bordertech.wcomponents.WApplication
- getIconClasses(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlIconUtil
-
Pass in a string HTML class name and get the correct WComponents icon HTML classes.
- getIconClasses(String, HtmlIconUtil.IconPosition) - Static method in class com.github.bordertech.wcomponents.util.HtmlIconUtil
- getId() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Subclasses can override.
- getId() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns the session id.
- getId() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns the session id.
- getId() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- getId() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in interface com.github.bordertech.wcomponents.WebComponent
-
Get a unique ID for this WebComponent.
- getId() - Method in class com.github.bordertech.wcomponents.WField
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in class com.github.bordertech.wcomponents.WLabel
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in class com.github.bordertech.wcomponents.WTable.TableRepeater
-
Return an identifier for this component, generating one if necessary.
- getId() - Method in class com.github.bordertech.wcomponents.WTableRepeater
-
Deprecated.Return an identifier for this component, generating one if necessary.
- getIdName() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
- getIdName() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getIdName() - Method in class com.github.bordertech.wcomponents.WApplication
- getIdName() - Method in interface com.github.bordertech.wcomponents.WComponent
- getIdName() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Override WComponent name to include a row index.
- getIdName() - Method in class com.github.bordertech.wcomponents.WTableRepeater
-
Deprecated.
- getImage() - Method in class com.github.bordertech.wcomponents.TreeItemImage
- getImage() - Method in class com.github.bordertech.wcomponents.WButton
-
Return the image to display on the button.
- getImage() - Method in class com.github.bordertech.wcomponents.WImage
-
Retrieves the current image.
- getImage() - Method in class com.github.bordertech.wcomponents.WLink
-
Return the image to display on the link.
- getImageCacheKey() - Method in class com.github.bordertech.wcomponents.TreeItemImage
- getImageHolder() - Method in class com.github.bordertech.wcomponents.WButton
- getImageHolder() - Method in class com.github.bordertech.wcomponents.WLink
- getImagePosition() - Method in class com.github.bordertech.wcomponents.WButton
- getImagePosition() - Method in class com.github.bordertech.wcomponents.WLink
- getImageUrl() - Method in class com.github.bordertech.wcomponents.WButton
-
Return the URL of the image to display on the button.
- getImageUrl() - Method in class com.github.bordertech.wcomponents.WImage
- getImageUrl() - Method in class com.github.bordertech.wcomponents.WLink
-
Return the URL of the image to display on the link.
- getIndex(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Return the index of the child node.
- getIndex(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Return the index of the child node.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.AbstractContainer
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in interface com.github.bordertech.wcomponents.Container
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WButton
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WContainer
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WDialog
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WHeading
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Retrieves the index of the given child.
- getIndexOfChild(WComponent) - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves the index of the given child.
- getInfoMessageBox() - Method in class com.github.bordertech.wcomponents.WMessages
- getInfoMessages() - Method in class com.github.bordertech.wcomponents.WMessages
- getInitParameter(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
-
Returns the value of the init parameter with the specified name.
- getInitParameterNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
- getInlineTemplate() - Method in class com.github.bordertech.wcomponents.WTemplate
- getInputAsString() - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Retrieves the input field's value in the given context.
- getInputField() - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
- getInputField() - Method in interface com.github.bordertech.wcomponents.validator.FieldValidator
- getInputStream() - Method in interface com.github.bordertech.wcomponents.file.File
-
Returns an
InputStream
that can be used to retrieve the contents of the file. - getInputStream() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Returns an
InputStream
that can be used to retrieve the contents of the file. - getInputStream() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getInputStream() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns a stream to read the request content.
- getInputStream() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Retrieves an input stream of the uploaded file's contents.
- getInputWidth() - Method in class com.github.bordertech.wcomponents.WField
-
Indicates the desired width of the input field, as a percentage of the available space.
- getInstance() - Static method in class com.github.bordertech.wcomponents.registry.UIRegistry
- getInstance() - Static method in class com.github.bordertech.wcomponents.util.Config
- getInstance(WComponent) - Static method in class com.github.bordertech.wcomponents.WMessages
-
Retrieves the WMessages instance for the given component.
- getIntegrityErrorMode() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag that controls throwing errors for integrity issues.
- getInterceptor() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- getInternalId() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
- getInternalId() - Method in interface com.github.bordertech.wcomponents.WComponent
- getInternalId() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Override WComponent internal id to include a row index.
- getInternalMessage(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The internal message content.
- getIntHeader(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- getInvalidFileSizeMessage(long) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Returns invalid fileSize error message.
- getInvalidFileTypeMessage(List<String>) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Returns invalid fileTypes error message.
- getIsFace() - Method in class com.github.bordertech.wcomponents.WImageEditor
- getItemId() - Method in class com.github.bordertech.wcomponents.TreeItemIdNode
- getItemId(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
-
Retrieves the rows unique item id at the given row.
- getItemId(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Retrieves the rows unique item id at the given row.
- getItemIdPrefix() - Method in class com.github.bordertech.wcomponents.WTree
- getItemImage(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
-
Retrieves the value at the given row.
- getItemImage(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Retrieves the value at the given row.
- getItemImageUrl(TreeItemImage, String) - Method in class com.github.bordertech.wcomponents.WTree
-
Retrieves a URL for the tree item image.
- getItemLabel(List<Integer>) - Method in class com.github.bordertech.wcomponents.EmptyTreeItemModel
-
Retrieves the label at the given row.
- getItemLabel(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Retrieves the label at the given row.
- getItemShuffleType(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
- getItemShuffleType(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
- getJsResources() - Method in class com.github.bordertech.wcomponents.WApplication
- getKind() - Method in interface com.github.bordertech.wcomponents.Track
- getLabel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
- getLabel() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getLabel() - Method in interface com.github.bordertech.wcomponents.WComponent
- getLabel() - Method in class com.github.bordertech.wcomponents.WField
- getLabelFor() - Method in class com.github.bordertech.wcomponents.WLabel
- getLabelText() - Method in class com.github.bordertech.wcomponents.WField
-
Gets the label text (if label exists) else returns
null
. - getLabelWidth() - Method in class com.github.bordertech.wcomponents.WFieldLayout
- getLanguage() - Method in interface com.github.bordertech.wcomponents.Track
- getLastAccessedTime() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns the session last accessed timestamp.
- getLastAccessedTime() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns the session last accessed timestamp.
- getLayout() - Method in class com.github.bordertech.wcomponents.WPanel
- getLayoutConstraints(WComponent) - Method in class com.github.bordertech.wcomponents.WPanel
-
Retrieves the layout constraints for the given component, if they have been set.
- getLayoutType() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Get the type of layout for this field layout.
- getLdeLoadPersistedSessionEnabled() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Indicates whether new sessions should be populated from a persisted session.
- getLdePersistSessionEnabled() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Indicates whether sessions should be persisted.
- getLdePlainLauncherComponentToLaunch() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The component for the PlainLauncher to launch.
- getLdeServerEnableShutdown() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the LDE server will shutdown on receiving a shutdown request.
- getLdeServerJettyRealmFile() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server jetty realm file.
- getLdeServerPort() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server port.
- getLdeServerSessionTimeout() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server session timeout.
- getLdeServerShowMemoryProfile() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the LDE server should show the memory profile.
- getLdeServerWebDocsDir() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server Web Docs Dir.
- getLdeServerWebDocsResourcesDir() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server Resource Web Docs Dir.
- getLdeServerWebDocsThemeDir() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The LDE server Theme Web Docs Dir.
- getLeft() - Method in class com.github.bordertech.wcomponents.Margin
- getLeft() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- getLeft() - Method in class com.github.bordertech.wcomponents.WWindow
- getLeftColumn() - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
For the DIMAv2 theme and above, this can be used to change the left column attributes.
- getLevel() - Method in enum com.github.bordertech.wcomponents.HeadingLevel
- getLevel() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- getLevel() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- getLevelBeanProperty() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- getLevelIndex(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- getListCacheKey() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the data list cache key for this component.
- getListCacheKey() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Retrieves the data list cache key for this component.
- getLoadCount() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Deprecated.1.2.0 use
WAjaxControl.isLoadOnce()
. - getLocalAddr() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getLocale() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Retrieves the locale for this context.
- getLocale() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Retrieves the locale for this context.
- getLocale() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Retrieves the locale for this context.
- getLocale() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getLocale() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getLocales() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getLocalisedText(Locale, String) - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Attempts to retrieve the localized message for the given text.
- getLocalName() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getLocalPort() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getLogoutUrl() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The logout URL.
- getLookupTable() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Get the lookupTable for this user's session.
- getLookupTable() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Get the lookupTable for this user's session.
- getMargin() - Method in class com.github.bordertech.wcomponents.Margin
- getMargin() - Method in interface com.github.bordertech.wcomponents.Marginable
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WFigure
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WHeading
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WList
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WMenu
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WPanel
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WRow
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WSection
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WTable
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Get the margin for the component, or null if not set.
- getMargin() - Method in class com.github.bordertech.wcomponents.WTree
-
Get the margin for the component, or null if not set.
- getMax() - Method in class com.github.bordertech.wcomponents.WProgressBar
- getMaxDate() - Method in class com.github.bordertech.wcomponents.WDateField
-
Retrieves the maximum allowable value for this date field.
- getMaxFiles() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Return the maximum number of files that can be accepted by this file input.
- getMaxFileSize() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Return the maximum file size (in bytes) that can be accepted by this file input.
- getMaxFileSize() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Return the maximum file size (in bytes) that can be accepted by this file input.
- getMaxInactiveInterval() - Method in interface com.github.bordertech.wcomponents.Request
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxInactiveInterval() - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxInactiveInterval() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- getMaxInactiveInterval() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxInactiveInterval() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- getMaxInputs() - Method in class com.github.bordertech.wcomponents.WMultiDropdown
-
Deprecated.Use {
AbstractWMultiSelectList.getMaxSelect()
instead - getMaxInputs() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getMaxIterations() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- getMaxLength() - Method in class com.github.bordertech.wcomponents.WEmailField
- getMaxLength() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getMaxLength() - Method in class com.github.bordertech.wcomponents.WPasswordField
- getMaxLength() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getMaxLength() - Method in class com.github.bordertech.wcomponents.WTextField
- getMaxSelect() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Retrieves the maximum number of options that can be selected.
- getMaxSelectedRowCount() - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.Indicates the maximum number of rows which can be selected for the error/warning not to occur.
- getMaxSelectedRowCount() - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
-
Indicates the maximum number of rows which can be selected for the error/warning not to occur.
- getMaxValue() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the maximum allowable value for this number field.
- getMediaGroup() - Method in class com.github.bordertech.wcomponents.WAudio
- getMediaGroup() - Method in class com.github.bordertech.wcomponents.WVideo
- getMemoryUtilWarnThreshold() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default warning threshold for MemoryUtil possible memory leaks.
- getMenuItems() - Method in interface com.github.bordertech.wcomponents.MenuContainer
- getMenuItems() - Method in class com.github.bordertech.wcomponents.WMenu
- getMenuItems() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- getMenuItems() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getMenuItems(boolean) - Method in class com.github.bordertech.wcomponents.WMenu
- getMessage() - Method in class com.github.bordertech.wcomponents.FatalErrorPage
- getMessage() - Method in class com.github.bordertech.wcomponents.Message
- getMessage() - Method in class com.github.bordertech.wcomponents.WButton
- getMessage() - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.
- getMessage() - Method in class com.github.bordertech.wcomponents.WMenuItem
- getMessage() - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
- getMessageArguments() - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Sub classes should remember to call super.getMessageArguments() to ensure that the field label is added to the list of arguments.
- getMessageArguments() - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Sub classes should remember to call super.getMessageArguments() to ensure that the field label is added to the list of arguments.
- getMessageContainer(WComponent) - Static method in class com.github.bordertech.wcomponents.WMessages
-
Searches the WComponent tree of the given component for an ancestor that implements the MessageContainer interface.
- getMessages() - Method in interface com.github.bordertech.wcomponents.MessageContainer
- getMessages() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Retrieves the list of messages.
- getMessages(int) - Method in class com.github.bordertech.wcomponents.WMessages
- getMethod() - Method in interface com.github.bordertech.wcomponents.Request
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
- getMethod() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
- getMethod() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getMimeType() - Method in interface com.github.bordertech.wcomponents.ContentAccess
-
The mime type of the document.
- getMimeType() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Returns the content type passed by the browser or
null
if not defined. - getMimeType() - Method in class com.github.bordertech.wcomponents.InternalResource
-
The mime type of the document.
- getMimeType() - Method in class com.github.bordertech.wcomponents.util.thumbnail.BytesImage
- getMimeType() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Retrieves an mime type of the uploaded file's contents.
- getMimeType(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves an mime type of the uploaded file's contents.
- getMinDate() - Method in class com.github.bordertech.wcomponents.WDateField
-
Retrieves the minimum allowable value for this date field.
- getMinLength() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getMinLength() - Method in class com.github.bordertech.wcomponents.WPasswordField
- getMinLength() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getMinLength() - Method in class com.github.bordertech.wcomponents.WTextField
- getMinRefresh() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
The minimum characters entered before triggering the refresh action.
- getMinSelect() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Retrieves the minimum number of options that can be selected.
- getMinSelectedRowCount() - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.Indicates the minimum number of rows which must be selected for the error/warning not to occur.
- getMinSelectedRowCount() - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
-
Indicates the minimum number of rows which must be selected for the error/warning not to occur.
- getMinValue() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the minimum allowable value for this number field.
- getMode() - Method in class com.github.bordertech.wcomponents.WCollapsible
- getMode() - Method in class com.github.bordertech.wcomponents.WDialog
-
Returns the relationship of the dialog to the parent window.
- getMode() - Method in class com.github.bordertech.wcomponents.WFigure
- getMode() - Method in class com.github.bordertech.wcomponents.WPanel
- getMode() - Method in class com.github.bordertech.wcomponents.WSection
- getMode() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getMode() - Method in class com.github.bordertech.wcomponents.WTab
- getModel(WebComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Get the extrinsic state information for the given component.
- getModel(WebComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Get the extrinsic state information for the given component.
- getModel(WebComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Get the extrinsic state information for the given component.
- getModel(WebComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Retrieves the component model for the given component.
- getModelState() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getModelStateAsString() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getMonth() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Returns the month value.
- getName() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.no longer used. use
AbstractWComponent.getId()
instead. - getName() - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Deprecated.no longer used. use
InterceptorComponent.getId()
instead. - getName() - Method in interface com.github.bordertech.wcomponents.file.File
-
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
- getName() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
The name of the file as supplied by the client.
- getName() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getName() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getName() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.No longer used. Use
WComponent.getId()
instead. - getName() - Method in interface com.github.bordertech.wcomponents.WebComponent
-
Deprecated.no longer used. use
WebComponent.getId()
instead. - getNamedSection(String) - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
-
Get an
autocomplete
attribute value for a named auto-fill section. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.AbstractNamingContextContainer
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in interface com.github.bordertech.wcomponents.NamingContextable
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WApplication
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WContainer
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WTable
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNamingContextId() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Allow components that implement
NamingContextable
to selectively disable prepending their ID to their descendent's IDs by breaking the prepending logic into a seperately callable method. - getNewConversation() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- getNewSelection(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Determines which selection has been included in the given request.
- getNewSelections(Request) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Determines which selections have been added in the given request.
- getNewSelections(Request) - Method in class com.github.bordertech.wcomponents.WMultiDropdown
-
Override getNewSelections to ensure that the max number of inputs is honoured and that there are no duplicates.
- getNewState() - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.StateChange
- getNoDataMessage() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getNoDataMessage() - Method in class com.github.bordertech.wcomponents.WTable
- getNodeAtLine(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.Returns the node at the given line.
- getNodeAtLine(int) - Method in interface com.github.bordertech.wcomponents.TreeTableDataModel
-
Deprecated.Returns the node at the given line.
- getNodeCount() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- getNorth() - Method in class com.github.bordertech.wcomponents.Margin
-
Deprecated.use
Margin.getTop()
- getNotSelected() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns the options which are not selected.
- getNumber() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the numeric value of this field.
- getOff() - Static method in class com.github.bordertech.wcomponents.autocomplete.AutocompleteUtil
- getOnFalse() - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Returns the actions to execute when the condition evaluates to false.
- getOnTrue() - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Returns the actions to execute when the condition evaluates to true.
- getOpenAction() - Method in class com.github.bordertech.wcomponents.WTree
-
The action when a request to open a tree item is received.
- getOpenNewWindow() - Method in class com.github.bordertech.wcomponents.WLink
-
Indicates whether this link should open in a new window.
- getOpenRequestItemId() - Method in class com.github.bordertech.wcomponents.WTree
- getOperands() - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
- getOptionIndex(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the index of the given option.
- getOptions() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Returns the complete list of options available for selection for this user's session.
- getOptions() - Method in class com.github.bordertech.wcomponents.OptionGroup
- getOptions() - Method in class com.github.bordertech.wcomponents.WShuffler
-
Retrieves the shuffler options.
- getOptionWidth() - Method in class com.github.bordertech.wcomponents.WDropdown.DropdownModel
- getOptionWidth() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Get the width of the selectable options when rendered to screen.
- getOptionWithMatching(List<?>, Object) - Static method in class com.github.bordertech.wcomponents.SelectListUtil
-
Return the option that matches the data allowing for Option/Code and Legacy matching.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WAjaxControl
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WApplication
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WAudio
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WButton
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WCardManager
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WColumn
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WComponentGroup
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WContent
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDateField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDialog
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WEditableImage
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WFigure
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WFilterText
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WHeading
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WImage
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WInternalLink
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WLabel
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WList
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMenu
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelect
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WPanel
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WPopup
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WRow
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WSection
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WShuffler
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WStyledText
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTab
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WText
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTextArea
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTextField
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WTree
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WVideo
-
Retrieves the model for this component so that it can be modified.
- getOrCreateComponentModel() - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves the model for this component so that it can be modified.
- getOrderedOffset() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Allows layouts to have its ordered numbering start from an offset.
- getOutput() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getOutput() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Retrieves the content written to the response.
- getOutput() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletOutputStream
-
Returns the data that has been written to this output stream.
- getOutputAsString() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Retrieves the content written to the response.
- getOutputBytes() - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.StateChange
- getOutputStream() - Method in interface com.github.bordertech.wcomponents.Response
- getOutputStream() - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
- getOutputStream() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getOutputStream() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getOutputStream() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Returns a ServletOutputStream that would normally be used to write content back to the client.
- getOverallSerializedSize() - Method in class com.github.bordertech.wcomponents.monitor.UicStats
- getOverlayUrl() - Method in class com.github.bordertech.wcomponents.WImageEditor
- getPaddingChar() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
The padding character used in the partial date value.
- getPaginationLocation() - Method in class com.github.bordertech.wcomponents.WTable
- getPaginationMode() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getPaginationMode() - Method in class com.github.bordertech.wcomponents.WTable
- getParameter(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Returns the value of a request parameter as a
String
, ornull
if the parameter does not exist. - getParameter(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Returns the value of a request parameter as a
String
, ornull
if the parameter does not exist. - getParameter(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the value of the parameter with the specified name.
- getParameterMap() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getParameterNames() - Method in class com.github.bordertech.wcomponents.AbstractRequest
- getParameterNames() - Method in interface com.github.bordertech.wcomponents.Request
- getParameterNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getParameters() - Method in interface com.github.bordertech.wcomponents.Request
- getParameters() - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
- getParameters() - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
- getParameters() - Method in class com.github.bordertech.wcomponents.WTemplate
- getParameterValues(String) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Returns an array of
String
objects containing all of the values the given request parameter has, ornull
if the parameter does not exist. - getParameterValues(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Returns an array of
String
objects containing all of the values the given request parameter has, ornull
if the parameter does not exist. - getParameterValues(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the parameter values for the given parameter.
- getParent() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
- getParent() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getParent() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- getParent() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- getParent() - Method in interface com.github.bordertech.wcomponents.WComponent
- getParent() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- getParentContext() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
- getParentNamingContext(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Get this component's parent naming context.
- getPartialDate() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Get the partial date as its formatted string.
- getPath() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Returns the path from the root, to get to this node.
- getPath() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Returns the path from the root, to get to this node.
- getPath(String, Map<String, String>) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Adds GET parameters to a path.
- getPath(String, Map<String, String>, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Adds GET parameters to a path.
- getPathInfo() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getPathToRoot(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Retrieves a "path" of component classes from the given component to the root node.
- getPathTranslated() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getPattern() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getPattern() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getPattern() - Method in class com.github.bordertech.wcomponents.WTextField
- getPlaceholder() - Method in interface com.github.bordertech.wcomponents.Placeholderable
-
Get the placeholder text, if explicitly set.
- getPlaceholder() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Get the placeholder text, if explicitly set.
- getPlaceholder() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Get the placeholder text, if explicitly set.
- getPlaceholder() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Get the placeholder text, if explicitly set.
- getPlaceholder() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Get the placeholder text, if explicitly set.
- getPlaceholder() - Method in class com.github.bordertech.wcomponents.WTextField
-
Get the placeholder text, if explicitly set.
- getPlaintextCache() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether plaintext should cache.
- getPosition() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- getPoster() - Method in class com.github.bordertech.wcomponents.WVideo
-
Retrieves the default poster image.
- getPosterUrl() - Method in class com.github.bordertech.wcomponents.WVideo
-
Creates a dynamic URL that the poster can be loaded from.
- getPostPath() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getPostPath() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the relative URL path to which this WComponent application should post its requests.
- getPreload() - Method in class com.github.bordertech.wcomponents.WAudio
-
Indicates how pre-loading of content should occur before the clip is played.
- getPreload() - Method in class com.github.bordertech.wcomponents.WVideo
-
Indicates how pre-loading of content should occur before the clip is played.
- getPrevExpandedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Return the row keys that have been expanded.
- getPrevExpandedRows() - Method in class com.github.bordertech.wcomponents.WTree
-
Return the item ids that have been expanded.
- getPrevRenderedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Return the row keys that have been rendered.
- getPrimaryContext(UIContext, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Deprecated.Badly named Method. Use
WebUtilities.getContextForComponent(com.github.bordertech.wcomponents.WComponent)
instead - getPrimaryUIContext(UIContext) - Static method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Deprecated.
- getPrimaryUIContext(UIContext) - Static method in class com.github.bordertech.wcomponents.UIContextHolder
-
A utility function to iterate to the primary (top most) context and return it.
- getPrintWriter() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Retrieves the PrintWriter which is used to send data back to the client.
- getPrintWriter() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Retrieves the PrintWriter which is used to send data back to the client.
- getProgressBarType() - Method in class com.github.bordertech.wcomponents.WProgressBar
- getProjectVersion() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The current project version.
- getProjectVersion() - Static method in class com.github.bordertech.wcomponents.WebUtilities
- getProperty(Object, String) - Static method in class com.github.bordertech.wcomponents.util.ReflectionUtil
-
This method gets a property from an object via reflection.
- getProtocol() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getQueryString() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getReader() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRealPath(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- getRedirect() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getRef() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getReference() - Method in class com.github.bordertech.wcomponents.WInternalLink
- getRefNode() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- getRefreshAction() - Method in class com.github.bordertech.wcomponents.WSuggestions
- getRegisteredOperations() - Static method in class com.github.bordertech.wcomponents.AjaxHelper
- getRegisteredSubordinateControls() - Static method in class com.github.bordertech.wcomponents.subordinate.SubordinateControlHelper
- getRel() - Method in class com.github.bordertech.wcomponents.WLink
- getRelatedField() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Deprecated.use
AbstractWFieldIndicator.getTargetComponent()
instead. - getRelatedFieldId() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Returns the id of the related field (
AbstractWFieldIndicator.relatedField
). - getRemoteAddr() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRemoteHost() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRemotePort() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRemoteUser() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRenderer() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- getRenderer() - Method in class com.github.bordertech.wcomponents.WTableColumn
- getRenderer(int) - Method in class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.Retrieves the component that is used to render the given column.
- getRenderer(int) - Method in class com.github.bordertech.wcomponents.WTableRowRenderer
-
Retrieves the component that is used to render the given column.
- getRenderer(WComponent, RenderContext) - Static method in class com.github.bordertech.wcomponents.layout.UIManager
-
Retrieves a renderer which can renderer the given component to the context.
- getRenderer(Class<?>) - Method in class com.github.bordertech.wcomponents.render.nil.RendererFactoryImpl
-
Obtains a renderer for the given class.
- getRenderer(Class<?>) - Method in class com.github.bordertech.wcomponents.render.webxml.RendererFactoryImpl
-
Obtains a renderer for the given class.
- getRenderer(Class<?>) - Method in interface com.github.bordertech.wcomponents.RendererFactory
-
Obtains a renderer for the given class.
- getRendererClass() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Retrieves the custom renderer for this node.
- getRendererClass() - Method in class com.github.bordertech.wcomponents.WTableColumn
- getRendererClass(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of rows being expandable by default.
- getRendererClass(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
- getRendererClass(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
This model does not support the concept of rows being expandable by default.
- getRendererClass(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Retrieves the custom renderer for this row.
- getRendererOverride(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The overridden renderer class for the given fully qualified classname.
- getRenderInline() - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Determine if the image editor will render inline.
- getRenderPackage() - Method in class com.github.bordertech.wcomponents.render.nil.NullRenderContext
-
Return the java package name which contains the renderers for this renderer.
- getRenderPackage() - Method in interface com.github.bordertech.wcomponents.RenderContext
-
Return the java package name which contains the renderers for this renderer.
- getRenderPackage() - Method in class com.github.bordertech.wcomponents.servlet.WebXmlRenderContext
-
Return the java package name which contains the renderers for this renderer.
- getRenderParameter(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portal specific. user
Request.getSessionAttribute(String)
- getRenderParameter(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Deprecated.portal specific. user
ServletRequest.getSessionAttribute(String)
- getRenderParameter(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Deprecated.portal specific. user
MockRequest.getSessionAttribute(String)
- getRepeatedComponent() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the repeated component, that is used to render each row.
- getRepeatedComponent() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
- getRepeatedComponent(int) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the repeated component for the specified row.
- getRepeater() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getRepeater() - Method in class com.github.bordertech.wcomponents.WTable
- getRepeatRoot() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the repeat root, creating one if necessary.
- getReplace() - Method in class com.github.bordertech.wcomponents.WFilterText
- getRequest() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- getRequest() - Method in exception com.github.bordertech.wcomponents.Escape
- getRequestDispatcher(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- getRequestedSessionId() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRequestFileItems(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get a map of file items in the request allowing for multi part form fields.
- getRequestFileItemValue(HttpServletRequest, String) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get a file item value from the request allowing for multi part form fields.
- getRequestFileItemValues(HttpServletRequest, String) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get file item values from the request allowing for multi part form fields.
- getRequestParameters(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get a map of request parameters allowing for multi part form fields.
- getRequestParameterValue(HttpServletRequest, String) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get a value for a request parameter allowing for multi part form fields.
- getRequestParameterValues(HttpServletRequest, String) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Get the values for a request parameter allowing for multi part form fields.
- getRequestScratchMap(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- getRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- getRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- getRequestScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Retrieves the scratch map with request scope for the given component.
- getRequestStep(Request) - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
-
Retrieves the value of the step variable from the given request.
- getRequestURI() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRequestURL() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in interface com.github.bordertech.wcomponents.Input
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WDateField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WShuffler
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WTextField
-
Provide the value of the component on the Request.
- getRequestValue(Request) - Method in class com.github.bordertech.wcomponents.WTree
-
Provide the value of the component on the Request.
- getRes() - Method in class com.github.bordertech.wcomponents.container.TemplateRenderInterceptor.I18NContext
- getResource() - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- getResource(String) - Static method in class com.github.bordertech.wcomponents.InternalResourceMap
-
Retrieves a resource from the resource map.
- getResourceBundleBaseName() - Static method in class com.github.bordertech.wcomponents.util.I18nUtilities
-
Retrieves the resource bundle base name.
- getResourceCacheKey(String) - Static method in class com.github.bordertech.wcomponents.InternalResourceMap
-
Retrieves the cache key for a resource path.
- getResourceId() - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- getResourceName() - Method in class com.github.bordertech.wcomponents.InternalResource
- getResponse() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- getResponse() - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
- getResponse() - Method in exception com.github.bordertech.wcomponents.Escape
- getResponse() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getResponseCacheHeaderSettings(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response cache header settings for the given contentType.
- getResponseCacheSettings() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response cache settings.
- getResponseNoCacheSettings() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response no cache settings.
- getResponseUrl(HttpServletRequest) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Get the URL that responses should be directed to (ie, the URL in forms and hyperlinks).
- getResult() - Method in class com.github.bordertech.wcomponents.util.visitor.AbstractVisitorWithResult
- getRight() - Method in class com.github.bordertech.wcomponents.Margin
- getRightColumn() - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
For the DIMAv2 theme and above, this can be used to change the right column attributes.
- getRoot() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
- getRoot() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
- getRoot(UIContext, WComponent) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Retrieves the root component of a WComponent hierarchy.
- getRootNode() - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.
- getRootWCs() - Method in class com.github.bordertech.wcomponents.monitor.UicStats
- getRowBean(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- getRowBeanForSubcontext(WRepeater.SubUIContext) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Returns the row data for the given row context.
- getRowContext(Object) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the UIContext for a row, where the row index is not known.
- getRowContext(Object, int) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the UIContext for a row.
- getRowContexts() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the row contexts for all rows.
- getRowCount() - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.Retrieves the number of rows in the model.
- getRowCount() - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Retrieves the number of rows.
- getRowCount() - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Retrieves the number of rows for the root (ie top) level.
- getRowCount() - Method in class com.github.bordertech.wcomponents.EmptyTableDataModel
-
Deprecated.
- getRowCount() - Method in class com.github.bordertech.wcomponents.EmptyTableModel
- getRowCount() - Method in class com.github.bordertech.wcomponents.EmptyTreeItemModel
-
Retrieves the number of rows for the root (ie top) level.
- getRowCount() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Retrieves the number of rows in the model.
- getRowCount() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Retrieves the number of rows for the root (ie top) level.
- getRowCount() - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Retrieves the number of rows in the model.
- getRowCount() - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Retrieves the number of rows in the model.
- getRowCount() - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Retrieves the number of rows.
- getRowCount() - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Retrieves the number of rows in the model.
- getRowCount() - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Retrieves the number of rows for the root (ie top) level.
- getRowCount() - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Retrieves the number of rows for the root (ie top) level.
- getRowHeader() - Method in class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.
- getRowHeader(int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.Row header text is not used by default.
- getRowHeader(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.Row header text is not used by default.
- getRowHeader(int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Retrieves the row heading text for the given row.
- getRowHeaderColumn() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getRowId() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Retrieves the row id for this SubUIContext.
- getRowId(Object) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Retrieves the row id for the given row.
- getRowIdName(Object, Object) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Allows a subclass to provide the ID used in the row naming context.
- getRowIdName(Object, Object) - Method in class com.github.bordertech.wcomponents.WTable.TableRepeater
-
Allows a subclass to provide the ID used in the row naming context.
- getRowIdName(List<Integer>, Object) - Method in class com.github.bordertech.wcomponents.WTable
-
Allows a subclass to provide the ID used in the row naming context.
- getRowIndex() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- getRowIndex() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Retrieves the row index for this SubUIContext.
- getRowIndex() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- getRowIndexForCustomItemId(String) - Method in class com.github.bordertech.wcomponents.WTree
-
This method is used with a custom tree to map an item id to its row index.
- getRowKey() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- getRowKey(int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
- getRowKey(int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Retrieves the key (ie bean) used to uniquely identify this row.
- getRowKey(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
Retrieves the key (ie bean) used to uniquely identify this row.
- getRowKey(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Retrieves the key (ie bean) used to uniquely identify this row.
- getRowKey(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Retrieves the key (ie bean) used to uniquely identify this row.
- getRowKey(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Retrieves the key (ie bean) used to uniquely identify this row.
- getRowRenderId() - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
- getRows() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
- getRows() - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.No longer supported, no Java alternative. If this is required use application level CSS.
- getRows() - Method in class com.github.bordertech.wcomponents.WMultiSelect
- getRows() - Method in class com.github.bordertech.wcomponents.WShuffler
- getRows() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- getRows() - Method in class com.github.bordertech.wcomponents.WTextArea
- getRowsPerPage() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getRowsPerPage() - Method in class com.github.bordertech.wcomponents.WTable
-
The number of rows to display per page.
- getRowsPerPageOptions() - Method in class com.github.bordertech.wcomponents.WTable
- getRules() - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
- getSchemaPath() - Static method in class com.github.bordertech.wcomponents.DebugValidateXML
-
Return the path to the schema to test against.
- getScheme() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getScratchMap() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves a short-lived map which can be used to cache data during request processing.
- getScratchMap(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- getScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- getScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- getScratchMap(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Retrieves the scratch map with phase scope for the given component.
- getSearch() - Method in class com.github.bordertech.wcomponents.WFilterText
- getSecond() - Method in class com.github.bordertech.wcomponents.util.Duplet
- getSecond() - Method in class com.github.bordertech.wcomponents.util.Triplet
- getSelectability() - Method in interface com.github.bordertech.wcomponents.MenuItemSelectable
-
Symmetric accessor which should not generally be used.
- getSelectability() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Symmetric accessor which should not generally be used.
- getSelectability() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.WSubMenu is never selectable for a11y reasons. If you need a selectable use
WTree
. - getSelectAllMode() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates how the table row "select all" function should be displayed.
- getSelectAllMode() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates how the table row "select all" function should be displayed.
- getSelected() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Retrieves the currently selected options.
- getSelected() - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Returns the selected option for the given user's session.
- getSelectedFiles() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Deprecated.no longer required as unselected files are now removed. So all files are "selected".
- getSelectedItem() - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.Use
WMenu.getSelectedMenuItem()
instead. - getSelectedItems() - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.Use
WMenu.getSelectedMenuItems()
instead. - getSelectedListName() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
- getSelectedMenuItem() - Method in class com.github.bordertech.wcomponents.WMenu
-
Returns the selected item (WMenUItem/WSubMenu, depending on the menu type) in the given context.
- getSelectedMenuItems() - Method in class com.github.bordertech.wcomponents.WMenu
-
Returns the selected items (WMenUItems/WSubMenus, depending on the menu type) in the given context.
- getSelectedOptionsAsArray() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns the selected options for the given user's session.
- getSelectedRows() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSelectedRows() - Method in class com.github.bordertech.wcomponents.WTable
-
Retrieve the row keys that are selected.
- getSelectedRows() - Method in class com.github.bordertech.wcomponents.WTree
-
Retrieve the row keys that are selected.
- getSelectedValue() - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Retrieves the selected value for this group.
- getSelectGroup() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSelectionChangeAction() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSelectionChangeAction() - Method in class com.github.bordertech.wcomponents.WTable
- getSelectionMode() - Method in interface com.github.bordertech.wcomponents.MenuSelectContainer
- getSelectionMode() - Method in class com.github.bordertech.wcomponents.WMenu
- getSelectionMode() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getSelectMode() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSelectMode() - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.Use
WMenu.getSelectionMode()
instead. - getSelectMode() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.Use
MenuSelectContainer.getSelectionMode()
instead. - getSelectMode() - Method in class com.github.bordertech.wcomponents.WTable
- getSelectMode() - Method in class com.github.bordertech.wcomponents.WTree
- getSendRedirection() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getSeparator() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
- getSeparator() - Method in class com.github.bordertech.wcomponents.WList
- getSeparatorType() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSeparatorType() - Method in class com.github.bordertech.wcomponents.WTable
- getSerializedSize() - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- getServerName() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getServerPort() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getServlet() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getServletContext() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns the session servlet context.
- getServletContext() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns the session servlet context.
- getServletContext() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
- getServletEnableSubsessions() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Whether to enable subsessions in the servlet.
- getServletName() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
- getServletPath() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getServletSupportPath() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The parameter variable that contains the URL path to the support servlet that services targeted requests for a Portlet application.
- getSession() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper
- getSession() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getSession(boolean) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper
- getSession(boolean) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the current HttpSession, or creates a new one if there is no current session and the
create
flag is set. - getSessionAttribute(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name. - getSessionAttribute(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name. - getSessionAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name. - getSessionContext() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Deprecated.
- getSessionContext() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Deprecated.
- getSessionId() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper
- getSessionId() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- getSessionToken() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getSessionToken() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the session token.
- getSettings() - Method in enum com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
- getSeverity() - Method in interface com.github.bordertech.wcomponents.validation.Diagnostic
- getSeverity() - Method in class com.github.bordertech.wcomponents.validation.DiagnosticImpl
- getSharedModel() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getShuffleAction() - Method in class com.github.bordertech.wcomponents.WTree
-
The action used when the tree items are shuffled on the client.
- getSize() - Method in interface com.github.bordertech.wcomponents.file.File
-
Returns the size of the file.
- getSize() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Returns the size of the file item.
- getSize() - Method in interface com.github.bordertech.wcomponents.Image
- getSize() - Method in class com.github.bordertech.wcomponents.ImageResource
- getSize() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getSize() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
Returns the sum of the size of primitive/simple value data contained within this node.
- getSize() - Method in class com.github.bordertech.wcomponents.util.thumbnail.BytesImage
- getSize() - Method in interface com.github.bordertech.wcomponents.Video
- getSize() - Method in class com.github.bordertech.wcomponents.VideoResource
- getSize() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.
- getSize() - Method in class com.github.bordertech.wcomponents.WImage
-
Retrieve the image size.
- getSize() - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Retrieve the editor size.
- getSize(Object) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- getSortColumnIndex() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSortColumnIndex() - Method in class com.github.bordertech.wcomponents.WTable
- getSortMode() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSortMode() - Method in class com.github.bordertech.wcomponents.WTable
- getSouth() - Method in class com.github.bordertech.wcomponents.Margin
-
Deprecated.
- getSpace() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
- getSpace() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
- getSpace() - Method in class com.github.bordertech.wcomponents.WList
- getSpace() - Method in class com.github.bordertech.wcomponents.WRow
- getState() - Method in class com.github.bordertech.wcomponents.WDialog
-
Retrieves the state of the dialog in the given context.
- getState() - Method in class com.github.bordertech.wcomponents.WSelectToggle
- getState() - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves the current state of the window.
- getStatus() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- getStep() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getStep() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the page step number.
- getStep() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the step value for this number field.
- getStep() - Method in class com.github.bordertech.wcomponents.WWindow
-
Retrieves the current step counter.
- getStepErrorUrl() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The step error URL.
- getStickyFocus() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Whether to use sticky focus.
- getStream() - Method in interface com.github.bordertech.wcomponents.ContentStreamAccess
-
Retrieves the stream that make up the document content.
- getStream() - Method in class com.github.bordertech.wcomponents.InternalResource
-
Retrieves the stream that make up the document content.
- getString() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getString(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- getStripingType() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getStripingType() - Method in class com.github.bordertech.wcomponents.WTable
- getSuccessMessageBox() - Method in class com.github.bordertech.wcomponents.WMessages
- getSuccessMessages() - Method in class com.github.bordertech.wcomponents.WMessages
- getSuggestions() - Method in class com.github.bordertech.wcomponents.WEmailField
- getSuggestions() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- getSuggestions() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Returns the complete list of suggestions available for selection for this user's session.
- getSuggestions() - Method in class com.github.bordertech.wcomponents.WTextField
- getSummary() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getSummary() - Method in class com.github.bordertech.wcomponents.WTable
-
Deprecated.the summary field has been removed from the client side. API preserved temporarily for backwards compatibility.
- getTab(int) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Returns the tab at the given index.
- getTabIndex() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.1.4 causes a11y issues, no replacement.
- getTabIndex() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.1.4 causes a11y issues, no replacement.
- getTabIndex(WComponent) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Retrieves the tab index for the given tab content.
- getTabIndex(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Retrieves the tab index for the given tab.
- getTabLabel() - Method in class com.github.bordertech.wcomponents.WTab
- getTable() - Method in class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.
- getTable() - Method in class com.github.bordertech.wcomponents.WTableRowRenderer
- getTable(Object) - Method in class com.github.bordertech.wcomponents.util.DefaultLookupTable
-
Retrieves the contents of a given table by a table identifier.
- getTable(Object) - Method in interface com.github.bordertech.wcomponents.util.LookupTable
-
Retrieves the contents of a given table by a table identifier.
- getTableForCacheKey(String) - Method in class com.github.bordertech.wcomponents.util.DefaultLookupTable
-
Retrieves the source table for the cache key.
- getTableForCacheKey(String) - Method in interface com.github.bordertech.wcomponents.util.LookupTable
-
Retrieves the source table for the cache key.
- getTableModel() - Method in class com.github.bordertech.wcomponents.WTable
- getTag() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.Use
WTemplate
instead - getTag() - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - getTag() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.Use
WTemplate
instead. - getTaggedComponents() - Method in class com.github.bordertech.wcomponents.WTemplate
- getTail() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Retrieves the label's tail component.
- getTarget() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
- getTarget() - Method in interface com.github.bordertech.wcomponents.subordinate.Action
- getTarget() - Method in class com.github.bordertech.wcomponents.subordinate.builder.Action
- getTarget() - Method in class com.github.bordertech.wcomponents.WSelectToggle
- getTargetComponent() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
- getTargetComponentId() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getTargetContainerId() - Method in class com.github.bordertech.wcomponents.AjaxOperation
- getTargetId() - Method in interface com.github.bordertech.wcomponents.Targetable
-
The target id returned must be unique across all targetable WComponents within the application.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WAudio
-
Returns the id to use to target this component.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WContent
-
Implementation of the Targetable interface.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WImage
-
Returns the id to use to target this component.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
The target id returned must be unique across all targetable WComponents within the application.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WTree
-
The target id returned must be unique across all targetable WComponents within the application.
- getTargetId() - Method in class com.github.bordertech.wcomponents.WVideo
-
Returns the id to use to target this component.
- getTargetInGroup() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
-
Get the target component in a group.
- getTargets() - Method in class com.github.bordertech.wcomponents.AjaxOperation
- getTargets() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Get the target WComponents that will be repainted as a consequence of the AJAX request.
- getTargetsArray() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Get the target WComponents as an array.
- getTargetUrl() - Method in class com.github.bordertech.wcomponents.InternalResource
- getTargetUrl() - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- getTargetUrl() - Method in class com.github.bordertech.wcomponents.WImage
-
Creates a dynamic URL that the image can be loaded from.
- getTargetWindow() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves the target window name.
- getTargetWindow() - Method in class com.github.bordertech.wcomponents.WPopup
-
Retrieves the target window name.
- getTargetWindowName() - Method in class com.github.bordertech.wcomponents.WLink
-
The name of the target popup window.
- getTemplate() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.Use
WTemplate
instead - getTemplateMarkUp() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.Use
WTemplate
instead - getTemplateMarkUp() - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - getTemplateName() - Method in class com.github.bordertech.wcomponents.WTemplate
- getTemplateRenderer() - Method in class com.github.bordertech.wcomponents.render.nil.RendererFactoryImpl
-
Deprecated.Use
WTemplate
instead - getTemplateRenderer() - Method in class com.github.bordertech.wcomponents.render.webxml.RendererFactoryImpl
-
Deprecated.Use
WTemplate
instead - getTemplateRenderer() - Method in interface com.github.bordertech.wcomponents.RendererFactory
-
Deprecated.Use
WTemplate
instead. - getTemplateRenderer(RenderContext) - Static method in class com.github.bordertech.wcomponents.layout.UIManager
-
Deprecated.Use
WTemplate
instead. - getTemplateRenderingEngine(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The templating engine classname for the given engine.
- getTemplateRenderingMode() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.no longer used
- getTemplateUrl() - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - getTerminateSessionOnError() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to terminate the session on error.
- getTerms() - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Groups a definition list's child components by their term for rendering.
- getTestSeleniumDataReadyTag() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML body tag indicating the page is ready.
- getTestSeleniumDriverCapabilities(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The WebDriver capabilities for the given driver type.
- getTestSeleniumImplicitWait() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The duration in seconds to wait for an element if it is not found.
- getTestSeleniumMultiBrowserDriverParallel() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the MultiBrowserRunner should run in parallel.
- getTestSeleniumMultiBrowserDrivers() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The list of drivers to use in the MultiBrowserRunner.
- getTestSeleniumMultiBrowserDrivers(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The list of drivers to use in the MultiBrowserRunner for the given test class.
- getTestSeleniumPageReadyPollInterval() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The interval in milliseconds between page ready poll attempts.
- getTestSeleniumPageReadyTimeout() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The duration in seconds to wait for the page to be ready.
- getTestSeleniumParallelMethods() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the Selenium Tests are running in parallel methods.
- getTestSeleniumParameterisedDriver() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The driver to use for the ParameterisedDriver.
- getTestSeleniumParameterisedDriver(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The driver to use for the ParameterisedDriver for the given test class.
- getTestSeleniumParameterisedDriverSysProperties() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The system properties to be set in the ParameterisedDriver.
- getTestSeleniumScreenHeight() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The height in pixels of the selenium screen.
- getTestSeleniumScreenWidth() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The width in pixels of the selenium screen.
- getTestSeleniumServerStart() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to start the server when the test case launches.
- getTestSeleniumServerStart(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to start the server when the test case launches for this specific test class.
- getTestSeleniumServerUrl() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL to run a Selenium test against.
- getTestSeleniumServerUrl(String) - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL to run a Selenium test against for this specific test class.
- getText() - Method in class com.github.bordertech.wcomponents.WButton
-
Return the button text.
- getText() - Method in class com.github.bordertech.wcomponents.WContentLink
- getText() - Method in class com.github.bordertech.wcomponents.WDateField
-
Retrieves the text entered into the field by a specific user.
- getText() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Attempts to retrieve the text contained in the body component.
- getText() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Retrieves the phone field's text.
- getText() - Method in class com.github.bordertech.wcomponents.WFilterText
-
Override in order to filter the encoded text.
- getText() - Method in class com.github.bordertech.wcomponents.WHiddenComment
- getText() - Method in class com.github.bordertech.wcomponents.WInternalLink
- getText() - Method in class com.github.bordertech.wcomponents.WLabel
- getText() - Method in class com.github.bordertech.wcomponents.WLink
-
Return the default text displayed on the link.
- getText() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves the menu item text.
- getText() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the text as entered by the user.
- getText() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Retrieves the text as entered by the user.
- getText() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Retrieves the password field's text.
- getText() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Retrieves the phone field's text for a specific user.
- getText() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Deprecated.progress elements contain no text use
AbstractWComponent.getToolTip()
instead - getText() - Method in class com.github.bordertech.wcomponents.WSubMenu
- getText() - Method in class com.github.bordertech.wcomponents.WText
- getText() - Method in class com.github.bordertech.wcomponents.WTextField
-
Retrieves the text field's text.
- getText() - Method in class com.github.bordertech.wcomponents.WToggleButton
- getTextInputs() - Method in class com.github.bordertech.wcomponents.WMultiTextField
- getThemeBase() - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
-
Gets the base path of the theme resources.
- getThemeBuild() - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
- getThemeContentPath() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The parameter variable that contains the URL path to the web content for the Theme.
- getThemeName() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The theme name.
- getThemeName() - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
-
The theme name as determined on instantiation.
- getThemePath() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getThemePath() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the base URL under which the web content for the Theme is hosted.
- getThemeXslt(UIContext) - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
-
Retrieves the complete path to the theme's XSLT.
- getThemeXsltName() - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
-
Get the name of the XSLT file to use taking debug mode into consideration.
- getThemeXsltName(UIContext) - Static method in class com.github.bordertech.wcomponents.util.ThemeUtil
-
Deprecated.UIC no longer used as an argument, kept only for API compatibility. Use getThemeXsltName() instead.
- getThird() - Method in class com.github.bordertech.wcomponents.util.Triplet
- getThumbnail() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- getThumbnailCacheKey() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
Retrieves the cache key for the thumbnail.
- getThumbnailPosition() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- getThumbnailSize() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieve the thumbnail size.
- getTimeoutPeriod() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The timeout period in seconds.
- getTimeoutPeriod() - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Get the indicated timeout period.
- getTimeoutWarningPeriod() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The timeout warning period in seconds.
- getTitle() - Method in class com.github.bordertech.wcomponents.WApplication
-
Returns the application's title.
- getTitle() - Method in class com.github.bordertech.wcomponents.WDialog
- getTitle() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Get the title for this field layout.
- getTitle() - Method in class com.github.bordertech.wcomponents.WFieldSet
- getTitle() - Method in class com.github.bordertech.wcomponents.WWindow
- getTitleText() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
- getTitleText() - Method in class com.github.bordertech.wcomponents.WMessageBox
- getTitleText() - Method in class com.github.bordertech.wcomponents.WPanel
- getToolTip() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Retrieves the component's tool tip.
- getToolTip() - Method in class com.github.bordertech.wcomponents.ComponentModel
- getToolTip() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Retrieves the component's tool tip.
- getTop() - Method in class com.github.bordertech.wcomponents.Margin
- getTop() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- getTop() - Method in class com.github.bordertech.wcomponents.WWindow
- getTop(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Retrieves the top-level WComponent in the tree.
- getTopRowBean(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Return the top level bean for this row index.
- getTotalTabs() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Retrieves the total number of tabs in this tab set.
- getTrackingApplicationName() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking application name.
- getTrackingClientId() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking client id.
- getTrackingCookieDomain() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking cookie domain.
- getTrackingDataCollectionDomain() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking data collection domain.
- getTracks() - Method in class com.github.bordertech.wcomponents.WVideo
-
Retrieves additional tracks associated with the video.
- getTrackUrls() - Method in class com.github.bordertech.wcomponents.WVideo
-
Creates dynamic URLs that the video clips can be loaded from.
- getTreeModel() - Method in class com.github.bordertech.wcomponents.WTree
- getTrigger() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
- getTrigger() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- getTrigger() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Get the component that will trigger the client to make the AJAX request.
- getTrigger() - Method in class com.github.bordertech.wcomponents.WDialog
- getTriggerId() - Method in class com.github.bordertech.wcomponents.AjaxOperation
- getTriggerOpenAction() - Method in class com.github.bordertech.wcomponents.WDialog
-
The action used when a dialog is opened via its trigger.
- getTriggerValue(Request) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
-
Get the value for the trigger.
- getType() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
- getType() - Method in class com.github.bordertech.wcomponents.Message
- getType() - Method in class com.github.bordertech.wcomponents.subordinate.builder.Action
- getType() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- getType() - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
- getType() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- getType() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- getType() - Method in class com.github.bordertech.wcomponents.WDefinitionList
- getType() - Method in class com.github.bordertech.wcomponents.WDropdown.DropdownModel
- getType() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Deprecated.No longer required as COMBO will be dropped. WSuggestions and a WTextfield should be used instead
- getType() - Method in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.use
WHeading.getHeadingLevel()
instead. - getType() - Method in class com.github.bordertech.wcomponents.WList
- getType() - Method in class com.github.bordertech.wcomponents.WMenu
- getType() - Method in class com.github.bordertech.wcomponents.WMessageBox
- getType() - Method in class com.github.bordertech.wcomponents.WPanel
- getType() - Method in class com.github.bordertech.wcomponents.WStyledText
- getType() - Method in class com.github.bordertech.wcomponents.WTable
- getType() - Method in class com.github.bordertech.wcomponents.WTabSet
- getType() - Method in class com.github.bordertech.wcomponents.WTree
- getUI() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- getUI() - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
- getUI() - Method in class com.github.bordertech.wcomponents.monitor.UicStats
- getUI() - Method in interface com.github.bordertech.wcomponents.UIContext
- getUI() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- getUI() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- getUI(Object) - Method in interface com.github.bordertech.wcomponents.container.WComponentContainer
-
Deprecated.Subclasses may override this method.
- getUI(Object) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Subclasses may override this method.
- getUI(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistry
-
Retrieves the user interface which was registered with the given key.
- getUI(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryAmicableImpl
-
Retrieves the user interface that was registered with the given key.
- getUI(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryClassLoaderImpl
-
Retrieves the user interface that was registered with the given key.
- getUIContext() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Retrieves the UIContext from session.
- getUIContext() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Retrieves the UIContext from session.
- getUIContext() - Method in class com.github.bordertech.wcomponents.UIContextDebugWrapper
- getUiContextSessionKey() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- getUiVersionKey() - Method in class com.github.bordertech.wcomponents.WApplication
-
Projects can override this method if different versions of the same Application need to be registered by
UIRegistry
. - getUnitType() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Deprecated.unitType not supported in HTML spec
- getUrl() - Method in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Velocity renderers will not necessarily have a template.
- getUrl() - Method in class com.github.bordertech.wcomponents.TreeItemImage
- getUrl() - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- getUrl() - Method in class com.github.bordertech.wcomponents.WContent
-
Retrieves a dynamic URL which this targetable component can be accessed from.
- getUrl() - Method in class com.github.bordertech.wcomponents.WLink
- getUrl() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Retrieves the menu item's URL.
- getUrl() - Method in class com.github.bordertech.wcomponents.WPopup
- getUrl() - Method in class com.github.bordertech.wcomponents.WWindow
-
Returns a dynamic URL that this wwindow component can be accessed from.
- getUseCamera() - Method in class com.github.bordertech.wcomponents.WImageEditor
- getUserAgentInfo() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
- getUserAgentInfo() - Method in interface com.github.bordertech.wcomponents.Environment
- getUserPrincipal() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- getValidationErrors() - Method in class com.github.bordertech.wcomponents.WMessages
- getValidators() - Method in class com.github.bordertech.wcomponents.AbstractInput
- getValidators() - Method in interface com.github.bordertech.wcomponents.Input
- getValue() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns a
List
of the selected options. - getValue() - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressType
- getValue() - Method in interface com.github.bordertech.wcomponents.autocomplete.segment.AutocompleteSegment
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.Organization
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.Payment
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.Person
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.DateType
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Email
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Multiline
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Numeric
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Password
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Telephone
- getValue() - Method in enum com.github.bordertech.wcomponents.autocomplete.type.Url
- getValue() - Method in interface com.github.bordertech.wcomponents.Input
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
- getValue() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCompare
- getValue() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- getValue() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- getValue() - Method in class com.github.bordertech.wcomponents.WButton
-
Return the button value.
- getValue() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WDateField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Retrieves the numeric value of this field.
- getValue() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Retrieves the value of the progress bar.
- getValue() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Retrieves the radio button's value.
- getValue() - Method in class com.github.bordertech.wcomponents.WShuffler
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WTextField
-
Provide the value of the component returned by
DataBound.getData()
in the correct format. - getValue() - Method in class com.github.bordertech.wcomponents.WTree
-
Returns a
Set
of the selected options. - getValue(String) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- getValue(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- getValueAsString() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Retrieves a String representation of the input field's value.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Returns a string value of the selected item for this users session.
- getValueAsString() - Method in interface com.github.bordertech.wcomponents.Input
-
Retrieves a String representation of the input field's value.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Returns the check box value as a String.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WDateField
-
Retrieves a String representation of the date field's value.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Retrieves a String representation of the input field's value.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
The string is a comma seperated list of the string inputs.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WNumberField
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Retrieves a String representation of the date field's value.
- getValueAsString() - Method in class com.github.bordertech.wcomponents.WTree
-
Returns a string value of the selected item for this users session.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.EmptyTableDataModel
-
Deprecated.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Retrieves the value at the given row and column.
- getValueAt(int, int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(TableTreeNode, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(TableTreeNode, int) - Method in interface com.github.bordertech.wcomponents.TreeTableDataModel
-
Deprecated.Retrieves the value at the given row and column.
- getValueAt(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Retrieves the value at the given row and column.
- getValueAt(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.EmptyTableModel
- getValueAt(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Retrieves the value at the given row and column.
- getValueAt(List<Integer>, int) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Retrieves the value at the given row and column.
- getValueNames() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- getValueNames() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- getVelocityCache() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to cache velocity output.
- getVelocityCacheTemplates() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to cache velocity templates.
- getVelocityEngine() - Static method in class com.github.bordertech.wcomponents.template.VelocityRendererImpl
-
Returns the VelocityEngine associated with this factory.
- getVelocityEngine() - Static method in class com.github.bordertech.wcomponents.velocity.VelocityEngineFactory
-
Returns the VelocityEngine associated with this factory.
- getVelocityFileTemplates() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The directory containing the velocity templates.
- getVelocityMacroLibrary() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The velocity macro library.
- getVelocityMap() - Method in interface com.github.bordertech.wcomponents.velocity.VelocityProperties
-
Retrieves a map of key/value pairs to be installed into the VelocityContext.
- getVerticalGap() - Method in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.
- getVerticalGap() - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
- getVerticalGap() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
- getVgap() - Method in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.
- getVgap() - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Deprecated.
- getVgap() - Method in class com.github.bordertech.wcomponents.layout.FlowLayout
-
Deprecated.
- getVgap() - Method in class com.github.bordertech.wcomponents.layout.GridLayout
-
Deprecated.
- getVgap() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
-
Deprecated.
- getVgap() - Method in class com.github.bordertech.wcomponents.WList
-
Deprecated.use
WList.getGap()
- getVideo() - Method in class com.github.bordertech.wcomponents.WVideo
-
Retrieves the video clips associated with this WVideo.
- getVideoUrls() - Method in class com.github.bordertech.wcomponents.WVideo
-
Creates dynamic URLs that the video clips can be loaded from.
- getVisible() - Method in class com.github.bordertech.wcomponents.WCardManager
-
Returns the visible component (card) for the given context.
- getWarningIndicator() - Method in class com.github.bordertech.wcomponents.WField
- getWarningMessageBox() - Method in class com.github.bordertech.wcomponents.WMessages
- getWarningMessages() - Method in class com.github.bordertech.wcomponents.WMessages
- getWarningPeriod() - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Get the warning period.
- getWCsAnalysed() - Method in class com.github.bordertech.wcomponents.monitor.UicStats
- getWCTreeStats(WComponent) - Method in class com.github.bordertech.wcomponents.monitor.UicStats
-
Retrieves the map wchich contains all the WComponent instances that make up the WComponent tree starting from the given root component.
- getWest() - Method in class com.github.bordertech.wcomponents.Margin
-
Deprecated.use
Margin.getLeft()
- getWhitespaceFilter() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the whitespace filter is enabled.
- getWhitespaceMode() - Method in class com.github.bordertech.wcomponents.WStyledText
- getWidth() - Method in class com.github.bordertech.wcomponents.WColumn
- getWidth() - Method in class com.github.bordertech.wcomponents.WContent
- getWidth() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - getWidth() - Method in class com.github.bordertech.wcomponents.WDialog
- getWidth() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- getWidth() - Method in class com.github.bordertech.wcomponents.WPopup
- getWidth() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Retrieves the column width, if set.
- getWidth() - Method in class com.github.bordertech.wcomponents.WVideo
- getWidth() - Method in class com.github.bordertech.wcomponents.WWindow
- getWindowAttrs() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Retrieves the attributes for new windows which are opened.
- getWindowAttrs() - Method in class com.github.bordertech.wcomponents.WLink
-
Retrieves the attributes for new windows which are opened.
- getWindowName() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- getWriter() - Method in interface com.github.bordertech.wcomponents.Response
- getWriter() - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
- getWriter() - Method in class com.github.bordertech.wcomponents.servlet.WebXmlRenderContext
- getWriter() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getWriter() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Returns a PrintWriter that would normally be used to write content back to the client.
- getWriterOutput() - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- getWServletPath() - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Construct the path to the support servlet.
- getWServletPath() - Method in interface com.github.bordertech.wcomponents.Environment
-
Gets the URL path for the WComponent support servlets, which handle serving content for Targetable WComponents, AJAX and data lists.
- getXMLDeclarationWithThemeXslt(UIContext) - Static method in class com.github.bordertech.wcomponents.util.XMLUtil
- getXsltAllowCorruptCharacters() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Whether to allow corrupt characters for XSLT processing.
- getXsltServerSide() - Static method in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.1.3.1 No longer used: no replacement, will be removed in v2.0.0.
- getYear() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Returns the year value.
- GIVEN - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a given name (in some Western cultures, also known as the first name).
- GIVEN_NAME - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the given name as given on the payment instrument (in some Western cultures, also known as the first name).
- GREATER_THAN - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Greater than compare.
- GREATER_THAN_OR_EQUAL - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Greater than or equal compare.
- greaterThan(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a greater than test to the condition.
- GreaterThan - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is greater than the compare value.
- GreaterThan(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.GreaterThan
-
Create a GreaterThan condition with a SubordinateTrigger and Compare value.
- GreaterThanOrEqual - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is greater than or equal to the compare value.
- GreaterThanOrEqual(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.GreaterThanOrEqual
-
Create a GreaterThanOrEqual condition with a SubordinateTrigger and Compare value.
- greaterThanOrEquals(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a greater than or equals test to the condition.
- GridLayout - Class in com.github.bordertech.wcomponents.layout
-
GridLayout is a
LayoutManager
that emulatesGridLayout
. - GridLayout(int, int) - Constructor for class com.github.bordertech.wcomponents.layout.GridLayout
-
Creates a grid layout with the specified number of rows and columns.
- GridLayout(int, int, int, int) - Constructor for class com.github.bordertech.wcomponents.layout.GridLayout
-
Deprecated.
- GridLayout(int, int, Size, Size) - Constructor for class com.github.bordertech.wcomponents.layout.GridLayout
-
Creates a grid layout with the specified number of rows and columns.
- GroupedDiagnositcs() - Constructor for class com.github.bordertech.wcomponents.validation.WValidationErrors.GroupedDiagnositcs
- GroupExpression - Class in com.github.bordertech.wcomponents.subordinate.builder
-
This class describes a boolean expression.
- GroupExpression(GroupExpression.Type) - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
-
Creates a BooleanExpression.
- GroupExpression.Type - Enum in com.github.bordertech.wcomponents.subordinate.builder
-
The expression type.
- GT_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for greater than (>).
H
- H1 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 1.
- H2 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 2.
- H3 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 3.
- H4 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 4.
- H5 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 5.
- H6 - com.github.bordertech.wcomponents.HeadingLevel
-
Heading - Level 6.
- HANDLE_ERROR_WITH_FATAL_PAGE_FACTORY - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to use a fatal error page factory.
- HANDLE_ERROR_WITH_FATAL_PAGE_FACTORY_DEPRECATED - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.use HANDLE_ERROR_WITH_FATAL_PAGE_FACTORY instead.
- HANDLEBARS - com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
-
Handlebars engine.
- HANDLEBARS_CACHE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether handlebars should cache.
- HandlebarsCacheImpl - Class in com.github.bordertech.wcomponents.template
-
Handlebars caching implementation.
- HandlebarsCacheImpl() - Constructor for class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- HandlebarsRendererImpl - Class in com.github.bordertech.wcomponents.template
-
Handlebars template renderer.
- HandlebarsRendererImpl() - Constructor for class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
- handleDataChanged() - Method in class com.github.bordertech.wcomponents.WTable
-
Method to call when the model data has changed.
- handleError(HttpServletHelper, Throwable) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Called if a Throwable is caught by the top-level service method.
- handleError(Throwable) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Last resort error handling.
- handleError(Throwable) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Last resort error handling.
- handleError(HttpServletRequest, HttpServletResponse, Throwable) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Called if a Throwable is caught by the top-level service method.
- handleEscape(Escape) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- handleFoundMatch(ComponentWithContext) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentByIdVisitor
- handleFoundMatch(ComponentWithContext) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
- handleLogout() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
The application can ask the Container to "log out" by setting the logout attribute on the Request.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Override handleRequest in order to perform consistent processing for input components.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Subclasses should override this method in order to provide specific request handling logic.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WAudio
-
When an audio element is rendered to the client, the browser will make a second request to get the audio content.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WButton
-
Override handleRequest in order to perform processing for this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Since none of the children are visible to standard processing, handleRequest has been overridden so that the visible card is processed.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Override handleRequest to perform processing necessary for this component.
- handleRequest(Request) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Subclasses should override this method in order to provide specific request handling logic.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WContent
-
Override handleRequest in order to perform processing specific to this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WDataRenderer
-
The handleRequest method has been overridden to keep the data object bound to this wcomponent in sync with any changes the user has entered.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Override handleRequest to add table-specific functionality such as pagination and row selection.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WDialog
-
Override handleRequest in order to perform processing specific to this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WImage
-
When an img element is included in the html output of a page, the browser will make a second request to get the image contents.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WLink
-
Override handleRequest in order to perform processing for this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WMenu
-
Override handleRequest in order to perform processing specific to WMenu.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Override handleRequest in order to perform processing for this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WRadioButton
-
This method will only process the request if the value for the group matches the button's value.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Override handleRequest to process the request for each row.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Override handleRequest to handle selection toggling if server-side processing is being used.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Override handleRequest in order to perform processing for this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Subclasses should override this method in order to provide specific request handling logic.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTab
-
Subclasses should override this method in order to provide specific request handling logic.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTable
-
Override handleRequest to add table-specific functionality such as pagination and row selection.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Override handleRequest in order to perform processing specific to this component.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WVideo
-
When an video element is rendered to the client, the browser will make a second request to get the video content.
- handleRequest(Request) - Method in class com.github.bordertech.wcomponents.WWindow
-
Override handleRequest in order to perform processing specific to this component.
- handleRequestValue(String, boolean, String) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Set the request value.
- handleRequestValue(BigDecimal, boolean, String) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Set the request value.
- handleRequestValue(Date, boolean, String) - Method in class com.github.bordertech.wcomponents.WDateField
-
Set the request value.
- handleStaticResourceRequest(HttpServletRequest, HttpServletResponse) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Handles a request for static resources.
- handleStepError() - Method in class com.github.bordertech.wcomponents.WApplication
-
This method is called when a wrong step error has occurred, for example as a result of the user using the browser's navigation controls.
- handleThemeResourceRequest(HttpServletRequest, HttpServletResponse) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Serves up a file from the theme.
- handleTriggerOpenAction(Request) - Method in class com.github.bordertech.wcomponents.WDialog
-
Run the trigger open action.
- hasChildren() - Method in class com.github.bordertech.wcomponents.TreeItemIdNode
- hasChildren() - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- hasChildren(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
Allows the model to report if the row has children without actually having to determine the number of children (as it might not be known).
- hasChildren(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
-
Allows the model to report if the row has children without actually having to determine the number of children (as it might not be known).
- hasChildren(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
- hasChildren(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Allows the model to report if the row has children without actually having to determine the number of children (as it might not be known).
- hasChildren(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Allows the model to report if the row has children without actually having to determine the number of children (as it might not be known).
- hasErrors() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Indicates whether there are any validation errors.
- hasFileTypes() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.
- hasFileTypes() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- hashCode() - Method in class com.github.bordertech.wcomponents.ComponentModel
- hashCode() - Method in class com.github.bordertech.wcomponents.DebugValidateXMLErrorDetail
- hashCode() - Method in class com.github.bordertech.wcomponents.Message
- hashCode() - Method in class com.github.bordertech.wcomponents.util.Duplet
- hashCode() - Method in class com.github.bordertech.wcomponents.util.Triplet
- hashCode() - Method in class com.github.bordertech.wcomponents.WApplication.ApplicationResource
- hashCode() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- hasLeftContent() - Method in class com.github.bordertech.wcomponents.WColumnLayout
- hasLegacyTriggerButton() - Method in class com.github.bordertech.wcomponents.WDialog
-
Deprecated.1.2.3 for backwards compatibility only.
- hasMaxFileSize() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.
- hasMaxFileSize() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- hasMessages() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Indicates whether the message box contains messages in the given context.
- hasMessages() - Method in class com.github.bordertech.wcomponents.WMessages
- hasMoreElements() - Method in class com.github.bordertech.wcomponents.util.Enumerator
-
Tests if this enumeration contains more elements.
- hasNext() - Method in class com.github.bordertech.wcomponents.util.EmptyIterator
- hasNoComponentModel(UIContext) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Check if this component has a model on this user's context.
- hasOpenRequest(Request) - Method in class com.github.bordertech.wcomponents.WTree
- hasRightContent() - Method in class com.github.bordertech.wcomponents.WColumnLayout
- hasSelection() - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
- hasTabIndex() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.1.4 causes a11y issues, no replacement.
- hasTabIndex() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.1.4 causes a11y issues, no replacement.
- hasUnsavedChanges() - Method in class com.github.bordertech.wcomponents.WApplication
-
Indicates whether the application has unsaved changes.
- HEADER - com.github.bordertech.wcomponents.WPanel.Type
-
The header panel is only intended for use at the very top of an application.
- Headers - Interface in com.github.bordertech.wcomponents
-
WComponents can use this interface to communicate "global" or "shared" items to the server.
- HeadersImpl - Class in com.github.bordertech.wcomponents
-
WServlet uses this to handle header information.
- HeadersImpl() - Constructor for class com.github.bordertech.wcomponents.HeadersImpl
- HeadingLevel - Enum in com.github.bordertech.wcomponents
-
Heading level types.
- HeadingModel() - Constructor for class com.github.bordertech.wcomponents.WHeading.HeadingModel
- HeadLineInterceptor - Class in com.github.bordertech.wcomponents.container
-
Adds headline entries to a page.
- HeadLineInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.HeadLineInterceptor
- height(int) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets the target window's height.
- hide(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will hide the given targets.
- Hide - Class in com.github.bordertech.wcomponents.subordinate
-
An action that hides (makes invisible) a given target component(s).
- Hide(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Hide
-
Creates a hide action with the given target.
- HIDE - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Hide the target.
- HIDE_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is rendered as "hidden" on the client side.
- hideIn(SubordinateTarget, SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will hide the given target in a group of targets.
- hideIn(SubordinateTarget, WComponentGroup<SubordinateTarget>) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will hide the given target in a group of targets.
- HIDEIN - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Hide the target in a group.
- HideInGroup - Class in com.github.bordertech.wcomponents.subordinate
-
An action that hides only one target component within a group of components.
- HideInGroup(SubordinateTarget, WComponentGroup<? extends SubordinateTarget>) - Constructor for class com.github.bordertech.wcomponents.subordinate.HideInGroup
-
Creates a HideIn action with the given target.
- HIERARCHIC - com.github.bordertech.wcomponents.WDataTable.Type
-
Deprecated.Indicates that the table should be displayed as a hierarchical list.
- HIERARCHIC - com.github.bordertech.wcomponents.WTable.Type
-
Indicates that the table should be displayed as a hierarchical list.
- HIGH_PRIORITY - com.github.bordertech.wcomponents.WStyledText.Type
-
Indicates high priority.
- HOME - com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Indicates the field represents a number for contacting someone at their residence.
- HORIZONTAL - com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Indicates that horizontal separators should be displayed.
- HORIZONTAL - com.github.bordertech.wcomponents.WTable.SeparatorType
-
Indicates that horizontal separators should be displayed.
- HORIZONTAL - com.github.bordertech.wcomponents.WTree.Type
-
Horizontal tree.
- HORIZONTAL_SCROLL - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Make a container scroll horizontally if its content does not fit.
- HTML_ICON_CLASS_ADD - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the add icon.
- HTML_ICON_CLASS_CANCEL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the cancel icon.
- HTML_ICON_CLASS_DELETE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the delete icon.
- HTML_ICON_CLASS_EDIT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the edit icon.
- HTML_ICON_CLASS_ERROR - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the error icon.
- HTML_ICON_CLASS_HELP - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the help icon.
- HTML_ICON_CLASS_INFO - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the info icon.
- HTML_ICON_CLASS_MENU - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the menu icon.
- HTML_ICON_CLASS_PREFIX - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The prefix for all HTML Class icon configuration properties.
- HTML_ICON_CLASS_PRINT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the print icon.
- HTML_ICON_CLASS_SAVE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the save icon.
- HTML_ICON_CLASS_SEARCH - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the search icon.
- HTML_ICON_CLASS_SUCCESS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the success icon.
- HTML_ICON_CLASS_WARN - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The HTML class for the warn icon.
- HtmlClassProperties - Enum in com.github.bordertech.wcomponents.util
-
Provides an enum which can be used to add HTML class attribute values to components.
- HtmlIconUtil - Class in com.github.bordertech.wcomponents.util
-
Provides helpers to attach icons to components.
- HtmlIconUtil.IconPosition - Enum in com.github.bordertech.wcomponents.util
-
Provides access to position icons in components.
- HtmlSanitizerUtil - Class in com.github.bordertech.wcomponents.util
-
Basic HTML input sanitizer for WTextArea in RichText mode.
- HtmlToXMLUtil - Class in com.github.bordertech.wcomponents.util
-
This utility class provides a mechanism to ensure HTML is XML valid.
- HttpServletEnvironment(String, String, UserAgentInfo) - Constructor for class com.github.bordertech.wcomponents.servlet.HttpServletHelper.HttpServletEnvironment
- HttpServletEnvironment(String, String, String) - Constructor for class com.github.bordertech.wcomponents.servlet.HttpServletHelper.HttpServletEnvironment
- HttpServletHelper - Class in com.github.bordertech.wcomponents.servlet
-
A servlet specific ContainerHelper.
- HttpServletHelper(HttpServlet, HttpServletRequest, HttpServletResponse) - Constructor for class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- HttpServletHelper.HttpServletEnvironment - Class in com.github.bordertech.wcomponents.servlet
-
The HttpServlet implementation of the WEnvironment interface.
- HttpSubSession(HttpSession, int) - Constructor for class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Creates an HttpSubSession.
I
- I18N_RESOURCE_BUNDLE_BASE_NAME - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The resource bundle base name.
- I18N_THEME_RESOURCE_BUNDLE_BASE_NAME - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The resource bundle base name.
- I18NContext(ResourceBundle) - Constructor for class com.github.bordertech.wcomponents.container.TemplateRenderInterceptor.I18NContext
- I18nUtilities - Class in com.github.bordertech.wcomponents.util
-
Internationalisation utility methods.
- ICON - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an icon to a component.
- ICON_ADD - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "add" icon.
- ICON_ADD_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "add" icon to the end of a component.
- ICON_ADD_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "add" icon to the beginning of a component.
- ICON_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an icon to the end of a component.
- ICON_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an icon to the beginning of a component.
- ICON_CANCEL - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "cancel" icon.
- ICON_CANCEL_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "cancel" icon to the end of a component.
- ICON_CANCEL_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "cancel" icon to the beginning of a component.
- ICON_DELETE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "delete" icon.
- ICON_DELETE_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "delete" icon to the end of a component.
- ICON_DELETE_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "delete" icon to the beginning of a component.
- ICON_EDIT - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "edit" icon.
- ICON_EDIT_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "edit" icon to the end of a component.
- ICON_EDIT_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add an "edit" icon to the beginning of a component.
- ICON_ERROR - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "error" icon to a component.
- ICON_ERROR_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "error" icon to the end of a component.
- ICON_ERROR_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "error" icon to the beginning of a component.
- ICON_HELP - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "help" icon to a component.
- ICON_HELP_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "help" icon to the end of a component.
- ICON_HELP_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "help" icon to the beginning of a component.
- ICON_INFO - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "information" icon to a component.
- ICON_INFO_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "information" icon to the end of a component.
- ICON_INFO_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply an "information" icon to the beginning of a component.
- ICON_MENU - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "menu" icon.
- ICON_MENU_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "menu" icon to the end of a component.
- ICON_MENU_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "menu" icon to the beginning of a component.
- ICON_PRINT - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "print" icon.
- ICON_PRINT_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "print" icon.
- ICON_PRINT_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "print" icon.
- ICON_SAVE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "save" icon.
- ICON_SAVE_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "save" icon to the end of a component.
- ICON_SAVE_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "save" icon to the beginning of a component.
- ICON_SEARCH - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "search" icon.
- ICON_SEARCH_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "search" icon to the end of a component.
- ICON_SEARCH_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Add a "search" icon to the beginning of a component.
- ICON_SUCCESS - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "success" icon to a component.
- ICON_SUCCESS_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "success" icon to the end of a component.
- ICON_SUCCESS_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "success" icon to the beginning of a component.
- ICON_WARN - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "warning" icon to a component.
- ICON_WARN_AFTER - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "warning" icon to the end of a component.
- ICON_WARN_BEFORE - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Apply a "warning" icon to the end of a component.
- ID_CONTEXT_SEPERATOR - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
The default id/name separator character.
- ID_FRAMEWORK_ASSIGNED_SEPERATOR - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
The reserved character to prefix framework assigned ids.
- ID_VALIDATION_PATTERN - Static variable in interface com.github.bordertech.wcomponents.WComponent
-
User assigned IDs must start with a letter and followed by letters, digits or underscores.
- Image - Interface in com.github.bordertech.wcomponents
-
Represents an image.
- ImageEditModel() - Constructor for class com.github.bordertech.wcomponents.WImageEditor.ImageEditModel
- ImageModel() - Constructor for class com.github.bordertech.wcomponents.WImage.ImageModel
- ImageResource - Class in com.github.bordertech.wcomponents
-
Provides a bridge to static image resources which are present in the class path, but not in the web application itself.
- ImageResource(String) - Constructor for class com.github.bordertech.wcomponents.ImageResource
-
Creates an imageResource.
- ImageResource(String, String) - Constructor for class com.github.bordertech.wcomponents.ImageResource
-
Creates an imageResource.
- ImageResource(String, String, Dimension) - Constructor for class com.github.bordertech.wcomponents.ImageResource
-
Creates an imageResource.
- implementationExists(Class<?>) - Static method in class com.github.bordertech.wcomponents.util.Factory
-
Given an interface, determine if an implementation of that interface is available to this factory, see newInstance(.) method.
- IMPP - com.github.bordertech.wcomponents.autocomplete.type.Url
-
Indicates the field represents a URL representing an instant messaging protocol endpoint (for example, "aim:goim?
- IN - com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
-
Used to replace child components in the target.
- INACTIVE_STATE - Static variable in class com.github.bordertech.wcomponents.WDialog
-
This is the "normal" state for the Dialog component, when the dialog is not visible.
- INACTIVE_STATE - Static variable in class com.github.bordertech.wcomponents.WWindow
-
This is the "normal" state for the Window component when it's being processed as part of the parent window.
- incrementSessionStep(UIContext) - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
-
Increments the step that is recorded in session.
- INDEX_DELIMITER - Static variable in class com.github.bordertech.wcomponents.util.TableUtil
-
Row index delimiter.
- INDEX_DELIMITER - Static variable in class com.github.bordertech.wcomponents.util.TreeItemUtil
-
Row index delimiter.
- indexOf(Object) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- info(String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an informational message.
- info(String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an informational message.
- info(String, String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an informational message.
- info(String, String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds an informational message.
- INFO - com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Information Type.
- INFO - com.github.bordertech.wcomponents.WMessageBox.Type
-
The message box type used to display informational messages.
- INFO - Static variable in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
Indicates that the diagnostic is an "informational message".
- INFO - Static variable in class com.github.bordertech.wcomponents.WMessageBox
-
The message box type used to display informational messages.
- INFO_MESSAGE - Static variable in class com.github.bordertech.wcomponents.Message
-
A message type that indicates that a message is an "informational message".
- init() - Method in class com.github.bordertech.wcomponents.servlet.WServlet
- init(RuntimeServices) - Method in class com.github.bordertech.wcomponents.velocity.VelocityLogger
- InitialisationException - Exception in com.github.bordertech.wcomponents
-
This is a pretty fatal kind of exception, the kind that is thrown from the very core of the UI framework when initialisation completely fails.
- InitialisationException(String) - Constructor for exception com.github.bordertech.wcomponents.InitialisationException
-
Creates a InitialisationException with the specified message.
- InitialisationException(String, Throwable) - Constructor for exception com.github.bordertech.wcomponents.InitialisationException
-
Creates a InitialisationException with the specified message and cause.
- InitialisationException(Throwable) - Constructor for exception com.github.bordertech.wcomponents.InitialisationException
-
Creates a InitialisationException with the specified cause.
- initialiseComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Performs initialisation that is required on this components model, and potentially its children.
- initialiseComponentModel() - Method in class com.github.bordertech.wcomponents.WTree
-
Performs initialisation that is required on this components model, and potentially its children.
- INITIALISED_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is initialised.
- initialize(RuntimeServices) - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- Input - Interface in com.github.bordertech.wcomponents
-
Interface for components that correspond to an input field.
- InputModel() - Constructor for class com.github.bordertech.wcomponents.AbstractInput.InputModel
- INSERT - com.github.bordertech.wcomponents.WStyledText.Type
-
The text is styled as insert.
- instance(WComponent) - Static method in class com.github.bordertech.wcomponents.WApplication
-
Returns the closest WApplication instance (ancestor component) from the given base component.
- INSTANCE - Static variable in class com.github.bordertech.wcomponents.EmptyTableDataModel
-
Deprecated.The singleton instance.
- INSTANCE - Static variable in class com.github.bordertech.wcomponents.EmptyTableModel
-
The singleton instance.
- INSTANCE - Static variable in class com.github.bordertech.wcomponents.EmptyTreeItemModel
-
The singleton instance.
- INT_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'int' primitive type in bytes.
- Integrity - Class in com.github.bordertech.wcomponents
-
A convenience class to raise integrity issues.
- INTEGRITY_ERROR_MODE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag that controls throwing errors for integrity issues.
- IntegrityException - Exception in com.github.bordertech.wcomponents
-
An IntegrityException is usually thrown to indicate a misconfiguration of a WComponent.
- IntegrityException(String) - Constructor for exception com.github.bordertech.wcomponents.IntegrityException
-
Creates an IntegrityException.
- InterceptorComponent - Class in com.github.bordertech.wcomponents.container
-
Interceptor components are used to plug in features to a container that is serving WComponents.
- InterceptorComponent() - Constructor for class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Creates an InterceptorComponent with no backing component.
- InterceptorComponent(WebComponent) - Constructor for class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Creates an InterceptorComponent with the given backing component.
- INTERNAL_MESSAGE_PREFIX - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The prefix for internal messages.
- InternalLinkModel() - Constructor for class com.github.bordertech.wcomponents.WInternalLink.InternalLinkModel
- InternalMessages - Class in com.github.bordertech.wcomponents.util
-
This class declares constants for internal messages issued by the WComponent framework itself.
- InternalResource - Class in com.github.bordertech.wcomponents
-
Provides a bridge to static resources which are present in the class path, but not in the web application itself.
- InternalResource(String, String) - Constructor for class com.github.bordertech.wcomponents.InternalResource
-
Creates an InternalResource.
- InternalResourceMap - Class in com.github.bordertech.wcomponents
-
The ImageResourceMap map keeps a reference to all internal resources within an application.
- intToSize(int) - Static method in class com.github.bordertech.wcomponents.util.SpaceUtil
-
Deprecated.
- invalidate() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
No effect.
- invalidate() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Invalidates the session.
- invalidateSession() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Invalidates the underlying session.
- invalidateSession() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Invalidates the underlying session.
- invokeLater(UIContext, Runnable) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Adds a runnable to the list of runnables to be invoked later against the given UIContext.
- invokeLater(UIContext, Runnable) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Adds a runnable to the list of runnables to be invoked later against the given UIContext.
- invokeLater(UIContext, Runnable) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Adds a runnable to the list of runnables to be invoked later.
- invokeLater(Runnable) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Adds a runnable that will be processed after the completion of the current serviceRequest method.
- invokeLater(Runnable) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Adds a runnable to the list of runnables to be invoked later.
- invokeLater(Runnable) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Adds a runnable to the list of runnables to be invoked later.
- invokeLater(Runnable) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Adds a runnable to the list of runnables to be invoked later.
- invokeLater(Runnable) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Adds a runnable that will be processed after the completion of the current serviceRequest method.
- invokeLater(Runnable) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Adds a runnable to the list of runnables to be invoked later.
- invokeLaters() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
The framework calls this method at the end of the serviceRequest method.
- invokeLaters() - Method in class com.github.bordertech.wcomponents.WWindow
-
When the window is targetted, we need to run the "laters".
- invokeMethod(Object, String, Object[], Class[]) - Static method in class com.github.bordertech.wcomponents.util.ReflectionUtil
-
Invoke the
public
method on the given object. - invokeStaticMethod(Class, String, Object[], Class[]) - Static method in class com.github.bordertech.wcomponents.util.ReflectionUtil
-
Invoke a
public
static method on the given class. - isActive(WComponent) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the tab is active (selected).
- isActive(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the tab is active (selected).
- isActiveNamingContext(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Determine if this component is an active naming context.
- isAjax() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Indicates whether this component is AJAX enabled.
- isAjax() - Method in class com.github.bordertech.wcomponents.WButton
-
Indicates whether this button is AJAX enabled.
- isAjax() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Indicates whether this component is AJAX enabled.
- isAjaxTargeted() - Method in class com.github.bordertech.wcomponents.WDialog
-
Indicates whether the dialog is currently the target of an AJAX operation.
- isAllowNoSelection() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
- isAncestor(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Indicates whether the given node is an ancestor of this node.
- isAncestor(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Indicates whether the given node is an ancestor of this node.
- isAncestor(WComponent, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Indicates whether a component is an ancestor of another.
- isAppendID() - Method in class com.github.bordertech.wcomponents.WApplication
- isAutocompleteOff() - Method in interface com.github.bordertech.wcomponents.autocomplete.Autocompleteable
- isAutoplay() - Method in class com.github.bordertech.wcomponents.WAudio
- isAutoplay() - Method in class com.github.bordertech.wcomponents.WVideo
- isBeanInScratchMap(Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
- isCache() - Method in enum com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
- isCacheable() - Method in exception com.github.bordertech.wcomponents.ContentEscape
- isCachedContentRequest(Request) - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
-
Check if the request is for cached content.
- isCaching() - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
- isCaching() - Method in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
- isCaching() - Static method in class com.github.bordertech.wcomponents.template.VelocityRendererImpl
- isCancel() - Method in class com.github.bordertech.wcomponents.WButton
- isCancel() - Method in class com.github.bordertech.wcomponents.WMenuItem
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of editable cells by default.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- isCellEditable(int, int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Indicates whether the given cell is editable.
- isCellEditable(int, int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Indicates whether the given cell is editable.
- isCellEditable(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of editable cells by default.
- isCellEditable(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Indicates whether the given cell is editable.
- isCellEditable(List<Integer>, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Indicates whether the given cell is editable.
- isCellEditable(List<Integer>, int) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Indicates whether the given cell is editable.
- isChanged() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Indicates whether this component's data has changed from the default value.
- isChangedInLastRequest() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Indicates if the input component was changed in the last request.
- isChangedInLastRequest() - Method in interface com.github.bordertech.wcomponents.Input
-
Indicates if the input component was changed in the last request.
- isClientCommandOnly() - Method in class com.github.bordertech.wcomponents.WButton
- isClientSide() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Deprecated.1.2.58 all select toggle must be client side.
- isClientSideToggleable() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Deprecated.1.2.0 all WCollapsibleToggles are client side
- isCollapsed() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Indicates whether the collapsible is collapsed in the given context.
- isCommitted() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- isContinuingConversation() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Indicates whether this is a continuing conversation (session).
- isCurrentAjaxTrigger() - Method in class com.github.bordertech.wcomponents.AbstractInput
- isCurrentAjaxTrigger(WComponent) - Static method in class com.github.bordertech.wcomponents.AjaxHelper
- isDataRequest() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- isDebugFeaturesEnabled() - Static method in class com.github.bordertech.wcomponents.util.DebugUtil
-
Determines if WComponents is in debug mode.
- isDebugStructure() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether structural debugging info should be output for this component.
- isDebugStructureEnabled() - Static method in class com.github.bordertech.wcomponents.util.DebugUtil
-
Deprecated.1.4.0 use
DebugUtil.isDebugFeaturesEnabled()
- isDefaultState() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
WComponents must implement this method in order to protect any session based information they store from being incorrectly removed by the
WComponent.tidyUpUIContextForTree()
method. - isDefaultState() - Method in interface com.github.bordertech.wcomponents.WComponent
-
WComponents must implement this method in order to protect any session based information they store from being incorrectly removed by the
WComponent.tidyUpUIContextForTree()
method. - isDescendant(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Indicates whether the given node is a descendant of this node.
- isDescendant(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Indicates whether the given node is a descendant of this node.
- isDescendant(WComponent, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Indicates whether a component is a descendant of another.
- isDirectories() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isDisabled() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Indicates whether the Disableable is disabled.
- isDisabled() - Method in interface com.github.bordertech.wcomponents.Disableable
-
Indicates whether the Disableable is disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.never supported, not part of HTML spec, no browser support for disabled audio
- isDisabled() - Method in class com.github.bordertech.wcomponents.WButton
-
Indicates whether this button is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Indicates whether this link is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether the WDataTable is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WLink
-
Indicates whether this link is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WMenu
-
Indicates whether this menu is disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Indicates whether this menu item is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Indicates whether this group is disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Indicates whether the radio button is disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Indicates whether the select toggle is disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Indicates whether this sub menu is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WTab
-
Indicates whether the WTabSet is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.TabGroups do not exist and therefore cannot be disabled.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the WTabSet is disabled in the given context.
- isDisabled() - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.as not supported by HTML video
- isDisabled(int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of row disabling by default.
- isDisabled(int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of row disabling by default.
- isDisabled(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of row disabling by default.
- isDisabled(int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Indicates whether the given row is disabled.
- isDisabled(int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Indicates whether the given row is disabled.
- isDisabled(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of row disabling by default.
- isDisabled(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
-
Indicates whether the given row is disabled.
- isDisabled(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Indicates whether the given row is disabled.
- isDisabled(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Indicates whether the given row is disabled.
- isDisabled(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Indicates whether the given row is disabled.
- isDisplayInline() - Method in exception com.github.bordertech.wcomponents.ContentEscape
-
Indicates whether the content should be displayed inline or downloaded.
- isDisplayRequested() - Method in class com.github.bordertech.wcomponents.WContent
-
Indicates whether the content should be displayed in the given context.
- isDisposed() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Indicates whether the helper has been disposed.
- isDummyEnvironment() - Method in interface com.github.bordertech.wcomponents.UIContext
- isDummyEnvironment() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
- isDummyEnvironment() - Method in class com.github.bordertech.wcomponents.UIContextImpl
- isEditable() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.Editable no longer required. WSuggestions and a WTextfield should be used instead
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Indicates whether the data in this model is editable.
- isEditable() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Deprecated.editable no longer required. WSuggestions and a WTextfield should be used instead
- isEditable() - Method in class com.github.bordertech.wcomponents.WTable
-
For tables that are editable, extra details about each row must be stored to allow them to be updated.
- isEmpty() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Indicates whether this input field is empty.
- isEmpty() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
- isEmpty() - Method in interface com.github.bordertech.wcomponents.Input
-
Indicates whether this input field is empty.
- isEmpty() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- isEmpty() - Method in class com.github.bordertech.wcomponents.WTree
- isEnabled() - Static method in class com.github.bordertech.wcomponents.DebugValidateXML
-
Check if Validate XML is enabled.
- isEnableSubSessions() - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
- isEncodeText() - Method in class com.github.bordertech.wcomponents.WLabel
-
Indicates whether the heading text needs to be encoded.
- isEncodeText() - Method in class com.github.bordertech.wcomponents.WText
-
Indicates whether the heading text needs to be encoded.
- isEnvironmentUpdated() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- isError() - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.Indicates whether the constraint is an error or warning.
- isError() - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
-
Indicates whether the constraint is an error or warning.
- isErrorRedirect() - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
- isExpandable(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of rows being expandable by default.
- isExpandable(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTreeItemModel
-
Indicates whether the given row is expandable.
- isExpandable(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
- isExpandable(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- isExpandable(List<Integer>) - Method in interface com.github.bordertech.wcomponents.TreeItemModel
-
Indicates whether the given row is expandable.
- isExpandable(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Indicates whether the given row is expandable.
- isExpandAll() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether the "expand all" control should be available.
- isExpandAll() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether the "expand all" control should be available.
- isExpanded() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- isFalse() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Indicates whether this condition evaluates to 'false' in the given context.
- isFalse() - Method in interface com.github.bordertech.wcomponents.subordinate.Condition
-
Indicates whether this condition evaluates to 'false' in the given context.
- isFalse(Request) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Indicates whether this condition evaluates to 'false' in the given context.
- isFalse(Request) - Method in interface com.github.bordertech.wcomponents.subordinate.Condition
-
Indicates whether this condition evaluates to 'false' in the given context by testing the value in the Request.
- isFileSizeValid() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Indicates whether the uploaded file is valid.
- isFileTypeValid() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Indicates whether the uploaded file is valid.
- isFilterable() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether filtering is enabled.
- isFlagSet(int) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether any of the given flags are set.
- isFocusRequired() - Method in interface com.github.bordertech.wcomponents.UIContext
-
Indicates whether a component needs to be given focus.
- isFocusRequired() - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Indicates whether a component needs to be given focus.
- isFocusRequired() - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Indicates whether a component needs to be given focus.
- isFormField() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- isFrameless() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
- isFrameless() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
- isHidden() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether this component is hidden.
- isHidden() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Indicates whether this component is hidden.
- isHidden() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Indicates whether this component is hidden.
- isHidden() - Method in class com.github.bordertech.wcomponents.WMessages
- isIdFocusable(WComponent, String) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
Check if this ID is focusable.
- isIE() - Method in class com.github.bordertech.wcomponents.UserAgentInfo
- isIE6() - Method in class com.github.bordertech.wcomponents.UserAgentInfo
- isInContext(WebComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Indicates whether the given component is inside this context's repeatRoot.
- isInitialised() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Optionally use this flag to test if some arbitrary initialisation has been performed by this component.
- isInitialised() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Optionally use this flag to test if some arbitrary initialisation has been performed by this component.
- isInMemory() - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- isInternalAjaxRequest() - Method in class com.github.bordertech.wcomponents.AjaxOperation
- isInvalidated() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- isIterateFirstLevel() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- isLeaf() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
True if and only if this node has no child nodes.
- isLeaf() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
True if and only if this node has no child nodes.
- isLoadOnce() - Method in class com.github.bordertech.wcomponents.WAjaxControl
- isLocation() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isLocked() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether this component is locked.
- isLocked() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Indicates whether this component is locked.
- isLogout() - Method in class com.github.bordertech.wcomponents.AbstractRequest
- isLogout() - Method in interface com.github.bordertech.wcomponents.Request
- isLoop() - Method in class com.github.bordertech.wcomponents.WAudio
-
Indicates whether the audio clip playback should loop.
- isLoop() - Method in class com.github.bordertech.wcomponents.WVideo
-
Indicates whether the video clip playback should loop.
- isMandatory() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Indicates whether or not this component is mandatory.
- isMandatory() - Method in interface com.github.bordertech.wcomponents.Mandatable
-
Indicates whether or not this component is mandatory.
- isMandatory() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Indicates whether this fieldset is mandatory in the given context.
- isMandatory() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Indicates whether or not the radio button group is mandatory for a specific user.
- isMandatory() - Method in class com.github.bordertech.wcomponents.WToggleButton
-
A WToggleButton cannot be mandatory as a mandatory toggle button is one which must be set into a selected state and if a control must be set into a selected state it is not a selection control.
- isMenubar() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isMenuPresent(Request) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Determine if this WMenuItem's parent WMenu is on the Request.
- isMenuPresent(Request) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Determine if this WMenuItem's parent WMenu is on the Request.
- isMultipart(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
- isMultipleSelection() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.
- isMuted() - Method in class com.github.bordertech.wcomponents.WAudio
- isMuted() - Method in class com.github.bordertech.wcomponents.WVideo
-
Indicates whether the video's audio should initially be muted.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.AbstractNamingContextContainer
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in interface com.github.bordertech.wcomponents.NamingContextable
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WApplication
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WContainer
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WRepeater
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WTable
-
A naming context is only considered active if an Id name has been set.
- isNamingContext() - Method in class com.github.bordertech.wcomponents.WTemplate
-
A naming context is only considered active if an Id name has been set.
- isNew() - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Returns whether the session is new.
- isNew() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Returns whether the session is new.
- isNewConversation() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Indicates whether this is a new conversation (session).
- isNewUpload() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Used in handle request processing to trigger on change processing.
- isOpen() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Indicates whether this sub-menu is open in the given context.
- isOpen() - Method in class com.github.bordertech.wcomponents.WTab
-
Indicates whether this tab is open in the given context.
- isOpenItemRequest(Request) - Method in class com.github.bordertech.wcomponents.WTree
- isOrdered() - Method in class com.github.bordertech.wcomponents.layout.ListLayout
- isOrdered() - Method in class com.github.bordertech.wcomponents.WFieldLayout
- isPaginated() - Method in class com.github.bordertech.wcomponents.WTable
- isParseable() - Method in class com.github.bordertech.wcomponents.WDateField
-
Indicates whether the text value held in this field is a valid date.
- isPopupTrigger() - Method in class com.github.bordertech.wcomponents.WButton
-
Indicates whether this button will trigger a WPopup when used.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Determine if this component is on the Request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Indicates whether this list was present in the request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Determine if this component is on the Request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether this table was present in the request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.* Determine if this component is on the Request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WMenu
-
Determine if this WMenu is on the Request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WShuffler
-
Determine if this component is on the Request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether this table was present in the request.
- isPresent(Request) - Method in class com.github.bordertech.wcomponents.WTree
-
Indicates whether this tree was present in the request.
- isPressed() - Method in class com.github.bordertech.wcomponents.WButton
-
Indicates whether this button has been pressed for the current request.
- isPrimitive() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- isReadOnly() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Indicates whether the input is read only in the given context.
- isReadOnly() - Method in interface com.github.bordertech.wcomponents.Input
-
Indicates whether the input is read only in the given context.
- isReadOnly() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Indicates whether the radio button is read only in the given context.
- isRegistered(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistry
-
Is there a user interface registered under the given key.
- isRegistered(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryAmicableImpl
-
Is there a user interface registered under the given key.
- isRegistered(String) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryClassLoaderImpl
-
Is there a user interface registered under the given key.
- isRelated(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Returns true if and only if
otherNode
is in the same tree as this node. - isRelated(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Returns true if and only if
otherNode
is in the same tree as this node. - isRenderAsButton() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Indicates whether this link should render as a button.
- isRenderAsButton() - Method in class com.github.bordertech.wcomponents.WLink
-
Indicates whether this link should render as a button.
- isRenderAsLink() - Method in class com.github.bordertech.wcomponents.WButton
- isRenderAsText() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Indicates whether the control should render as text.
- isRenderBorder() - Method in class com.github.bordertech.wcomponents.WList
-
Indicates whether a border should be rendered around the list.
- isRenderColumnFooters() - Method in class com.github.bordertech.wcomponents.WTable
-
Control if column footers should be rendered.
- isRenderControls() - Method in class com.github.bordertech.wcomponents.WAudio
- isRenderControls() - Method in class com.github.bordertech.wcomponents.WVideo
- isRendererSpansAllCols() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Indicates whether the custom renderer, if set, should span all table columns.
- isRequestedSessionIdFromCookie() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- isRequestedSessionIdFromUrl() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- isRequestedSessionIdValid() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- isResizable() - Method in class com.github.bordertech.wcomponents.WContent
- isResizable() - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - isResizable() - Method in class com.github.bordertech.wcomponents.WDialog
-
Deprecated.1.2.0 as dialogs must always be resizeable.
- isResizable() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isResizable() - Method in class com.github.bordertech.wcomponents.WPopup
- isResizable() - Method in class com.github.bordertech.wcomponents.WWindow
- isRichTextArea() - Method in class com.github.bordertech.wcomponents.WTextArea
- isRowHeaders() - Method in class com.github.bordertech.wcomponents.WTable
- isRowPerListItem() - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
-
For levels that have a "renderer", if the data for the level is a list, then a row can be rendered for "each" item in the list.
- isSanitizeOnOutput() - Method in class com.github.bordertech.wcomponents.WLabel
- isSanitizeOnOutput() - Method in class com.github.bordertech.wcomponents.WText
- isSanitizeOnOutput() - Method in class com.github.bordertech.wcomponents.WTextArea
- isScrollable() - Method in class com.github.bordertech.wcomponents.WPopup
- isScrollable() - Method in class com.github.bordertech.wcomponents.WWindow
- isScrollbars() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isSearchAncestors() - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- isSearchAncestors() - Method in interface com.github.bordertech.wcomponents.BeanBound
-
Flag to indicate if a bean should be searched for up the component tree.
- isSearchAncestors() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Flag to indicate if a bean should be searched for up the component tree.
- isSecure() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- isSelectable() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Deprecated.Use
WMenuItem.getSelectability()
instead. - isSelectable() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.WSubMenu is never selectable for a11y reasons. If you need a selectable use
WTree
. - isSelectable(int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of row selectability by default.
- isSelectable(int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of row selectability by default.
- isSelectable(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of row selectability by default.
- isSelectable(int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Indicates whether the given row is selectable.
- isSelectable(int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Indicates whether the given row is selectable.
- isSelectable(List<Integer>) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of row selectability by default.
- isSelectable(List<Integer>) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Indicates whether the given row is selectable.
- isSelectable(List<Integer>) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- isSelectable(List<Integer>) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Indicates whether the given row is selectable.
- isSelectAllowed() - Method in interface com.github.bordertech.wcomponents.MenuItemSelectable
- isSelectAllowed() - Method in class com.github.bordertech.wcomponents.WMenuItem
- isSelectAllowed() - Method in class com.github.bordertech.wcomponents.WSubMenu
- isSelected() - Method in interface com.github.bordertech.wcomponents.MenuItemSelectable
- isSelected() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Returns the state of the check box.
- isSelected() - Method in class com.github.bordertech.wcomponents.WMenuItem
- isSelected() - Method in class com.github.bordertech.wcomponents.WRadioButton
- isSelected() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.WSubMenu is never selectable for a11y reasons. If you need a selectable see WTree.
- isSelected(File) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Deprecated.no longer required as unselected files are now removed. So all files are "selected".
- isSelectionOrderable() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Indicates whether the selection be ordered.
- isSelectionOrderable() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Override to return true if shuffle is enabled.
- isShowColumnHeaders() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether table column headers should be displayed.
- isShowColumnHeaders() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether table column headers should be displayed.
- isShowHeadOnly() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.1.4.7 an irrelevant hangover from a bad design decision - never implemented.
- isShowLocation() - Method in class com.github.bordertech.wcomponents.WWindow
- isShowMenuBar() - Method in class com.github.bordertech.wcomponents.WWindow
- isShowRowHeaders() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether row headers should be displayed.
- isShowRowIndices() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether row indices should be displayed.
- isShowStatus() - Method in class com.github.bordertech.wcomponents.WWindow
- isShowToolbar() - Method in class com.github.bordertech.wcomponents.WWindow
- isShuffle() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Indicates whether options in the selection list can be re-ordered (shuffled).
- isShuffle() - Method in class com.github.bordertech.wcomponents.WTree
- isShuffleRequest(Request) - Method in class com.github.bordertech.wcomponents.WTree
- isSimpleType() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- isSingle() - Method in class com.github.bordertech.wcomponents.WTabSet
- isSortable() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether the table supports sorting.
- isSortable() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether the table supports sorting.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- isSortable(int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Indicates whether the model supports sorting by the given column.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Indicates whether the model supports sorting by the given column.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- isSortable(int) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
This model does not support the concept of sorting by default.
- isSortable(int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Indicates whether the model supports sorting by the given column.
- isSortable(int) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Indicates whether the model supports sorting by the given column.
- isSortAscending() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Indicates whether the sort on this table is ascending.
- isSortAscending() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether the sort on this table is ascending.
- isSorted() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- isSorted() - Method in class com.github.bordertech.wcomponents.WTable
- isStaticResourceRequest(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
- isStatus() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isStepOnRequest(Request) - Static method in class com.github.bordertech.wcomponents.util.StepCountUtil
-
Checks if the step count is on the request.
- isSubmit() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Indicates whether the form should be submitted when the menu item is selected.
- isSubmitOnChange() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- isSubmitOnChange() - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- isSubmitOnChange() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- isSubmitOnChange() - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- isSubmitOnChange() - Method in class com.github.bordertech.wcomponents.WToggleButton
- isSubmitOnRowSelect() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.1.2.0
- issue(WComponent, String) - Static method in class com.github.bordertech.wcomponents.Integrity
-
Raises an integrity issue.
- isSuppressCurrentChar() - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.StateChange
- isTabVisible(int) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the tab at the given index is visible.
- isTabVisible(WComponent) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the tab which holds the given content is visible.
- isTabVisible(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Indicates whether the tab which holds the given content is visible.
- isTargeted() - Method in class com.github.bordertech.wcomponents.WWindow
- isThemeResourceRequest(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
- isToggleSubRowSelection() - Method in class com.github.bordertech.wcomponents.WTable
-
Indicates whether de/selecting a row with sub row(s) will de/select the sub row(s).
- isToolbars() - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- isTopLevelItem() - Method in class com.github.bordertech.wcomponents.WMenuItem
- isTopLevelMenu() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Indicates whether this is a top-level menu (ie. attached to a menu bar).
- isTracking() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Returns true if this component should be tracked.
- isTracking() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Returns true if this component should be tracked.
- isTrackingEnabled() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Returns true if tracking is enabled for this component.This flag is used by
WComponent.isTracking()
. - isTrackingEnabled() - Static method in class com.github.bordertech.wcomponents.util.TrackingUtil
- isTrackingEnabled() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Returns true if tracking is enabled for this component.This flag is used by
WComponent.isTracking()
. - isTreeSame(TreeItemIdNode, TreeItemIdNode) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
- isTrue() - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Indicates whether this condition evaluates to 'true' in the given context.
- isTrue() - Method in interface com.github.bordertech.wcomponents.subordinate.Condition
-
Indicates whether this condition evaluates to 'true' in the given context.
- isTrue(Request) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractCondition
-
Indicates whether this condition evaluates to 'true' in the given context.
- isTrue(Request) - Method in interface com.github.bordertech.wcomponents.subordinate.Condition
-
Indicates whether this condition evaluates to 'true' in the given context by getting the values from the Request.
- isUnknown() - Method in class com.github.bordertech.wcomponents.UserAgentInfo
- isUnsavedChanges() - Method in class com.github.bordertech.wcomponents.WButton
-
Indicates whether there are unsaved changes in the given context.
- isUseRequestScopeScratchMap() - Method in class com.github.bordertech.wcomponents.WBeanComponent
- isUserInRole(String) - Method in interface com.github.bordertech.wcomponents.Request
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Returns true if the user is in the given role.
- isUserInRole(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- isUseThumbnails() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- isValid() - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Subclasses should implement this method with the actual validation logic.
- isValid() - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Subclasses should implement this method with the actual validation logic.
- isValid() - Method in class com.github.bordertech.wcomponents.validator.RegExFieldValidator
-
Subclasses should implement this method with the actual validation logic.
- isValidate() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether this component should take part in validation processing.
- isValidate() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Indicates whether this component should take part in validation processing.
- isValidateXMLEnabled() - Static method in class com.github.bordertech.wcomponents.util.DebugUtil
-
Determines if Validate XML is enabled.
- isValidDate() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Indicates whether the text value held in this field is a valid date.
- isValidNumber() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Indicates whether the text value held in this field is a valid number.
- isVisible() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Indicates whether this component is visible.
- isVisible() - Method in class com.github.bordertech.wcomponents.WAudio
-
Override isVisible to also return false if there are no audio clips to play.
- isVisible() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Indicates whether this component is visible.
- isVisible() - Method in class com.github.bordertech.wcomponents.WInvisibleContainer
-
Override isVisible so that the container does not take part in normal event handling and painting.
- isVisible() - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
WRepeatRoot is part of the tree, but we don't want any request handling or painting to be performed on it automatically.
- isVisible() - Method in class com.github.bordertech.wcomponents.WVideo
-
Override isVisible to also return false if there are no video clips to play.
- iterator() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
J
- JAVASCRIPT_HEADLINE - Static variable in interface com.github.bordertech.wcomponents.Headers
-
Javascript headline.
L
- Labelable - Interface in com.github.bordertech.wcomponents
-
Expresses the notion that a WComponent can be labelled by a WLabel.
- LabelModel() - Constructor for class com.github.bordertech.wcomponents.WLabel.LabelModel
- LANGUAGE - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents the person's preferred language as a valid BCP 47 language tag.
- LARGE - com.github.bordertech.wcomponents.Size
-
Large space.
- lastIndexOf(Object) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- LAYOUT_COLUMNS - Static variable in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
A layout where buttons are placed in columns.
- LAYOUT_COLUMNS - Static variable in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
A layout where buttons are placed in columns.
- LAYOUT_FLAT - Static variable in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
A layout where buttons are placed horizontally.
- LAYOUT_FLAT - Static variable in class com.github.bordertech.wcomponents.WFieldLayout
-
Layout type of flat.
- LAYOUT_FLAT - Static variable in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
A layout where buttons are placed horizontally.
- LAYOUT_STACKED - Static variable in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
A layout where buttons are placed vertically.
- LAYOUT_STACKED - Static variable in class com.github.bordertech.wcomponents.WFieldLayout
-
Layout type of stacked.
- LAYOUT_STACKED - Static variable in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
A layout where buttons are placed vertically.
- LayoutManager - Interface in com.github.bordertech.wcomponents.layout
-
The LayoutManager interfaces describes classes which can arrange components within a container.
- LAZY - com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Indicates that expanding/collapsing is performed client-side, using a single AJAX request to obtain the content the first time the collapsible is expanded.
- LAZY - com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Indicates that row expansion occurs once, via AJAX.
- LAZY - com.github.bordertech.wcomponents.WFigure.FigureMode
-
A lazy figure will load its content via AJAX when it is made visible.
- LAZY - com.github.bordertech.wcomponents.WPanel.PanelMode
-
A lazy panel will load its content via AJAX when it is made visible.
- LAZY - com.github.bordertech.wcomponents.WSection.SectionMode
-
A lazy section will load its content via AJAX when it is made visible.
- LAZY - com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Indicates that an ajax request should be made the first time the menu is opened.
- LAZY - com.github.bordertech.wcomponents.WTable.ExpandMode
-
Indicates that row expansion occurs once, via AJAX.
- LAZY - com.github.bordertech.wcomponents.WTabSet.TabMode
-
Indicates that an ajax request should be made the first time the tab is selected.
- LAZY - com.github.bordertech.wcomponents.WTree.ExpandMode
-
Indicates that row expansion occurs once, via AJAX.
- LDE_LOAD_PERSISTENT_SESSION - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to load persistent sessions in the LDE.
- LDE_PERSIST_SESSION - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to persist sessions in the LDE.
- LDE_PLAINLAUNCHER_COMPONENT_TO_LAUNCH - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating which component to launch in the PlainLauncher LDE.
- LDE_SERVER_ENABLE_SHUTDOWN - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter sets up the Jetty realm file for authenticated access.
- LDE_SERVER_JETTY_REALM_FILE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter sets up the Jetty realm file for authenticated access.
- LDE_SERVER_PORT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The port to launch the LDE server.
- LDE_SERVER_SESSION_TIMEOUT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter sets the Jetty session timeout interval.
- LDE_SERVER_WEBDOCS_DIR - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter allows the developer to configure the LDE to use a different set of servlets.
- LDE_SERVER_WEBDOCS_RESOURCE_DIR - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter allows the developer to configure the LDE to set a resources directory.
- LDE_SERVER_WEBDOCS_THEME_DIR - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
This configuration parameter allows the developer to configure the LDE to use an external theme.
- LDE_SHOW_MEMORY_PROFILE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to show the memory profile in the LDE.
- LEAF - com.github.bordertech.wcomponents.TreeItemModel.ShuffleType
-
Used as a leaf only.
- left(int) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets the X-axis location of the browser window.
- LEFT - com.github.bordertech.wcomponents.layout.ColumnLayout.Alignment
-
Indicates that content should be left-aligned.
- LEFT - com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
The components are placed in a row and left-aligned relative to the containing
WPanel
. - LEFT - com.github.bordertech.wcomponents.layout.ListLayout.Alignment
-
Indicates that content should be left-aligned.
- LEFT - com.github.bordertech.wcomponents.WColumn.Alignment
-
Indicates that content should be left-aligned.
- LEFT - com.github.bordertech.wcomponents.WTableColumn.Alignment
-
Indicates that content should be left-aligned.
- LEFT - com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Displays the TabSet tabs vertically, to the left of the tab content area.
- LEFT - Static variable in class com.github.bordertech.wcomponents.layout.FlowLayout
-
This value indicates that the components are placed in a row and left-aligned relative to the containing
WPanel
. - leftTrim(String) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Copies this String removing white space characters from the beginning of the string.
- LESS_THAN - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Less than compare.
- LESS_THAN_OR_EQUAL - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Less than or equal compare.
- lessThan(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a less than test to the condition.
- LessThan - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is less than the compare value.
- LessThan(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.LessThan
-
Create a LessThan condition with a SubordinateTrigger and Compare value.
- LessThanOrEqual - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is less than or equal the compare value.
- LessThanOrEqual(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.LessThanOrEqual
-
Create a LessThanOrEqual condition with a SubordinateTrigger and Compare value.
- lessThanOrEquals(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a less than or equals test to the condition.
- LEVEL_1 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the broadest administrative level in the address, ie the province within which the locality is found; for example, in the US, this would be the state; in Switzerland it would be the canton; in the UK, the post town.
- LEVEL_2 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the second administrative level, in addresses with two or more administrative levels; in the countries with two administrative levels, this would typically be the city, town, village, or other locality within which the relevant street address is found.
- LEVEL_3 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the third administrative level, in addresses with three or more administrative levels.
- LEVEL_4 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the most fine-grained administrative level, in addresses with four administrative levels.
- LevelDetails(String, Class<? extends WComponent>) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- LevelDetails(String, Class<? extends WComponent>, boolean) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- LevelDetails(String, String[]) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel.LevelDetails
- LINE_1 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the first line of a street address when using single-line inputs, see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-address-line1.
- LINE_2 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents she second line of a street address using single-line inputs, see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-address-line2.
- LINE_3 - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents the third line of a street address using single-line inputs, see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-address-line3.
- LinkModel() - Constructor for class com.github.bordertech.wcomponents.WLink.LinkModel
- LIST - com.github.bordertech.wcomponents.WSuggestions.Autocomplete
-
Indicates the autocomplete must only be from the suggestion list.
- LIST_SUFFIX - Static variable in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Parameter names ending with this suffix will be treated as lists.
- listIterator() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- listIterator(int) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- ListLayout - Class in com.github.bordertech.wcomponents.layout
-
ListLayout renders out its items in a list.
- ListLayout() - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Default constructor creates an unordered, LEFT aligned, DOT separated, STACKED list - i.e. a pretty much default HTML list.
- ListLayout(boolean) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Creates a stacked ListLayout with a specified ordered setting.
- ListLayout(ListLayout.Type) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Creates a ListLayout with a specified type.
- ListLayout(ListLayout.Type, ListLayout.Alignment) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Creates a ListLayout with a specified type.
- ListLayout(ListLayout.Type, ListLayout.Alignment, ListLayout.Separator, boolean) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Creates a ListLayout with the specified attributes.
- ListLayout(ListLayout.Type, ListLayout.Alignment, ListLayout.Separator, boolean, int) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Deprecated.
- ListLayout(ListLayout.Type, ListLayout.Alignment, ListLayout.Separator, boolean, int, int) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Deprecated.
- ListLayout(ListLayout.Type, ListLayout.Alignment, ListLayout.Separator, boolean, Size) - Constructor for class com.github.bordertech.wcomponents.layout.ListLayout
-
Creates a ListLayout with the specified attributes.
- ListLayout.Alignment - Enum in com.github.bordertech.wcomponents.layout
-
An enumeration of possible values for horizontal alignment of the components added to the layout relative to the containing WPanel.
- ListLayout.Separator - Enum in com.github.bordertech.wcomponents.layout
-
An enumeration of possible values for the item separator.
- ListLayout.Type - Enum in com.github.bordertech.wcomponents.layout
-
An enumeration of possible values for the list type.
- ListModel() - Constructor for class com.github.bordertech.wcomponents.WList.ListModel
- LOCAL - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents a telephone number without the country code and area code components, in the form of ASCII digits but not to be used with
WNumberField
. - LOCAL - com.github.bordertech.wcomponents.autocomplete.type.Telephone
-
Indicates the field represents a telephone number without the country code and area code components, in the form of ASCII digits but not to be used with
WNumberField
. - LOCAL_PREFIX - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents the first part of the component of the telephone number that follows the area code, when that component is split into two components, in the form of ASCII digits but not to be used with
WNumberField
. - LOCAL_SUFFIX - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents the second part of the component of the telephone number that follows the area code, when that component is split into two components, in the form of ASCII digits but not to be used with
WNumberField
. - location(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should have the browser location input field visible.
- log(String) - Static method in class com.github.bordertech.wcomponents.util.MemoryUtil
-
Log a possible memory leak as necessary.
- logout() - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Signal to the servlet that we want to log out (terminate the session).
- logout() - Method in interface com.github.bordertech.wcomponents.Request
-
Signal to the servlet that we want to log out (terminate the session).
- LOGOUT_URL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The logout URL.
- logVelocityMessage(int, String) - Method in class com.github.bordertech.wcomponents.velocity.VelocityLogger
-
Log velocity engine messages.
- LONG_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'long' primitive type in bytes.
- LookupTable - Interface in com.github.bordertech.wcomponents.util
-
The LookupTable interface describes a mechanism for providing WComponents with data sourced from an application look-up table.
- LookupTableHelper - Class in com.github.bordertech.wcomponents.util
-
Deprecated.Lookup Tables should not be dependant on User Context. This helper does not work with multiple servlets.
- LOW_PRIORITY - com.github.bordertech.wcomponents.WStyledText.Type
-
Indicates low priority.
- LT_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for less than (<).
M
- MAJOR - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - makeVisible(WComponent) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Sets the visible component (card) for the given context.
- Mandatable - Interface in com.github.bordertech.wcomponents
-
Expresses the notion that a WComponent can handle the idea of being "mandatory" or "optional".
- Mandatory - Class in com.github.bordertech.wcomponents.subordinate
-
An action that makes a given target mandatory.
- Mandatory(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Mandatory
-
Creates a mandatory action with the given target.
- MANDATORY - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Make the target mandatory.
- MANDATORY_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is mandatory.
- MANDATORY_INDICATOR - com.github.bordertech.wcomponents.WStyledText.Type
-
The text is styled with mandatory indicator.
- MANUAL_OPEN_STATE - Static variable in class com.github.bordertech.wcomponents.WDialog
-
This state is when the dialog has been manually requested to open.
- mapTaggedComponents(Map<String, Object>, Map<String, WComponent>) - Static method in class com.github.bordertech.wcomponents.template.TemplateUtil
-
Replace each component tag with the key so it can be used in the replace writer.
- mapUsed() - Method in interface com.github.bordertech.wcomponents.velocity.VelocityProperties
-
This method will be called after the VelocityLayout has painted the template.
- Margin - Class in com.github.bordertech.wcomponents
-
The margins to be used on a component.
- Margin(int) - Constructor for class com.github.bordertech.wcomponents.Margin
-
Deprecated.use
Margin(Size)
- Margin(int, int, int, int) - Constructor for class com.github.bordertech.wcomponents.Margin
-
Deprecated.
- Margin(Size) - Constructor for class com.github.bordertech.wcomponents.Margin
-
A margin equal on all sizes.
- Margin(Size, Size, Size, Size) - Constructor for class com.github.bordertech.wcomponents.Margin
-
The margin sizes to be used on each side of the component.
- Marginable - Interface in com.github.bordertech.wcomponents
-
WComponents that can have a margin.
- MarginRendererUtil - Class in com.github.bordertech.wcomponents.render.webxml
-
Utility methods for rendering margin element.
- MARKDOWN - Static variable in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Markdown option (true or false).
- Match - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger matches the compare value as a regular expression.
- Match(SubordinateTrigger, String) - Constructor for class com.github.bordertech.wcomponents.subordinate.Match
-
Create a Match condition with a SubordinateTrigger and Compare value.
- MATCH - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Regular expression compare.
- MATCH_INDICATOR - com.github.bordertech.wcomponents.WStyledText.Type
-
The text will display as a match indicator.
- matches(SubordinateTrigger, String) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a matches test to the condition.
- MEDIUM - com.github.bordertech.wcomponents.Size
-
Medium space.
- MEDIUM_PRIORITY - com.github.bordertech.wcomponents.WStyledText.Type
-
Indicates medium priority.
- MemoryUtil - Class in com.github.bordertech.wcomponents.util
-
This class is intended to help detect and trace possible memory leaks.
- MEMUTIL_WARN_THRESHOLD - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Memory utility will consider sizes above this level a possible memory leak.
- menubar(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should have the browser menu bar visible.
- MenuContainer - Interface in com.github.bordertech.wcomponents
-
A component that can hold menu items.
- MenuItem - Interface in com.github.bordertech.wcomponents
-
A component that can be used as a menu item in a menu container.
- MenuItemGroup - Interface in com.github.bordertech.wcomponents
-
Deprecated.menu groups are not compatible with WCAG 2.0.
- MenuItemModel() - Constructor for class com.github.bordertech.wcomponents.WMenuItem.MenuItemModel
- MenuItemSelectable - Interface in com.github.bordertech.wcomponents
-
Indicates a menu item can be selected.
- MenuModel() - Constructor for class com.github.bordertech.wcomponents.WMenu.MenuModel
- MenuSelectContainer - Interface in com.github.bordertech.wcomponents
-
Indicates a menu container can have its menu items selected.
- MenuSelectContainer.SelectionMode - Enum in com.github.bordertech.wcomponents
-
The available types of selection mode for the items in a menu.
- Message - Class in com.github.bordertech.wcomponents
-
Message - encapsulates a simple message that is to be displayed to the user.
- Message(int, String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.Message
-
Creates a message.
- Message(String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.Message
-
Creates an informational message.
- MessageContainer - Interface in com.github.bordertech.wcomponents
-
MessageContainer - Interface for a
WComponent
that displaysWMessages
. - MessageModel() - Constructor for class com.github.bordertech.wcomponents.WMessageBox.MessageModel
- META_DATA - com.github.bordertech.wcomponents.WAudio.Preload
-
Preload meta-data only.
- META_DATA - com.github.bordertech.wcomponents.WVideo.Preload
-
Preload meta-data only.
- METADATA - com.github.bordertech.wcomponents.Track.Kind
-
Tracks intended for use from script.
- MIDDLE - com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
The content should align to the middle.
- MINOR - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - MOBILE - com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Indicates the field represents a number for contacting someone regardless of location.
- MOBILE - com.github.bordertech.wcomponents.util.DeviceType
-
Is a mobile device.
- MockFileItem - Class in com.github.bordertech.wcomponents.util.mock
-
Mock implementation of
FileItem
. - MockFileItem() - Constructor for class com.github.bordertech.wcomponents.util.mock.MockFileItem
- MockHttpServletRequest - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
A mock HTTP Servlet request, useful for unit testing.
- MockHttpServletRequest() - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Creates a MockHttpServletRequest without a session.
- MockHttpServletRequest(HttpSession) - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Creates a MockHttpServletRequest with the given session.
- MockHttpServletResponse - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
A mock http servlet response, useful for unit testing.
- MockHttpServletResponse() - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
- MockHttpSession - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
A mock HttpSsession, useful for unit testing.
- MockHttpSession() - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
- MockRequest - Class in com.github.bordertech.wcomponents.util.mock
-
A mock request is useful when you want to write junits and the like.
- MockRequest() - Constructor for class com.github.bordertech.wcomponents.util.mock.MockRequest
- MockResponse - Class in com.github.bordertech.wcomponents.util.mock
-
MockResponse is useful for unit testing.
- MockResponse() - Constructor for class com.github.bordertech.wcomponents.util.mock.MockResponse
- MockServletConfig - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
MockServletConfig - mock servlet config for unit testing.
- MockServletConfig() - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
- MockServletInputStream - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
MockServletInputStream - mock servlet input stream for unit testing.
- MockServletInputStream(InputStream) - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockServletInputStream
-
Creates a MockServletInputStream with the specified backing.
- MockServletOutputStream - Class in com.github.bordertech.wcomponents.util.mock.servlet
-
MockServletOutputStream - mock Servlet output stream for unit testing.
- MockServletOutputStream() - Constructor for class com.github.bordertech.wcomponents.util.mock.servlet.MockServletOutputStream
- MODAL - Static variable in class com.github.bordertech.wcomponents.WDialog
-
In this mode the dialog retains the input focus while open.
- MODELESS - Static variable in class com.github.bordertech.wcomponents.WDialog
-
In this mode the dialog displays even when the user switches input focus to the window.
- MultiFileWidgetModel() - Constructor for class com.github.bordertech.wcomponents.WMultiFileWidget.MultiFileWidgetModel
- MultiInputComponent - Interface in com.github.bordertech.wcomponents
-
Expresses the notion that a WComponent is a group of inputs.
- Multiline - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to multi-line inputs such asWTextArea
. - MULTIPLE - com.github.bordertech.wcomponents.MenuSelectContainer.SelectionMode
-
Multiple items can be selected.
- MULTIPLE - com.github.bordertech.wcomponents.WDataTable.SelectMode
-
Deprecated.Indicates that multiple rows may be selected.
- MULTIPLE - com.github.bordertech.wcomponents.WMenu.SelectMode
-
Deprecated.Multiple items can be selected.
- MULTIPLE - com.github.bordertech.wcomponents.WTable.SelectMode
-
Indicates that multiple rows may be selected.
- MULTIPLE - com.github.bordertech.wcomponents.WTree.SelectMode
-
Indicates that multiple rows may be selected.
- MultiSelectionModel() - Constructor for class com.github.bordertech.wcomponents.AbstractWMultiSelectList.MultiSelectionModel
- MultiSelectModel() - Constructor for class com.github.bordertech.wcomponents.WMultiSelect.MultiSelectModel
- MultiSelectPairModel() - Constructor for class com.github.bordertech.wcomponents.WMultiSelectPair.MultiSelectPairModel
- MultiTextFieldModel() - Constructor for class com.github.bordertech.wcomponents.WMultiTextField.MultiTextFieldModel
- MutableContainer - Interface in com.github.bordertech.wcomponents
-
The interface for Containers which can have content added/removed.
N
- NAMING_CONTEXT_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is a naming context.
- NamingContextable - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which hold a name context.
- NATIONAL - com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Indicates the field represents a telephone number without the county code component, with a country-internal prefix applied if applicable in the form of ASCII digits with optional U+0020 SPACE characters; must not be used in conjunction with a
WPhoneNumberField
. - NATIVE - com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Displays the client's native set of controls.
- NATIVE - com.github.bordertech.wcomponents.WDropdown.DropdownType
-
Deprecated.A plain drop down.
- NATIVE - com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Displays the client's native set of controls.
- NEW - com.github.bordertech.wcomponents.autocomplete.type.Password
-
Indicates the field represents a new password (for example when creating an account or changing a password) and may only be used in conjunction with
WPasswordField
. - newComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Creates a new model appropriate for the type of component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Creates a new SelectionModel which holds Extrinsic state management of the list.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Creates a new SelectionModel which holds Extrinsic state management of the list.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
- newComponentModel() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WApplication
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WAudio
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WButton
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WCardManager
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WColumn
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WComponentGroup
-
Creates a new model appropriate for the type of component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WContent
-
Creates a new ComponentModel appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDateField
-
Creates a new DateFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Creates a new Component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDialog
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WDropdown
-
Creates a new DropdownModel which holds Extrinsic state management of the drop down.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WEditableImage
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WEmailField
-
Creates a new EmailFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WField
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WFigure
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WFilterText
-
Creates a new FilterTextModel.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WHeading
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WImage
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WInternalLink
-
Creates a new InternalLinkModel.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WLabel
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WLink
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WList
-
Creates a new ListModel.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMenu
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelect
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Creates a new MultiTextFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WNumberField
-
Creates a new NumberFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WPanel
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Creates a new PasswordFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Creates a new PhoneFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WPopup
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Creates a new Component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Creates a new component model which is appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WRow
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WSection
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WShuffler
-
Creates a new model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WSingleSelect
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WStyledText
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTab
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTable
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Creates a new Component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTabSet
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WText
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTextArea
-
Creates a new TextAreaModel.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTextField
-
Creates a new TextFieldModel holds Extrinsic state management of the field.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Creates a new model appropriate for the type of component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Creates a new Component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WTree
-
Creates a new component model.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WVideo
-
Creates a new component model appropriate for this component.
- newComponentModel() - Method in class com.github.bordertech.wcomponents.WWindow
-
Creates a new component model appropriate for this component.
- newInstance() - Static method in class com.github.bordertech.wcomponents.template.TemplateRendererFactory
- newInstance(TemplateRendererFactory.TemplateEngine) - Static method in class com.github.bordertech.wcomponents.template.TemplateRendererFactory
- newInstance(Class<T>) - Static method in class com.github.bordertech.wcomponents.util.Factory
-
Given an interface, instantiate a class implementing that interface.
- newInstance(String) - Static method in class com.github.bordertech.wcomponents.template.TemplateRendererFactory
- next() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- next() - Method in class com.github.bordertech.wcomponents.util.EmptyIterator
-
Throws a NoSuchElementException, as there are no elements.
- nextElement() - Method in class com.github.bordertech.wcomponents.util.Enumerator
-
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
- nextSibling() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- nextState(char) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine
-
Moves the machine to the next state, based on the input character.
- nextVisible() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.
- NICKNAME - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a nickname, screen name, handle: a typically short name used instead of the full name.
- NO_BORDER - com.github.bordertech.wcomponents.WFieldSet.FrameType
-
The field set frame will be rendered with the title only.
- NO_CACHE - com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Page and AJAX responses no cache.
- NO_SELECTION - Static variable in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Constant for representing a blank selection, to save object churn.
- NO_TEXT - com.github.bordertech.wcomponents.WFieldSet.FrameType
-
The field set frame will be rendered with a lined border only.
- NO_VALUE - Static variable in class com.github.bordertech.wcomponents.WButton
-
The default value to use when no value has been explicitly specified.
- NoContextException - Exception in com.github.bordertech.wcomponents.servlet
-
A request was received that expected a User Context to already exist.
- NoContextException(String) - Constructor for exception com.github.bordertech.wcomponents.servlet.NoContextException
- NONE - com.github.bordertech.wcomponents.layout.ListLayout.Separator
-
Indicates that no separator should be used.
- NONE - com.github.bordertech.wcomponents.MenuSelectContainer.SelectionMode
-
No items can be selected.
- NONE - com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Do not display any controls.
- NONE - com.github.bordertech.wcomponents.WAudio.Preload
-
Do not pre-load any data.
- NONE - com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Indicates that row expansion is not supported.
- NONE - com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.Indicates that pagination is not supported, all data will be displayed in the one page.
- NONE - com.github.bordertech.wcomponents.WDataTable.SelectAllType
-
Deprecated.Indicates that the select all/none function should not be available.
- NONE - com.github.bordertech.wcomponents.WDataTable.SelectMode
-
Deprecated.Indicates that row selection is not available.
- NONE - com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Indicates that no separators should be displayed.
- NONE - com.github.bordertech.wcomponents.WDataTable.SortMode
-
Deprecated.Indicates that sorting should be disabled.
- NONE - com.github.bordertech.wcomponents.WDataTable.StripingType
-
Deprecated.Indicates that no zebra striping should be used.
- NONE - com.github.bordertech.wcomponents.WFieldSet.FrameType
-
The field set frame will not be rendered.
- NONE - com.github.bordertech.wcomponents.WList.Separator
-
Indicates that no separator should be used.
- NONE - com.github.bordertech.wcomponents.WMenu.SelectMode
-
Deprecated.No items can be selected.
- NONE - com.github.bordertech.wcomponents.WSelectToggle.State
-
Indicates that no items are selected.
- NONE - com.github.bordertech.wcomponents.WTable.ExpandMode
-
Indicates that row expansion is not supported.
- NONE - com.github.bordertech.wcomponents.WTable.PaginationMode
-
Indicates that pagination is not supported, all data will be displayed in the one page.
- NONE - com.github.bordertech.wcomponents.WTable.SelectAllType
-
Indicates that the select all/none function should not be available.
- NONE - com.github.bordertech.wcomponents.WTable.SelectMode
-
Indicates that row selection is not available.
- NONE - com.github.bordertech.wcomponents.WTable.SeparatorType
-
Indicates that no separators should be displayed.
- NONE - com.github.bordertech.wcomponents.WTable.SortMode
-
Indicates that sorting should be disabled.
- NONE - com.github.bordertech.wcomponents.WTable.StripingType
-
Indicates that no zebra striping should be used.
- NONE - com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Do not display any controls: not recommended.
- NONE - com.github.bordertech.wcomponents.WVideo.Preload
-
Do not pre-load any data.
- NORMAL - com.github.bordertech.wcomponents.util.DeviceType
-
Not a mobile or tablet device.
- NORMAL - com.github.bordertech.wcomponents.WDefinitionList.Type
-
A layout where elements are placed ???.
- NORMAL - com.github.bordertech.wcomponents.WFieldSet.FrameType
-
The field set frame will be rendered with a lined border and the title.
- NORMAL - com.github.bordertech.wcomponents.WProgressBar.ProgressBarType
-
A normal progress bar.
- NORTH - com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.North (top) positioning.
- NORTH - com.github.bordertech.wcomponents.WButton.ImagePosition
-
Image is in the North position.
- NORTH - com.github.bordertech.wcomponents.WLink.ImagePosition
-
Image is in the North position.
- NORTH - Static variable in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.The north layout constraint (top of container).
- not(ExpressionBuilder) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a NOT expression to this expression.
- Not - Class in com.github.bordertech.wcomponents.subordinate
-
A NOT condition.
- Not(Condition) - Constructor for class com.github.bordertech.wcomponents.subordinate.Not
-
Creates a Not condition.
- NOT - com.github.bordertech.wcomponents.subordinate.builder.GroupExpression.Type
-
An expression where the result is the logical NOT of a boolean operand.
- NOT_EQUAL - com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Not equal compare.
- noTemplatePaintHtml(WComponent, Writer) - Method in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Unused. Will be removed in the next major release.
- NotEqual - Class in com.github.bordertech.wcomponents.subordinate
-
A logical condition that tests if the trigger is not equal to the compare value.
- NotEqual(SubordinateTrigger, Object) - Constructor for class com.github.bordertech.wcomponents.subordinate.NotEqual
-
Create a NotEqual condition with a SubordinateTrigger and Compare value.
- notEquals(SubordinateTrigger, Object) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends a not equals test to the condition.
- notifyListeners() - Static method in class com.github.bordertech.wcomponents.util.Config
-
This method notifies all the
PropertyChangeListener
s that have registered with this object that a change has occurred. - NullRenderContext - Class in com.github.bordertech.wcomponents.render.nil
-
The NullRenderContext produces no output and is useful for testing.
- NullRenderContext() - Constructor for class com.github.bordertech.wcomponents.render.nil.NullRenderContext
- NullWriter - Class in com.github.bordertech.wcomponents.util
-
A writer that just throws the information in the bit-bucket.
- NullWriter() - Constructor for class com.github.bordertech.wcomponents.util.NullWriter
- NUMBER - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the code identifying the payment instrument (for example the credit card number).
- NumberFieldModel() - Constructor for class com.github.bordertech.wcomponents.WNumberField.NumberFieldModel
- Numeric - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to numeric inputs such asWNumberField
.
O
- OBJECT_SHELL_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
java.lang.Object shell size in bytes.
- ObjectGraphDump - Class in com.github.bordertech.wcomponents.util
-
Dumps an object graph, optionally excluding fields that are static or transient.
- ObjectGraphNode - Class in com.github.bordertech.wcomponents.util
-
Stores information about a node in a java object graph.
- ObjectGraphNode(int, String, String, Object) - Constructor for class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
Creates an ObjectGraphNode.
- OBJREF_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of an object reference (pointer) in bytes.
- OFF_SCREEN - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Move a component out of the viewport but leave it available for accessibility purposes.
- ONGOING_URL_SUFFIX - Static variable in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
The name of the servlet initialisation parameter whose value is used to distinguish "new" sessions from "ongoing" sessions.
- OPEN_BRACKET_DOUBLE_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for an open bracket with ampersand double escaped ({).
- OPEN_BRACKET_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for an open bracket ({).
- OPEN_DIALOG_ACTION - Static variable in class com.github.bordertech.wcomponents.WDialog
-
Action command string for opening dialog via AJAX.
- OPEN_NEW_WINDOW - com.github.bordertech.wcomponents.WContent.DisplayMode
-
Indicates that the content should be displayed in another browser window.
- openDoc(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Opens the document.
- openDoc(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Opens the document.
- Option - Interface in com.github.bordertech.wcomponents
-
Describes an option in a list-type control, e.g.
- Optional - Class in com.github.bordertech.wcomponents.subordinate
-
An action that makes a given target optional.
- Optional(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Optional
-
Creates an optional action with the given target.
- OPTIONAL - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Make the target optional.
- OptionGroup - Class in com.github.bordertech.wcomponents
-
Provides a way of grouping options inside list-type controls.
- OptionGroup() - Constructor for class com.github.bordertech.wcomponents.OptionGroup
-
Creates an option group with no options or description.
- OptionGroup(String) - Constructor for class com.github.bordertech.wcomponents.OptionGroup
-
Creates an option group with the given description.
- OptionGroup(String, List) - Constructor for class com.github.bordertech.wcomponents.OptionGroup
-
Creates an option group with the given description and contents.
- optionToCode(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the code for the given option.
- optionToCode(Object, int) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Retrieves the code for the given option.
- optionToString(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
This method converts an option object into a string.
- or() - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends an OR expression to the RHS of the expression.
- or(ExpressionBuilder) - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Appends an OR expression to the RHS of the expression.
- Or - Class in com.github.bordertech.wcomponents.subordinate
-
A logical OR of two other conditions.
- Or(Condition, Condition) - Constructor for class com.github.bordertech.wcomponents.subordinate.Or
-
Creates an Or condition.
- Or(Condition, Condition, Condition...) - Constructor for class com.github.bordertech.wcomponents.subordinate.Or
-
Creates an Or condition with 3 or more conditions.
- OR - com.github.bordertech.wcomponents.subordinate.builder.GroupExpression.Type
-
An expression where the result is the logical OR of at least two boolean operands.
- Organization - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides organization details values for the
autocomplete
attribute which are applicable to inputs which accept text-form auto-fill hints. - ORGANIZATION - com.github.bordertech.wcomponents.autocomplete.segment.Organization
-
Company name corresponding to the person, address, or contact information in the other fields associated with this field.
- ORGANIZATION_TITLE - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a job title, for example "Software Engineer", "Senior Vice President", "Deputy Managing Director".
P
- PageContentHelper - Class in com.github.bordertech.wcomponents.container
-
Static utility methods used in construction of WComponent web pages.
- PAGER - com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Indicates the field represents a pager's or beeper's contact details.
- PageShell - Interface in com.github.bordertech.wcomponents.container
-
The PageShell interface describes the parts of a page which can be customised by the end user.
- PageShellInterceptor - Class in com.github.bordertech.wcomponents.container
-
HtmlComponent adds in some HTTP headers and elements commonly used in HTML-based web apps.
- PageShellInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.PageShellInterceptor
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Renders the component.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.AjaxDebugStructureInterceptor
-
Override paint to only output the debugging info for the current targets.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.AjaxInterceptor
-
Paints the targeted ajax regions.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.AjaxPageShellInterceptor
-
Paints the targeted ajax regions.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.AjaxSetupInterceptor
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.ContextCleanupInterceptor
-
Override paint to clear out the scratch map and component models which are no longer necessary.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.DataListInterceptor
-
Subclasses can override.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.DebugStructureInterceptor
-
Override paint to render additional information for debugging purposes.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.FormInterceptor
-
Override paint in order to perform processing specific to this interceptor.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.HeadLineInterceptor
-
Override paint in order to perform processing specific to this interceptor.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Subclasses can override.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.PageShellInterceptor
-
Produce the html output.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.ResponseCacheInterceptor
-
Set the appropriate response headers for caching or not caching the response.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.TargetableInterceptor
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.TemplateRenderInterceptor
-
Subclasses can override.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.TransformXMLInterceptor
-
Override paint to perform XML to HTML transformation.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.UIContextDumpInterceptor
-
Paints the component.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.ValidateXMLInterceptor
-
Override paint to include XML Validation.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.VelocityInterceptor
-
Deprecated.Renders the component using the velocity template which has been provided.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.WhitespaceFilterInterceptor
-
Paints the component.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.WrongStepAjaxInterceptor
-
Subclasses can override.
- paint(RenderContext) - Method in class com.github.bordertech.wcomponents.container.WWindowInterceptor
-
Temporarily replaces the environment while the UI is being rendered.
- paint(RenderContext) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Paints the component by rendering it in the given context.
- paint(RenderContext) - Method in interface com.github.bordertech.wcomponents.WebComponent
-
Produce xml (or other) output.
- paintChildren(Container, WebXmlRenderContext) - Method in class com.github.bordertech.wcomponents.render.webxml.AbstractWebXmlRenderer
-
Paints the children of the given component.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This is where most of the painting work is normally done.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.FatalErrorPage
-
Renders this FatalErrorPage.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Since none of the children are visible to standard processing, paintComponent has been overridden so that the visible card is painted.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.WTable.TableRepeater
-
Override paintComponent, as the table renderer does all the work.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.WTableRepeater
-
Deprecated.Override paintComponent, as the table renderer does all the work.
- paintComponent(RenderContext) - Method in class com.github.bordertech.wcomponents.WWindow
-
Override paintComponent in order to paint the window or its content, depending on the window state.
- paintMenuItems(RenderContext) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Paint the menu items.
- paintXml(WComponent, Writer) - Method in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Paints the component in XML using the Velocity Template.
- PanelModel() - Constructor for class com.github.bordertech.wcomponents.WPanel.PanelModel
- PARAGRAPHS - com.github.bordertech.wcomponents.WStyledText.WhitespaceMode
-
In paragraph mode, new lines are treated as paragraph markers.
- PartialDateFieldModel() - Constructor for class com.github.bordertech.wcomponents.WPartialDateField.PartialDateFieldModel
- Password - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to password inputs such asWPasswordField
. - PasswordFieldModel() - Constructor for class com.github.bordertech.wcomponents.WPasswordField.PasswordFieldModel
- Payment - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides 'payment' (for example credit card) values for the
autocomplete
attribute which are applicable to inputs which accept text-form auto-fill hints. - PERCENTAGE - com.github.bordertech.wcomponents.WProgressBar.UnitType
-
Deprecated.Units will be displayed as a percentage, e.g.
- percentEncodeUrl(String) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Percent encode a URL to include in HTML.
- Person - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides 'name' and other personal details values for the
autocomplete
attribute which are applicable to inputs which accept text-form auto-fill hints. - PhoneFieldModel() - Constructor for class com.github.bordertech.wcomponents.WPhoneNumberField.PhoneFieldModel
- PhoneFormat - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides values for the HTML
autocomplete
for types oftelephone numbers
ortelephone number segments
. - PhonePart - Enum in com.github.bordertech.wcomponents.autocomplete.segment
-
Provides values for the HTML
autocomplete
attribute for a parts of a telephone number which are applicable to inputs which accept text-form auto-fill hints. - PHOTO - com.github.bordertech.wcomponents.autocomplete.type.Url
-
Indicates the field represents a photograph, icon, or other image corresponding to the company, person, address, or contact information in the other fields associated with this field.
- pipe(Object) - Static method in class com.github.bordertech.wcomponents.util.SerializationUtil
-
Takes a copy of an input object via serialization.
- Placeholderable - Interface in com.github.bordertech.wcomponents
-
This is a marker interface to indicate that this component can take placeholder text.
- PLAIN - com.github.bordertech.wcomponents.WPanel.Type
-
A plain panel.
- PLAIN - com.github.bordertech.wcomponents.WStyledText.Type
-
Plain text is not styled differently to normal text.
- PLAINTEXT - com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
-
Plaintext engine.
- PLAINTEXT_CACHE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether plaintext should cache.
- PlainTextRendererImpl - Class in com.github.bordertech.wcomponents.template
-
Plain text template renderer.
- PlainTextRendererImpl() - Constructor for class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
- PLAY_PAUSE - com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.A combined play/pause button.
- PLAY_PAUSE - com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.A combined play/pause button.
- popContext() - Static method in class com.github.bordertech.wcomponents.UIContextHolder
-
Removes a context from the top of the stack.
- PopupModel() - Constructor for class com.github.bordertech.wcomponents.WPopup.PopupModel
- POST_HONORIFIC - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a post-honorific or suffix, for example "Bt
- POSTAL_CODE - com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Indicates the field represents a postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the arrondissement, if relevant, to the address-level2 field).
- PRE_HONORIFIC - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a pre-honorific, prefix or title, for example "Mr
- prepareAction() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Perform extra steps before processing action.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Prepares this component and all child componenents for painting (e.g. rendering to XML).
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxErrorInterceptor
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxPageShellInterceptor
-
Override to set the content type of the response and reset the headers.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.DataListInterceptor
-
No need to run prepare paint for data lists.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.FormInterceptor
-
Override preparePaint in order to perform processing specific to this interceptor.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.HeadLineInterceptor
-
Override preparePaint in order to perform processing specific to this interceptor.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Subclasses can override.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.PageShellInterceptor
-
Override preparePaint in order to prepare the headers.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.SessionTokenInterceptor
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.SubordinateControlInterceptor
-
After the prepare paint phase, apply the registered subordinate controls to make sure all the components are in the correct state before being rendered to the client.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.TargetableErrorInterceptor
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.TargetableInterceptor
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.TransformXMLInterceptor
-
Override preparePaint in order to perform processing specific to this interceptor.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.WrongStepAjaxInterceptor
-
Subclasses can override.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.WrongStepServerInterceptor
-
Subclasses can override.
- preparePaint(Request) - Method in class com.github.bordertech.wcomponents.container.WWindowInterceptor
-
Temporarily replaces the environment while the UI prepares to render.
- preparePaint(Request) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Prepares this component and all child components for immediate painting (e.g. rendering to XML).
- preparePaint(Request) - Method in interface com.github.bordertech.wcomponents.WebComponent
-
Called before the component is painted.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.AbstractTransientDataContainer
-
Prepares the component for painting.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Subclasses may override this method to place the component in the correct state before it is painted.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Override preparePaintComponent to register an AJAX operation if this list is AJAX enabled.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Override preparePaintComponent to register an AJAX operation if this list is AJAX enabled.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Override preparePaintComponent to register an AJAX operation if this list is AJAX enabled.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
-
Register the Subordinate Control.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Override preparePaintComponent in order to register the components for the current request.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WButton
-
Override preparePaintComponent to register an AJAX operation if this button is AJAX enabled.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Since none of the children are visible to standard processing, preparePaintComponent has been overridden so that the visible card is prepared.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Override preparePaintComponent in order to toggle the visibility of the content, or to register the appropriate ajax operation.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WDataRenderer
-
The preparePaintComponent method has been overridden to keep the data object bound to this wcomponent in sync with any changes that control logic (Action implementations) or other wcomponents have made to the data.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.The preparePaintComponent method has been overridden to ensure that expanded row renderers have been correctly initialised.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WDialog
-
Subclasses may override this method to place the component in the correct state before it is painted.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WLink
-
Override preparePaintComponent to register an AJAX operation if this link has an action.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Override preparePaintComponent to prepare each row for painting.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Override preparePaintComponent in order to correct the visibility of the sub-menu's children before they are rendered.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WTab
-
Override preparePaintComponent in order to correct the visibility of the tab's content before it is rendered.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WTableRowRenderer
-
The preparePaintComponent method has been overridden to ensure that expanded row renderers have been correctly initialised.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Initialise by setting the timeout to the HTTPSession maxInactiveInterval if the timeoutPeriod has not yet been set.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WTree
-
Override preparePaint to register an AJAX operation.
- preparePaintComponent(Request) - Method in class com.github.bordertech.wcomponents.WWindow
-
Override preparePaintComponent to clear the scratch map before the window content is being painted.
- prepareRender() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Perform extra steps before rendering.
- prepareRequest() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Prepare the session for the current request.
- prepareRow(Request, int) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Prepares a single row for painting.
- prepareUserContext() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Prepare the user context for this request.
- PRESERVE - com.github.bordertech.wcomponents.WStyledText.WhitespaceMode
-
This mode attempts to preserve all white-space formatting.
- PRETTY_PRINT - Static variable in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Pretty print option (true or false).
- processAction() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Support standard processing of the action phase of a request.
- processRequest(HttpServletHelper, WComponent, InterceptorComponent) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
This method does the real work in servicing the http request.
- ProfileContainer - Class in com.github.bordertech.wcomponents.monitor
-
An extension of
WContainer
that renders some statistics after its normal output. - ProfileContainer() - Constructor for class com.github.bordertech.wcomponents.monitor.ProfileContainer
- PROJECT_VERSION - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The current project version.
- PROMPT_TO_SAVE - com.github.bordertech.wcomponents.WContent.DisplayMode
-
Indicates that the browser should prompt the user to save the content to a file.
- propertyChange(PropertyChangeEvent) - Method in class com.github.bordertech.wcomponents.layout.UIManager
-
We must invalidate the cached manager lookup when the
configuration
is reloaded, as the mappings may have changed. - pushContext(UIContext) - Static method in class com.github.bordertech.wcomponents.UIContextHolder
-
Pushes a context onto the top of stack.
- put(Object, Resource) - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- putValue(String, Object) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Deprecated.
- putValue(String, Object) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
No effect.
Q
- QUOT_ESCAPE - Static variable in class com.github.bordertech.wcomponents.WebUtilities
-
The HTML escape sequence for a double quote (").
- QUOTE - Static variable in class com.github.bordertech.wcomponents.WLink.Builder
-
Used to quote attributes in the windowAttributes String.
R
- RadioButtonGroup - Class in com.github.bordertech.wcomponents
-
This class is used to create a group of radio buttons.
- RadioButtonGroup() - Constructor for class com.github.bordertech.wcomponents.RadioButtonGroup
- RadioButtonSelectModel() - Constructor for class com.github.bordertech.wcomponents.WRadioButtonSelect.RadioButtonSelectModel
- read() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletInputStream
-
Reads the next byte of data from the backing stream.
- readableFileSize(long) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Format file size as B, KB, MB, GB.
- readBytes(InputStream) - Static method in class com.github.bordertech.wcomponents.AbstractRequest
-
Deprecated.Use
StreamUtil.getBytes(java.io.InputStream)
instead. - readExternal(ObjectInput) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Implementation of the Externalizable interface to ensure that we don't serialize redundant data (anything contained by the
ComponentModel.sharedModel
. - READONLY_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is read only.
- redirectForLogout() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Redirects the client to a URL after the log-out process is complete.
- redirectForLogout() - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Redirects the client to a URL after the log-out process is complete.
- ReflectionUtil - Class in com.github.bordertech.wcomponents.util
-
This class provides helpers for invoking objects using the java.lang.reflect package to invoke objects.
- RegExFieldValidator - Class in com.github.bordertech.wcomponents.validator
-
A
FieldValidator
implementation used to match an input fields value with the supplied regular expression. - RegExFieldValidator(String) - Constructor for class com.github.bordertech.wcomponents.validator.RegExFieldValidator
-
Creates a RegExFieldValidator.
- RegExFieldValidator(String, String) - Constructor for class com.github.bordertech.wcomponents.validator.RegExFieldValidator
-
Creates a RegExFieldValidator.
- register(String, WComponent) - Method in class com.github.bordertech.wcomponents.registry.UIRegistry
-
Registers the given user interface with the given key.
- register(String, WComponent) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryAmicableImpl
-
Registers the given user interface with the given key.
- register(String, WComponent) - Method in class com.github.bordertech.wcomponents.registry.UIRegistryClassLoaderImpl
-
Registers the given user interface with the given key.
- registerComponent(String, String) - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Registers a single component as being AJAX capable.
- registerComponents(List<String>, String) - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Registers one or more components as being AJAX capable.
- registerList(String, Request) - Static method in class com.github.bordertech.wcomponents.util.LookupTableHelper
-
Deprecated.Registers a data list with the servlet.
- registerResource(InternalResource) - Static method in class com.github.bordertech.wcomponents.InternalResourceMap
-
Adds a resource to the resource map.
- registerSubordinateControl(String) - Static method in class com.github.bordertech.wcomponents.subordinate.SubordinateControlHelper
-
Register the Subordinate Control so that it can be applied by the
SubordinateControlInterceptor
. - remove() - Method in class com.github.bordertech.wcomponents.util.EmptyIterator
-
Throws an IllegalStateException, as there are no elements to remove.
- remove(int) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- remove(BooleanExpression) - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
-
Removes an operand from the expression.
- remove(TreeNode) - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Removes the given tree node from this node.
- remove(TreeNode) - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Removes the given tree node from this node.
- remove(TreeNode) - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Removes the given tree node from this node.
- remove(WColumn) - Method in class com.github.bordertech.wcomponents.WRow
-
Removes the given column from this components list of children.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.AbstractMutableContainer
-
Removes the given component from this component.
- remove(WComponent) - Method in interface com.github.bordertech.wcomponents.MutableContainer
-
Removes the given component from this components "shared" list of children.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Override remove so that components are removed from the (invisible) container.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WContainer
-
Removes the given component from this components "shared" list of children.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WDefinitionList
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WFieldLayout
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WPanel
-
Removes the given component from this component's list of children.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.
- remove(WComponent) - Method in class com.github.bordertech.wcomponents.WTabSet
- remove(Object) - Method in class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- remove(Object) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- removeAll() - Method in class com.github.bordertech.wcomponents.AbstractMutableContainer
-
Removes all the child components from this component.
- removeAll() - Method in interface com.github.bordertech.wcomponents.MutableContainer
-
Removes all the "shared" children from this component.
- removeAll() - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Removes all children from this node.
- removeAll() - Method in class com.github.bordertech.wcomponents.util.AbstractTreeNode
-
Removes all children from this node.
- removeAll() - Method in interface com.github.bordertech.wcomponents.util.TreeNode
-
Removes all children from this node.
- removeAll() - Method in class com.github.bordertech.wcomponents.WCardManager
-
Override removeAll so that all components are removed from the (invisible) container.
- removeAll() - Method in class com.github.bordertech.wcomponents.WContainer
-
Removes all the "shared" children from this component.
- removeAll(Collection) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- removeAllCssResources() - Method in class com.github.bordertech.wcomponents.WApplication
-
Remove all custom CSS resources.
- removeAllEngineOptions() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove all template engine options.
- removeAllJsResources() - Method in class com.github.bordertech.wcomponents.WApplication
-
Remove all custom JavaScript resources.
- removeAllMenuItems() - Method in interface com.github.bordertech.wcomponents.MenuContainer
-
Remove all menu items.
- removeAllMenuItems() - Method in class com.github.bordertech.wcomponents.WMenu
-
Remove all menu items.
- removeAllMenuItems() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Remove all menu items.
- removeAllMenuItems() - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Remove all menu items.
- removeAllParameters() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove all template parameters.
- removeAllTaggedComponents() - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove all tagged components.
- removeAttribute(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Removes an arbitrary attribute.
- removeAttribute(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Removes an attribute.
- removeAttribute(String) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Removes the specified attribute.
- removeAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Removes the attribute with the given name.
- removeAttribute(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Removes the specified attribute.
- removeAttribute(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Removes an arbitrary attribute.
- removeBeanFromScratchMap() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Remove the bean from the scratch maps.
- removeComponentModel() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Reset this component to its initial state.
- removeCssResource(WApplication.ApplicationResource) - Method in class com.github.bordertech.wcomponents.WApplication
-
Remove a custom CSS resource.
- removeEngineOption(String) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove a template engine option.
- removeFile(WMultiFileWidget.FileWidgetUpload) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Remove the file.
- removeFromGroup(T) - Method in class com.github.bordertech.wcomponents.WComponentGroup
-
Remove a component from this group.
- removeFwkAttribute(String) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- removeFwkAttribute(String) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- removeFwkAttribute(String) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- removeHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Remove a value from the set of HTML class name values added to the current component.
- removeHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Remove a value from the HTML class name list.
- removeHtmlClass(HtmlClassProperties) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Remove a value from the set of HTML class name values added to the current component.
- removeHtmlClass(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Remove a value from the set of HTML class name values added to the current component.
- removeHtmlClass(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Remove a value from the HTML class name list.
- removeHtmlClass(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Remove a value from the set of HTML class name values added to the current component.
- removeJsResource(WApplication.ApplicationResource) - Method in class com.github.bordertech.wcomponents.WApplication
-
Remove a custom JavaScript resource.
- removeMenuItem(MenuItem) - Method in interface com.github.bordertech.wcomponents.MenuContainer
- removeMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WMenu
- removeMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- removeMenuItem(MenuItem) - Method in class com.github.bordertech.wcomponents.WSubMenu
- removeMessage(int) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Removes a message from the message box.
- removeMessages(int) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Removes a message from the message box.
- removeModel(WebComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Removes the extrinsic state information for the given component.
- removeModel(WebComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Removes the extrinsic state information for the given component.
- removeModel(WebComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Removes the extrinsic state information for the given component.
- removeModel(WebComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Removes the component model for the given component.
- removeNotify() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Notifies this component that it no longer has a parent component.
- removeParameter(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Removes the parameter with the given name.
- removeParameter(String) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove a template parameter.
- removeTaggedComponent(WComponent) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove a tagged component via the component instance.
- removeTaggedComponent(String) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Remove a tagged component by its tag.
- removeTerm(String) - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Removes a term from the definition list.
- removeValue(String) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Deprecated.
- removeValue(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
No effect.
- render() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Support standard processing of the render phase of a request.
- render(Request, WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Renders the given WComponent to a String outside of the context of a Servlet.
- render(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Renders the given WComponent to a String outside of the context of a Servlet.
- render(WComponent, RenderContext) - Method in class com.github.bordertech.wcomponents.render.webxml.AbstractWebXmlRenderer
-
Renders the component.
- render(WComponent, RenderContext) - Method in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Paints the component in HTML using the Velocity Template.
- render(WComponent, RenderContext) - Method in interface com.github.bordertech.wcomponents.Renderer
-
Renders the component.
- render(WebComponent) - Static method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Renders the given component to a web-XML String and returns it.
- renderAccessKeyHtmlLabel(AccessKeyable, WebXmlRenderContext) - Static method in class com.github.bordertech.wcomponents.render.webxml.AccessKeyRendererUtil
-
Render the HTML label for access key.
- RenderContext - Interface in com.github.bordertech.wcomponents
-
The RenderContext is used to render a component.
- renderDiagnostics(Diagnosable, WebXmlRenderContext) - Static method in class com.github.bordertech.wcomponents.render.webxml.DiagnosticRenderUtil
-
Render diagnostics for the component.
- Renderer - Interface in com.github.bordertech.wcomponents
-
Handles rendering of WComponents.
- RENDERER_OVERRIDE_PREFIX - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The prefix (classname appended) to override the renderer instance for a class.
- RendererFactory - Interface in com.github.bordertech.wcomponents
-
Describes a renderer factory for a given package.
- RendererFactoryImpl - Class in com.github.bordertech.wcomponents.render.nil
-
The layout factory for the nil renderer package.
- RendererFactoryImpl - Class in com.github.bordertech.wcomponents.render.webxml
-
The layout factory for the WebXml renderer package.
- RendererFactoryImpl() - Constructor for class com.github.bordertech.wcomponents.render.nil.RendererFactoryImpl
- RendererFactoryImpl() - Constructor for class com.github.bordertech.wcomponents.render.webxml.RendererFactoryImpl
-
Creates the RendererFactory.
- renderErrorPageToHTML(WComponent) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Render the error page component to HTML.
- renderFileElement(WMultiFileWidget, XmlStringBuilder, WMultiFileWidget.FileWidgetUpload, int) - Static method in class com.github.bordertech.wcomponents.render.webxml.FileWidgetRendererUtil
- renderInline(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Render an inline template.
- renderInline(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
-
Render an inline template.
- renderInline(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in interface com.github.bordertech.wcomponents.template.TemplateRenderer
-
Render an inline template.
- renderInline(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.VelocityRendererImpl
-
Render an inline template.
- renderMargin(Marginable, WebXmlRenderContext) - Static method in class com.github.bordertech.wcomponents.render.webxml.MarginRendererUtil
- renderTemplate(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Render a template loaded from a resource.
- renderTemplate(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
-
Render a template loaded from a resource.
- renderTemplate(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in interface com.github.bordertech.wcomponents.template.TemplateRenderer
-
Render a template loaded from a resource.
- renderTemplate(String, Map<String, Object>, Map<String, WComponent>, Writer, Map<String, Object>) - Method in class com.github.bordertech.wcomponents.template.VelocityRendererImpl
-
Render a template loaded from a resource.
- renderWithTransformToHTML(Request, WComponent, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Renders and transforms the given WComponent to a HTML String outside of the context of a Servlet.
- renderWithTransformToHTML(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Renders and transforms the given WComponent to a HTML String outside of the context of a Servlet.
- RepeaterModel() - Constructor for class com.github.bordertech.wcomponents.WRepeater.RepeaterModel
- REPLACE - com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
-
Used to replace the target.
- REPLACE_CONTENT - com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
-
Used to replace the "-content" child in the target.
- replaceInterceptor(Class, InterceptorComponent, InterceptorComponent) - Static method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Utility method for replacing an individual interceptor within an existing chain.
- replaceWComponent(AbstractWComponent) - Static method in class com.github.bordertech.wcomponents.AbstractWComponent
-
A Utility method which returns the (replaced) serialized form of a WComponent.
- Request - Interface in com.github.bordertech.wcomponents
-
The interface that the Web framework needs to see from the HttpServletRequest.
- requestImpliesNew() - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- RequestUtil - Class in com.github.bordertech.wcomponents.util
-
This class provides helpers for processing Requests.
- reset() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Resets this component and its children to their initial state for the given user context / session.
- reset() - Method in interface com.github.bordertech.wcomponents.Headers
-
Called by the servlet between service requests.
- reset() - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Clears the headers.
- reset() - Static method in class com.github.bordertech.wcomponents.UIContextHolder
-
Clears the UIContext stack.
- reset() - Static method in class com.github.bordertech.wcomponents.util.Config
-
Resets the configuration back to the default internal configuration.
- reset() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- reset() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Resets this component and its children to their initial state.
- resetBuffer() - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- resetData() - Method in class com.github.bordertech.wcomponents.DataBoundComponentModel
-
Resets the data to the default value.
- resetData() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Resets the data back to the default value, which may either be from a bean or the shared model.
- resetData() - Method in class com.github.bordertech.wcomponents.WDateField.DateFieldModel
-
Maintain internal state.
- resetData() - Method in class com.github.bordertech.wcomponents.WNumberField.NumberFieldModel
-
Maintain internal state.
- resetData() - Method in class com.github.bordertech.wcomponents.WPartialDateField.PartialDateFieldModel
-
Maintain internal state.
- resizable(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should be able to be resized.
- RESPOND - com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Indicates that this component will opt-in to responsive design options.
- Response - Interface in com.github.bordertech.wcomponents
-
An abstraction of a response to a client in a web environment, that allows WComponents to function similarly when running in e.g.
- RESPONSE_CACHE_HEADER_SETTINGS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response cache String for each type of header.
- RESPONSE_CACHE_SETTINGS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response cache String.
- RESPONSE_DEFAULT_CACHE_SETTINGS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Default cache settings for the response.
- RESPONSE_DEFAULT_NO_CACHE_SETTINGS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Default no cache settings for the response.
- RESPONSE_NO_CACHE_SETTINGS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The response no-cache settings.
- ResponseCacheInterceptor - Class in com.github.bordertech.wcomponents.container
-
Interceptor that sets the appropriate response headers for caching or not caching the response.
- ResponseCacheInterceptor(ResponseCacheInterceptor.CacheType) - Constructor for class com.github.bordertech.wcomponents.container.ResponseCacheInterceptor
- ResponseCacheInterceptor.CacheType - Enum in com.github.bordertech.wcomponents.container
-
Cache Type allows different cache settings to be set for different response types, such as page responses, content, theme resources and datalists.
- retainAll(Collection) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- RIGHT - com.github.bordertech.wcomponents.layout.ColumnLayout.Alignment
-
Indicates that content should be right-aligned.
- RIGHT - com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
The components are placed in a row and tight-aligned relative to the containing
WPanel
. - RIGHT - com.github.bordertech.wcomponents.layout.ListLayout.Alignment
-
Indicates that content should be right-aligned.
- RIGHT - com.github.bordertech.wcomponents.WColumn.Alignment
-
Indicates that content should be right-aligned.
- RIGHT - com.github.bordertech.wcomponents.WTableColumn.Alignment
-
Indicates that content should be right-aligned.
- RIGHT - com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Displays the TabSet tabs vertically, to the right of the tab content area.
- RIGHT - Static variable in class com.github.bordertech.wcomponents.layout.FlowLayout
-
This value indicates that the components are placed in a row and right-aligned relative to the containing
WPanel
. - rightTrim(String) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Copies this String removing white space characters from the end of the string.
- roundToDay(Date) - Static method in class com.github.bordertech.wcomponents.util.DateUtilities
-
"Rounds" a date to a day boundary by truncating the time component.
- ROW_ID_CONTEXT_PREFIX - Static variable in class com.github.bordertech.wcomponents.WTable
-
Prefix used in row ids.
- RowIdList - Class in com.github.bordertech.wcomponents.util
-
Deprecated.No longer required as
WDataTable
is deprecated. - RowIdList(int, int) - Constructor for class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Creates a RowIdList, which will "contain" consecutive Integer values, starting with
startIndex
and ending withendIndex
. - RowIdWrapper(List<Integer>, Object, WTable.RowIdWrapper) - Constructor for class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- rowIndexListToString(List<Integer>) - Static method in class com.github.bordertech.wcomponents.util.TableUtil
-
Convert the row index to its string representation.
- rowIndexListToString(List<Integer>) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
-
Convert the row index to its string representation.
- rowIndexStringToList(String) - Static method in class com.github.bordertech.wcomponents.util.TableUtil
-
Convert the string representation of a row index to a list.
- rowIndexStringToList(String) - Static method in class com.github.bordertech.wcomponents.util.TreeItemUtil
-
Convert the string representation of a row index to a list.
- RowModel() - Constructor for class com.github.bordertech.wcomponents.WRow.RowModel
- ROWS - com.github.bordertech.wcomponents.WDataTable.StripingType
-
Deprecated.Indicates that zebra striping should be used to highlight rows.
- ROWS - com.github.bordertech.wcomponents.WTable.StripingType
-
Indicates that zebra striping should be used to highlight rows.
- Rule - Class in com.github.bordertech.wcomponents.subordinate
-
A Rule defines the visibility control logic to be added to a SubordinateControl.
- Rule() - Constructor for class com.github.bordertech.wcomponents.subordinate.Rule
-
Creates a Rule with no conditions or actions.
- Rule(Condition) - Constructor for class com.github.bordertech.wcomponents.subordinate.Rule
-
Creates a Rule with the specified condition and no actions.
- Rule(Condition, Action) - Constructor for class com.github.bordertech.wcomponents.subordinate.Rule
-
Creates a Rule with an onTrue action.
- Rule(Condition, Action, Action) - Constructor for class com.github.bordertech.wcomponents.subordinate.Rule
-
Creates a Rule with an onTrue and onFalse action.
S
- safeClose(Closeable) - Static method in class com.github.bordertech.wcomponents.util.StreamUtil
-
Closes an OutputStream, logging any exceptions.
- sanitize(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
-
Apply strict sanitization rules to a HTML string.
- sanitize(String, boolean) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
-
Apply sanitization rules to a HTML string.
- sanitize(String, Policy) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
-
Apply sanitization rules to a HTML string.
- sanitizeInputText(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
- sanitizeInputText(String) - Method in class com.github.bordertech.wcomponents.WTextArea
- sanitizeOutputText(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlSanitizerUtil
- sanitizeOutputText(String) - Method in class com.github.bordertech.wcomponents.WLabel
- sanitizeOutputText(String) - Method in class com.github.bordertech.wcomponents.WText
- sanitizeOutputText(String) - Method in class com.github.bordertech.wcomponents.WTextArea
- ScrollableTableDataModel - Interface in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTable.ScrollableTableModel
instead. - scrollbars(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should have scrollbars visible.
- SECTION - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - SectionModel() - Constructor for class com.github.bordertech.wcomponents.WSection.SectionModel
- SELECTION_ACTION_COMMAND - Static variable in class com.github.bordertech.wcomponents.WTable
-
Selection action command.
- SelectionModel() - Constructor for class com.github.bordertech.wcomponents.AbstractWSelectList.SelectionModel
- SelectionToggleable - Interface in com.github.bordertech.wcomponents
-
Components that have a selection which can be toggled by
WSelectToggle
must implement this interface. - SelectListUtil - Class in com.github.bordertech.wcomponents
-
Utility class used by
AbstractWSelectList
for processing options and list of options. - SelectToggleModel() - Constructor for class com.github.bordertech.wcomponents.WSelectToggle.SelectToggleModel
- sendError(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the HTTP response status to indicate an error.
- sendError(int, String) - Method in interface com.github.bordertech.wcomponents.Response
- sendError(int, String) - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
- sendError(int, String) - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
- sendError(int, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the HTTP response status to indicate an error.
- sendRedirect(String) - Method in interface com.github.bordertech.wcomponents.Response
-
Sends a redirect response to the client using the specified redirect URL.
- sendRedirect(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
-
Sends a redirect response to the client using the specified redirect URL.
- sendRedirect(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
-
Sets the redirect.
- sendRedirect(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the redirect url.
- SEPARATOR - Static variable in class com.github.bordertech.wcomponents.WLink.Builder
-
Used to separate attributes in the windowAttributes String.
- SerializationUtil - Class in com.github.bordertech.wcomponents.util
-
Helper methods related to serialization.
- SERVER - com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Deprecated.Use CollapsibleMode DYNAMIC instead as a like-for-like replacement or any other mode if it is more appropriate to the individual use case.
- SERVER - com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.use ExpandMode.DYNAMIC instead.
- SERVER - com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.use PaginationMode.DYNAMIC instead.
- SERVER - com.github.bordertech.wcomponents.WDataTable.SortMode
-
Deprecated.use SortMode.DYNAMIC instead.
- SERVER - com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Deprecated.Mapped to MenuMode.DYMANIC as per https://github.com/BorderTech/wcomponents/issues/687
- SERVER - com.github.bordertech.wcomponents.WTabSet.TabMode
-
Deprecated.Use TabMode DYNAMIC instead as a like-for-like replacement or any other mode if it is more appropriate to the individual use case.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Service an HTTP request.
- serviceInt(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.servlet.WServlet
-
Service internal.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This is the main entry point during request handling.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxCleanupInterceptor
-
Clear all the registered AJAX operations.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxErrorInterceptor
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxInterceptor
-
Subclasses can override.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AjaxSetupInterceptor
-
Setup the AJAX operation details.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.ContextCleanupInterceptor
-
Override serviceRequest to clear out the targetable index from the last request.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.DataListInterceptor
-
Subclasses can override.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.FormInterceptor
-
Override serviceRequest in order to perform processing specific to this interceptor.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Subclasses can override.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.SessionTokenAjaxInterceptor
-
Override to check whether the session token variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.SessionTokenContentInterceptor
-
Override to check whether the session token variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.SessionTokenInterceptor
-
Override to check whether the session token variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.SubordinateControlInterceptor
-
Before servicing the request, apply the registered subordinate controls to make sure any state changes that have occurred on the client are applied.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.TargetableErrorInterceptor
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.TargetableInterceptor
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.WrongStepAjaxInterceptor
-
Override to check whether the step variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.WrongStepContentInterceptor
-
Override to check whether the step variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.WrongStepServerInterceptor
-
Override to check whether the step variable in the incoming request matches what we expect.
- serviceRequest(Request) - Method in class com.github.bordertech.wcomponents.container.WWindowInterceptor
-
Temporarily replaces the environment while the request is being handled.
- serviceRequest(Request) - Method in interface com.github.bordertech.wcomponents.WComponent
-
This is the main entry point during request handling.
- serviceRequest(Request) - Method in interface com.github.bordertech.wcomponents.WebComponent
-
Transfer data from the incoming request to the context.
- SERVLET_ENABLE_SUBSESSIONS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the servlet should enable subsessions.
- ServletRequest - Class in com.github.bordertech.wcomponents.servlet
-
An implementation of
Request
using HttpServletRequests. - ServletRequest(HttpServletRequest) - Constructor for class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Creates a ServletRequest.
- ServletResponse - Class in com.github.bordertech.wcomponents.servlet
-
An implementation of
Response
using HttpServletResponse. - ServletResponse(HttpServletResponse) - Constructor for class com.github.bordertech.wcomponents.servlet.ServletResponse
-
Creates a ServletResponse.
- ServletUtil - Class in com.github.bordertech.wcomponents.servlet
-
Utility class to provide http servlet functionality.
- SESSION_TOKEN_VARIABLE - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The URL/Post variable that will store the session token.
- SessionTokenAjaxInterceptor - Class in com.github.bordertech.wcomponents.container
-
This session token interceptor makes sure the ajax request being processed is for the correct session.
- SessionTokenAjaxInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.SessionTokenAjaxInterceptor
- SessionTokenContentInterceptor - Class in com.github.bordertech.wcomponents.container
-
This session token interceptor makes sure the content request being processed is for the correct session.
- SessionTokenContentInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.SessionTokenContentInterceptor
- SessionTokenException - Exception in com.github.bordertech.wcomponents.container
-
An invalid session token was provided on the request.
- SessionTokenException(String) - Constructor for exception com.github.bordertech.wcomponents.container.SessionTokenException
- SessionTokenInterceptor - Class in com.github.bordertech.wcomponents.container
-
This session token interceptor makes sure the request being processed is for the correct session.
- SessionTokenInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.SessionTokenInterceptor
- set(byte[]) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
-
Sets the binary data for this MockFileItem.
- set(int, Integer) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.Throws an UnsupportedOperationException, as this list is immutable.
- setAbbrText(String) - Method in class com.github.bordertech.wcomponents.WAbbrText
-
Deprecated.As of WComponents 1.0.0, use
AbstractWComponent.setToolTip(String, Serializable...)
instead. - setAccessibleText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the text used by screen readers to describe the component.
- setAccessibleText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setAccessibleText(String, Serializable...) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.use setToolTip
- setAccessKey(char) - Method in interface com.github.bordertech.wcomponents.AccessKeyable
-
Set the access key on the component.
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WButton
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WLabel
-
Set the key (in combination with Alt) that should give focus to this label.
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WLink
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WMenuItem
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WPanel
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WSubMenu
- setAccessKey(char) - Method in class com.github.bordertech.wcomponents.WTab
- setAction(Action) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the action that you want run if the button is pressed.
- setAction(Action) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets the action to execute when the menu item is invoked.
- setAction(Action) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets the action to execute when the sub-menu is selected.
- setAction(Action, AjaxTarget...) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the action that will run if the link is pressed.
- setAction(AjaxOperation.AjaxAction) - Method in class com.github.bordertech.wcomponents.AjaxOperation
- setActionCommand(String) - Method in class com.github.bordertech.wcomponents.WButton
-
Same as setValue().
- setActionCommand(String) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets this menu item's action command.
- setActionCommand(String) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets this menu item's action command.
- setActionCommand(String) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets this sub-menu's action command.
- setActionObject(Serializable) - Method in class com.github.bordertech.wcomponents.WButton
-
Associate this button with a data object that can be easily accessed in the execute() method of the button's associated Action.
- setActionObject(Serializable) - Method in class com.github.bordertech.wcomponents.WLink
-
Associate this button with a data object that can be easily accessed in the execute() method of the button's associated Action.
- setActionObject(Serializable) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets this menu item's action object.
- setActionObject(Serializable) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets this sub-menu's "default" action object.
- setActionObject(Object) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Associates this input with a data object that can be easily accessed in the execute() method of the associated Action.
- setActionObject(Object) - Method in interface com.github.bordertech.wcomponents.Input
-
Associates this input with a data object that can be easily accessed in the execute() method of the associated Action.
- setActionOnChange(Action) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Sets the action that you want run if the input is changed by the user.
- setActionOnChange(Action) - Method in interface com.github.bordertech.wcomponents.Input
-
Sets the action that you want run if the input is changed by the user.
- setActionOnChange(Action) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.an action on changing tab is a side-effect and should not be implemented.
- setActionStep(int) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Deprecated.portal specific
- setActionStep(int) - Method in interface com.github.bordertech.wcomponents.Environment
-
Deprecated.portal specific
- setActiveFilters(List<String>) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the active filters.
- setActiveIndex(int) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the active index(as seen by the given context/session).
- setActiveIndices(int[]) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the active tab indices (as seen by the given context/session).
- setActiveTab(WComponent) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the active tab using tab content.
- setActiveTab(WTab) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the active tab.
- setAddressAutocomplete(AddressType, AddressPart) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableText
-
Set values for the
autocomplete
attribute applicable to an address or part thereof. - setAddressAutocomplete(AddressType, AddressPart) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAddressAutocomplete(AddressType, AddressPart) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAddressAutocomplete(AddressType, AddressPart) - Method in class com.github.bordertech.wcomponents.WTextField
- setAjaxFilter(String) - Method in class com.github.bordertech.wcomponents.WSuggestions
- setAjaxTarget(AjaxTarget) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Sets the AJAX target for the list.
- setAjaxTarget(AjaxTarget) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the AJAX target for the button.
- setAjaxTarget(AjaxTarget) - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Sets the default AJAX target for this list.
- setAlign(WTableColumn.Alignment) - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Sets the column alignment.
- setAlignment(int, ColumnLayout.Alignment) - Method in class com.github.bordertech.wcomponents.layout.ColumnLayout
-
Sets the alignment of the given column.
- setAlignment(WColumn.Alignment) - Method in class com.github.bordertech.wcomponents.WColumn
- setAlternativeText(String) - Method in class com.github.bordertech.wcomponents.WImage
- setAltText(String) - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.Not part of HTML spec
- setAltText(String) - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.as not supported by HTML spec
- setAppendID(boolean) - Method in class com.github.bordertech.wcomponents.WApplication
-
Sets a flag to include the WApplication's ID as part of its descendant components' IDs.
- setAppHostPath(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the app host path.
- setAppId(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Deprecated.no longer used. Use
AbstractWComponent.setIdName(String)
instead. - setAppId(String) - Method in interface com.github.bordertech.wcomponents.Environment
-
Deprecated.no longer used. Use
AbstractWComponent.setIdName(String)
instead. - setAppSessionAttribute(String, Serializable) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portlet specific
- setAppSessionAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Deprecated.portlet specific
- setAppSessionAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Note that this mock request just maps to the global session.
- setArgs(Serializable...) - Method in class com.github.bordertech.wcomponents.Message
-
Sets the message format arguments.
- setAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Associates an arbitrary attribute with this component.
- setAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Sets an attribute.
- setAttribute(String, Serializable) - Method in interface com.github.bordertech.wcomponents.Request
-
Stores an attribute in this request.
- setAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Stores an attribute in this request.
- setAttribute(String, Serializable) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Associates an arbitrary attribute with this component.
- setAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Sets the specified attribute.
- setAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets a request attribute.
- setAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Sets the specified attribute.
- setAttributes(Map<String, Serializable>) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setAudio(Audio) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets the audio clip for all users.
- setAudio(Audio[]) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets the audio clip in multiple formats for all users.
- setAutocomplete(AutocompleteSegment) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableText
-
Set
autocomplete
attribute value for a field based on a segment name. - setAutocomplete(AutocompleteSegment) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(AutocompleteSegment) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(AutocompleteSegment) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(DateType) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableDate
-
Set the
autocomplete
s attribute for a type of date input. - setAutocomplete(DateType) - Method in class com.github.bordertech.wcomponents.WDateField
- setAutocomplete(DateType) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(DateType) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(DateType) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(Email) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableEmail
-
Set the
autocomplete
attribute to a specific "email" value. - setAutocomplete(Email) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(Email) - Method in class com.github.bordertech.wcomponents.WEmailField
- setAutocomplete(Email) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(Email) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(Multiline) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableMultiline
-
Set the autocomplete attribute to indicate auto-fill of a multi-line field.
- setAutocomplete(Multiline) - Method in class com.github.bordertech.wcomponents.WTextArea
- setAutocomplete(Numeric) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableNumeric
-
Set the autocomplete attribute for a number field for a given numeric auto-fill value.
- setAutocomplete(Numeric) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(Numeric) - Method in class com.github.bordertech.wcomponents.WNumberField
- setAutocomplete(Numeric) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(Numeric) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(Password) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePassword
-
Set the
autocomplete
attribute of a password field to a given password auto-fill hint type. - setAutocomplete(Password) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(Password) - Method in class com.github.bordertech.wcomponents.WPasswordField
- setAutocomplete(Password) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(Password) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(Telephone, PhoneFormat) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePhone
-
Set the
autocomplete
attribute to an appropriate value for a particular type of phone number, in either of a full or local format. - setAutocomplete(Telephone, PhoneFormat) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(Telephone, PhoneFormat) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- setAutocomplete(Telephone, PhoneFormat) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(Telephone, PhoneFormat) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(Url) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableURL
-
Set the
autocomplete
attribute to a specific URL auto-fill type: "url", "impp" or "photo". - setAutocomplete(Url) - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocomplete(Url) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocomplete(Url) - Method in class com.github.bordertech.wcomponents.WTextField
- setAutocomplete(WSuggestions.Autocomplete) - Method in class com.github.bordertech.wcomponents.WSuggestions
- setAutocomplete(String) - Method in class com.github.bordertech.wcomponents.WTextField
-
Set the value of the
autocomplete
attribute for the current field. - setAutocompleteOff() - Method in interface com.github.bordertech.wcomponents.autocomplete.Autocompleteable
-
Turn
autocomplete
off for the current field. - setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WDateField
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WDropdown
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WEmailField
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WNumberField
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WPasswordField
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setAutocompleteOff() - Method in class com.github.bordertech.wcomponents.WTextField
- setAutoplay(boolean) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets whether the clip should play automatically.
- setAutoplay(boolean) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets whether the clip should play automatically.
- setAvailableListName(String) - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Sets the available list name.
- setBacking(UIContext) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Sets the backing context.
- setBackingComponent(WebComponent) - Method in class com.github.bordertech.wcomponents.container.InterceptorComponent
-
Set the next component to process the request after this one.
- setBaseUrl(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the base url.
- setBean(Object) - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- setBean(Object) - Method in interface com.github.bordertech.wcomponents.BeanBound
-
Sets the bean for the given context.
- setBean(Object) - Method in class com.github.bordertech.wcomponents.BeanBoundComponentModel
- setBean(Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Sets the bean associated with this WBeanComponent.
- setBeanId(Object) - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Sets the bean id.
- setBeanId(Object) - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Sets the bean id.
- setBeanId(Object) - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- setBeanId(Object) - Method in interface com.github.bordertech.wcomponents.BeanProviderBound
-
Sets the bean id.
- setBeanId(Object) - Method in class com.github.bordertech.wcomponents.BeanProviderBoundComponentModel
- setBeanId(Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Sets the bean id associated with this WBeanComponent.
- setBeanList(List) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Remember the list of beans that hold the data object for each row.
- setBeanProperty(String) - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Sets the bean property that this component is interested in.
- setBeanProperty(String) - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Sets the bean property that this component is interested in.
- setBeanProperty(String) - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
-
Sets the bean property that the component is interested in.
- setBeanProperty(String) - Method in interface com.github.bordertech.wcomponents.BeanAware
-
Sets the bean property that this component is interested in.
- setBeanProperty(String) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Sets the bean property that this component is interested in.
- setBeanPropertyValue(String, Object, Serializable) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Set the bean property value.
- setBeanProvider(BeanProvider) - Method in class com.github.bordertech.wcomponents.AbstractBeanBoundTableModel
-
Sets the bean provider.
- setBeanProvider(BeanProvider) - Method in class com.github.bordertech.wcomponents.AbstractBeanTableDataModel
-
Deprecated.Sets the bean provider.
- setBeanProvider(BeanProvider) - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
-
Sets the bean provider.
- setBeanProvider(BeanProvider) - Method in interface com.github.bordertech.wcomponents.BeanProviderBound
-
Sets the bean provider.
- setBeanProvider(BeanProvider) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Sets the
BeanProvider
associated with this WBeanComponent. - setBirthdayAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableDate
-
Set the "birthday" autocomplete hint for the current field.
- setBody(WComponent) - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Sets the label body content.
- setBufferSize(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- setButtonColumns(int) - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Sets the layout to be a certain number of columns.
- setButtonColumns(int) - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Sets the layout to be a certain number of columns.
- setButtonLayout(WCheckBoxSelect.Layout) - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Sets the layout.
- setButtonLayout(WRadioButtonSelect.Layout) - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Sets the layout.
- setCacheable(boolean) - Method in exception com.github.bordertech.wcomponents.ContentEscape
- setCacheKey(String) - Method in class com.github.bordertech.wcomponents.WAudio
-
Set a cache key to make the audio cacheable on the client.
- setCacheKey(String) - Method in class com.github.bordertech.wcomponents.WContent
- setCacheKey(String) - Method in class com.github.bordertech.wcomponents.WContentLink
- setCacheKey(String) - Method in class com.github.bordertech.wcomponents.WImage
-
A cache key is used to enable the caching of images on the client agent.
- setCacheKey(String) - Method in class com.github.bordertech.wcomponents.WVideo
- setCancel(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the button as a cancel button.
- setCancel(boolean) - Method in class com.github.bordertech.wcomponents.WMenuItem
- setCaption(String) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the table caption text.
- setCaption(String) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the table caption text.
- setChangedInLastRequest(boolean) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Set the changed flag to indicate if the component changed in the last request.
- setCharacterEncoding(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Unimplemented.
- setCharacterEncoding(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the contentEncoding for the StringWriter.
- setChildren(List<WComponent>) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setClassName(String) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setClientCommandOnly(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets whether this button should fire a client command without submitting the form.
- setClientSide(boolean) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Deprecated.1.2.58 all select toggle must be client side.
- setCollapsed(boolean) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Sets whether the collapsible is collapsed in the given context.
- setCollapsibleToggle(WCollapsibleToggle) - Method in class com.github.bordertech.wcomponents.CollapsibleGroup
-
Sets the toggle component for this group.
- setColumnOrder(int[]) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- setColumnOrder(int[]) - Method in class com.github.bordertech.wcomponents.WTable
-
Provide an array of column indexes in the order they should be rendered.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Sets the width of the input field in characters.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Sets the width of the input field in characters.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Deprecated.1.3 size not used as it is incompatible with HTML specification.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Sets the width of the input field in characters.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Sets the width of the input field in characters.
- setColumns(int) - Method in class com.github.bordertech.wcomponents.WTextField
-
Sets the width of the input field more-or-less in characters.
- setColumns(Integer) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Sets the layout of uploaded files to be a certain number of columns.
- setComment(String) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Sets the comparator for the given column, to enable sorting.
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Sets the comparator for the given column, to enable sorting.
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Sets the comparator for the given column, to enable sorting.
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Sets the comparator for the given column, to enable sorting.
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Sets the comparator for the given column, to enable sorting.
- setComparator(int, Comparator) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Sets the comparator for the given column, to enable sorting.
- setComponent(WComponent) - Method in class com.github.bordertech.wcomponents.ComponentWithContext
- setComponentToValidate(WComponent) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
Sets the component to validate.
- setCondition(Condition) - Method in class com.github.bordertech.wcomponents.subordinate.Rule
-
Sets the condition.
- setConfiguration(Configuration) - Static method in class com.github.bordertech.wcomponents.util.Config
-
Sets the current configuration.
- setContent(byte[]) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the binary content of the request.
- setContent(WComponent) - Method in class com.github.bordertech.wcomponents.WDialog
-
Set the WComponent which will handle the content for this dialog.
- setContent(WComponent) - Method in class com.github.bordertech.wcomponents.WTab
-
Sets the tab content.
- setContent(WComponent) - Method in class com.github.bordertech.wcomponents.WWindow
-
Set the WComponent that will handle the content for this pop up window.
- setContentAccess(ContentAccess) - Method in class com.github.bordertech.wcomponents.WContent
-
Supply this component with access to the document content to be displayed.
- setContentAccess(ContentAccess) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Supply this component with access to the document content to be displayed.
- setContentHeight(String) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the content height of the tab set.
- setContentLength(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- setContentType(String) - Method in interface com.github.bordertech.wcomponents.Headers
-
Set the content type (usually text/html).
- setContentType(String) - Method in class com.github.bordertech.wcomponents.HeadersImpl
-
Sets the content type for the response.
- setContentType(String) - Method in interface com.github.bordertech.wcomponents.Response
-
Sets the content type of the response being sent to the client.
- setContentType(String) - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
-
Sets the content type of the response being sent to the client.
- setContentType(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
-
Sets the content MIME-type for thos MockFileItem.
- setContentType(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
-
Sets the content type.
- setContentType(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the request content type.
- setContentType(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the response content type.
- setContext(UIContext) - Method in class com.github.bordertech.wcomponents.ComponentWithContext
- setContextIds(Map<String, WComponent>) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setControls(WAudio.Controls) - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.
- setControls(WVideo.Controls) - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.
- setCookie(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets a cookie on this request instance.
- setCurrentOperationDetails(AjaxOperation, ComponentWithContext) - Static method in class com.github.bordertech.wcomponents.AjaxHelper
-
Sets the current AJAX operation details.
- setCurrentPage(int) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- setCurrentPage(int) - Method in class com.github.bordertech.wcomponents.WTable
- setCurrentRows(int, int) - Method in interface com.github.bordertech.wcomponents.ScrollableTableDataModel
-
Deprecated.This method will be called by the table to notify the TableDataModel of which rows are likely to be used in the near future.
- setCurrentRows(int, int) - Method in interface com.github.bordertech.wcomponents.WTable.ScrollableTableModel
-
This method will be called by the table to notify the TableModel of which rows are likely to be used in the near future.
- setCustomTree(TreeItemIdNode) - Method in class com.github.bordertech.wcomponents.WTree
-
Set a custom view of the tree nodes.
- setCustomTree(String) - Method in class com.github.bordertech.wcomponents.WTree
- setData(Object) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Sets the data that this component displays/edits.
- setData(Object) - Method in interface com.github.bordertech.wcomponents.DataBound
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.DataBoundComponentModel
- setData(Object) - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WDateField
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Sets the data that this component displays/edits.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Remember the list of dataBeans that holds the data object for each row.
- setData(Object) - Method in class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Override setData in order to push data to non-
BeanProviderBound
renderers each time the data is changed. - setData(Object) - Method in class com.github.bordertech.wcomponents.WTextArea
-
Set data in this component.
- setDataModel(TableDataModel) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the data model.
- setDate(Date) - Method in class com.github.bordertech.wcomponents.WDateField
-
Set the value of the date field.
- setDate(Date) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Set the WPartialDateField with the given java date.
- setDateHeader(String, long) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets a date header.
- setDecimalPlaces(int) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the number of decimal places to use for this field.
- setDefaultStateChange(WhiteSpaceFilterStateMachine.StateChange) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.State
-
Sets the default state change, used when no matching character is found.
- setDefaultSubmitButton(WButton) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Sets the button that should be submitted when the user hits enter key and cursor is inside this input field.
- setDefaultSubmitButton(WButton) - Method in interface com.github.bordertech.wcomponents.Input
-
Sets the button that should be submitted when the user hits enter key and cursor is inside this input field.
- setDefaultSubmitButton(WButton) - Method in class com.github.bordertech.wcomponents.WPanel
-
Sets the button that should be submitted when the user hits enter key and cursor is inside this panel.
- setDefaultSubmitButton(WButton) - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Do not allow defaultSubmitButton on a WToggleButton.
- setDelay(int) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Set a delay period, in milliseconds, between the WAjaxControl being rendered in the view and it being automatically triggered.
- setDescEncode(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.1.2.0 do not use
- setDescription(String) - Method in class com.github.bordertech.wcomponents.OptionGroup
- setDirectories(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Sets whether the Disableable is disabled.
- setDisabled(boolean) - Method in interface com.github.bordertech.wcomponents.Disableable
-
Sets whether the Disableable is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WAudio
-
Deprecated.never supported, not part of HTML spec, no browser support for disabled audio
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets whether this button is disabled when loaded.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Sets whether this link is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether the WDataTable is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets whether this link is disabled by default.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WMenu
-
Sets whether this menu is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets whether this menu item is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Sets whether this group is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Sets whether the radio button is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Sets whether the select toggle is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets whether this sub menu is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WTab
-
Sets whether the WTabSet is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.TabGroups do not exist and therefore cannot be disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets whether the WTabSet is disabled.
- setDisabled(boolean) - Method in class com.github.bordertech.wcomponents.WVideo
-
Deprecated.as not supported by HTML video
- setDisplayInline(boolean) - Method in exception com.github.bordertech.wcomponents.ContentEscape
-
Sets whether the content should be displayed inline or downloaded.
- setDisplayMode(WContent.DisplayMode) - Method in class com.github.bordertech.wcomponents.WContent
-
Sets the content display mode.
- setDisplayMode(WContent.DisplayMode) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Sets the content display mode.
- setDisposed(boolean) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- setDropzone(DropZone) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Register a component to receive drag and dropped files on behalf of this input.
- setDuration(int) - Method in class com.github.bordertech.wcomponents.AudioResource
-
Sets the duration of the audio clip, A value of <= 0 indicates that the duration is unknown.
- setDuration(int) - Method in class com.github.bordertech.wcomponents.VideoResource
-
Sets the duration of the video clip, A value of <= 0 indicates that the duration is unknown.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.Editable no longer required. WSuggestions and a WTextfield should be used instead
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
Sets whether the data in this model is editable.
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.WDropdown
-
Deprecated.editable no longer required. WSuggestions and a WTextfield should be used instead
- setEditable(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the table to be editable.
- setEditor(WImageEditor) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Registers an image editor with this file upload widget so that the user will be prompted to edit (crop, rotate etc).
- setEmailAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableEmail
-
Set the "email" auto-fill hint for the current field.
- setEncodeText(boolean) - Method in class com.github.bordertech.wcomponents.WLabel
-
Sets whether the heading text needs to be encoded.
- setEncodeText(boolean) - Method in class com.github.bordertech.wcomponents.WText
-
Sets whether the text needs to be encoded.
- setEngineName(TemplateRendererFactory.TemplateEngine) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Set a predefined template engine.
- setEngineName(String) - Method in class com.github.bordertech.wcomponents.WTemplate
-
Set a template engine.
- setEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the environment.
- setEnvironment(Environment) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Explicitly sets the environment.
- setEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Explicitly sets the environment.
- setEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Explicitly set the environment.
- setEnvironment(Environment) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets the environment.
- setEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Throws an UnsupportedOperationException, as the environment can not be set on a SubUIContext.
- setEnvironmentUpdated(boolean) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
- setError(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.Sets whether the constraint is an error or warning.
- setError(boolean) - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
-
Sets whether the constraint is an error or warning.
- setErrorMessage(String) - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Sets the error message to display on validation failure.
- setErrorMessage(String) - Method in interface com.github.bordertech.wcomponents.validator.FieldValidator
-
Sets the error message to display on validation failure.
- setErrors(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Sets the errors for a given user.
- setErrorsBox(WValidationErrors) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
Sets the errors box.
- setEvent(String, String, Serializable) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Deprecated.portal specific
- setEvent(String, String, Serializable) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portal specific
- setEvent(String, HashMap<String, Serializable>) - Method in class com.github.bordertech.wcomponents.AbstractRequest
-
Deprecated.portal specific
- setEvent(String, HashMap<String, Serializable>) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portal specific
- setExpandAll(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether the "expand all" control should be available.
- setExpandAll(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets whether the "expand all" control should be available.
- setExpanded(boolean) - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Sets whether this node is expanded.
- setExpandedRows(List<Integer>) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- setExpandedRows(Set<?>) - Method in class com.github.bordertech.wcomponents.WTable
-
Set the row keys that are expanded.
- setExpandedRows(Set<String>) - Method in class com.github.bordertech.wcomponents.WTree
-
Set the row keys that are expanded.
- setExpandMode(WDataTable.ExpandMode) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the row expansion mode.
- setExpandMode(WTable.ExpandMode) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the row expansion mode.
- setExpandMode(WTree.ExpandMode) - Method in class com.github.bordertech.wcomponents.WTree
-
Sets the row expansion mode.
- setFieldName(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- setFileAjaxAction(Action) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
The AJAX action used when an uploaded file has been selected.
- setFileCacheKey(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
A cache key is used to enable the caching of files on the client agent.
- setFileContents(String, byte[]) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Sets mock file upload contents.
- setFileTypes(String[]) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Set each file type to be accepted by the WFileWidget.
- setFileTypes(String[]) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Set each file type to be accepted by the WMultiFileWidget.
- setFileTypes(Collection<String>) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Determines the file types accepted by this widget.
- setFileTypes(List<String>) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Determines the file types accepted by this widget.
- setFilterable(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether filtering is enabled.
- setFirst(T1) - Method in class com.github.bordertech.wcomponents.util.Duplet
- setFirst(T1) - Method in class com.github.bordertech.wcomponents.util.Triplet
- setFixedPivot(Date) - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Sets the fixed date which will be compared against.
- setFlag(int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets or clears one or more component flags in the component model for the given context..
- setFlags(int) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setFocusRequired(boolean) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Sets whether a component needs to be given focus.
- setFocusRequired(boolean) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Sets whether a component needs to be given focus.
- setFocusRequired(boolean) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Sets whether a component needs to be given focus.
- setFocussed() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Requests that this component be given keyboard focus when rendered.
- setFocussed() - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
The radio button group does not set focus.
- setFocussed() - Method in interface com.github.bordertech.wcomponents.WComponent
-
Requests that this component be given keyboard focus when rendered.
- setFocussed(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent, UIContext) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent, UIContext) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setFocussed(WComponent, UIContext) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Sets the component in this UIC which is to be the focus of the client browser cursor.
- setForComponent(WComponent) - Method in class com.github.bordertech.wcomponents.WLabel
-
Sets the component that this label is associated with.
- setFormEncType(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the form encoding type.
- setFormEncType(String) - Method in interface com.github.bordertech.wcomponents.Environment
-
Sets the form encoding type, e.g.
- setFormField(boolean) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- setFrameless(boolean) - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
- setFrameless(boolean) - Method in class com.github.bordertech.wcomponents.WRadioButtonSelect
- setFrameType(WFieldSet.FrameType) - Method in class com.github.bordertech.wcomponents.WFieldSet
- setFullPhoneAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePhone
-
Set the
autocomplete
attribute to an appropriate value for a full phone number phone number. - setFullPhoneAutocomplete(PhoneFormat) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePhone
-
Set the
autocomplete
attribute to an appropriate value for a full phone number of a given type of phone. - setFullStreetAddressAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableMultiline
-
Set the autocomplete attribute to indicate auto-fill of a multi-line street address.
- setFullStreetAddressAutocomplete(AddressType) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableMultiline
-
Set the autocomplete attribute to indicate auto-fill of a multi-line street address of a given address type (shipping or billing).
- setFullStreetAddressAutocomplete(AddressType) - Method in class com.github.bordertech.wcomponents.WTextArea
- setFwkAttribute(String, Object) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Reserved for internal framework use.
- setFwkAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Reserved for internal framework use.
- setFwkAttribute(String, Object) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Reserved for internal framework use.
- setGroup(CollapsibleGroup) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Set the
CollapsibleGroup
that this component belongs to. - setGroup(CollapsibleGroup) - Method in class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Sets the collapsible group that this WCollapsibleToggle can expand/collapse.
- setGroup(CollapsibleGroup) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Set the
CollapsibleGroup
that this component belongs to. - setGroup(WComponentGroup<WCheckBox>) - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Sets the checkbox group.
- setHasChildren(boolean) - Method in class com.github.bordertech.wcomponents.TreeItemIdNode
- setHasChildren(boolean) - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- setHead(WComponent) - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Sets the label head content.
- setHeader(String, String) - Method in interface com.github.bordertech.wcomponents.Response
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class com.github.bordertech.wcomponents.servlet.ServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.MockResponse
-
Sets a header.
- setHeader(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Returns the value of the given header.
- setHeader(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets a header.
- setHeaders(FileItemHeaders) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
-
Set the file item headers.
- setHeading(String) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Deprecated.use
WCollapsible.getDecoratedLabel()
.setText(String) - setHeading(String) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Deprecated.use
WFieldLayout.setTitle(String)
instead - setHeadingLevel(HeadingLevel) - Method in class com.github.bordertech.wcomponents.WCollapsible
- setHeadingLevel(HeadingLevel) - Method in class com.github.bordertech.wcomponents.WHeading
- setHeadingText(String) - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Sets the group heading text.
- setHeight(int) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - setHeight(int) - Method in class com.github.bordertech.wcomponents.WDialog
-
Sets the dialog height.
- setHeight(int) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setHeight(int) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets the window height.
- setHeight(int) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the height of the video playback region on the client.
- setHeight(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the window height.
- setHeight(String) - Method in class com.github.bordertech.wcomponents.WContent
- setHidden(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the client visibility of this component.
- setHidden(boolean) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Sets the client visibility of this component.
- setHint(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WLabel
-
Sets the label "hint" text, which can be used to provide additional information to the user.
- setHostFreeBaseUrl(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the host free base url.
- setHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets additional HTML class name for this component from a set of preset values.
- setHtmlClass(HtmlClassProperties) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setHtmlClass(HtmlClassProperties) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets additional HTML class name for this component from a set of preset values.
- setHtmlClass(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets additional HTML class name string for this component.
- setHtmlClass(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setHtmlClass(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets additional HTML class name string for this component.
- setIdName(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Set the component identifier of this Component (if any).
- setIdName(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setIdName(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Set the component identifier of this Component (if any).
- setImage(Image) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the image to display on the button.
- setImage(Image) - Method in class com.github.bordertech.wcomponents.WImage
-
Sets the image.
- setImage(Image) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the image to display on the link.
- setImage(String) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the image to display on the button.
- setImage(String) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the image to display on the link.
- setImagePosition(WButton.ImagePosition) - Method in class com.github.bordertech.wcomponents.WButton
-
The position of the image on the button relative to the button text.
- setImagePosition(WLink.ImagePosition) - Method in class com.github.bordertech.wcomponents.WLink
-
The position of the image on the link.
- setImageUrl(String) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the URL of the image to display on the button.
- setImageUrl(String) - Method in class com.github.bordertech.wcomponents.WImage
-
Sets the image to an external URL.
- setImageUrl(String) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the URL of the image to display on the link.
- setInitialised(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Optionally use this flag to store whether some arbitrary initialisation has been performed by this component on the given session.
- setInitialised(boolean) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Optionally use this flag to store whether some arbitrary initialisation has been performed by this component on the given session.
- setInitParameter(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
-
Sets an init parameter value.
- setInlineTemplate(String) - Method in class com.github.bordertech.wcomponents.WTemplate
- setInputField(Input) - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Sets the input field.
- setInputField(Input) - Method in interface com.github.bordertech.wcomponents.validator.FieldValidator
-
Sets the field to validate.
- setInputWidth(int) - Method in class com.github.bordertech.wcomponents.WField
-
Sets the desired width of the input field, as a percentage of the available space.
- setInterceptor(InterceptorComponent) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- setIntHeader(String, int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets an integer header.
- setInvalidDateErrorMessage(String) - Method in class com.github.bordertech.wcomponents.WDateField
-
Sets the validation error message.
- setInvalidDateErrorMessage(String) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Sets the validation error message.
- setInvalidEmailAddressErrorMessage(String) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Sets the validation error message.
- setIsFace(boolean) - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Set to true to turn on face detection.
- setIterateFirstLevel(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- setLabel(WLabel) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Sets the label associated with this component.
- setLabelText(String) - Method in class com.github.bordertech.wcomponents.WField
-
Updates the label text (if label exists).
- setLabelWidth(int) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Sets the label width.
- setLastAccessedTime(long) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
- setLayout(LayoutManager) - Method in class com.github.bordertech.wcomponents.WPanel
-
Sets the panel layout manager.
- setLeft(int) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setLeft(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the x-coordinate of the window.
- setLeftColumn(WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the left column content.
- setLeftColumn(WHeading, WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the left column content.
- setLeftColumn(String, WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the left column content.
- setLoadCount(int) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Deprecated.1.2.0 use
WAjaxControl.setLoadOnce(boolean)
. - setLoadOnce(boolean) - Method in class com.github.bordertech.wcomponents.WAjaxControl
-
Flag to indicate the the AJAX trigger should be fired once only.
- setLocale(Locale) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Sets the locale for this context.
- setLocale(Locale) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Sets the locale for this context.
- setLocale(Locale) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Sets the locale for this context.
- setLocale(Locale) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Unimplemented.
- setLocalPhoneAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePhone
-
Set the
autocomplete
attribute to an appropriate value for a local phone number phone number. - setLocalPhoneAutocomplete(PhoneFormat) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteablePhone
-
Set the
autocomplete
attribute to an appropriate value for a local phone number of a given type of phone. - setLocalPort(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the local port number.
- setLocation(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setLocked(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
The shared attributes of a component (and all its children) can be locked, preventing users/developers from making further updates.
- setLocked(boolean) - Method in interface com.github.bordertech.wcomponents.WComponent
-
The shared attributes of a component (and all its children) can be locked, preventing users/developers from making further updates.
- setLookupTable(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Set the lookupTable for this user's session.
- setLookupTable(Object) - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Set the lookupTable for this user's session.
- setLoop(boolean) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets whether the audio clip playback should loop or stop at the end.
- setLoop(boolean) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets whether the video clip playback should loop or stop at the end.
- setMandatory(boolean) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Set whether or not this component is mandatory.
- setMandatory(boolean) - Method in interface com.github.bordertech.wcomponents.Mandatable
-
Set whether or not this component is mandatory.
- setMandatory(boolean) - Method in class com.github.bordertech.wcomponents.WField
-
Deprecated.set mandatory directly on the required component.
- setMandatory(boolean) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Set whether or not this field set is mandatory.
- setMandatory(boolean, String) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Set whether or not this input is mandatory, and customise the error message that will be displayed.
- setMandatory(boolean, String) - Method in interface com.github.bordertech.wcomponents.Input
-
Set whether or not this input is mandatory, and customise the error message that will be displayed.
- setMandatory(boolean, String) - Method in class com.github.bordertech.wcomponents.WField
-
Deprecated.set mandatory directly on the required component.
- setMandatory(boolean, String) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Set whether or not this field set is mandatory, and customise the error message that will be displayed.
- setMandatory(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will set the given targets to be mandatory.
- setMargin(Margin) - Method in interface com.github.bordertech.wcomponents.Marginable
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WFigure
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WHeading
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WList
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WMenu
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WPanel
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WRow
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WSection
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WTable
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Set the margin for the component, or null for no margin.
- setMargin(Margin) - Method in class com.github.bordertech.wcomponents.WTree
-
Set the margin for the component, or null for no margin.
- setMax(int) - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Sets the maximum value of the progress bar.
- setMaxDate(Date) - Method in class com.github.bordertech.wcomponents.WDateField
-
Sets the maximum allowable value for this date field.
- setMaxFiles(int) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Set the maximum number of files that will be accepted by the file input.
- setMaxFileSize(long) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Set the maximum file size (in bytes) that will be accepted by the file input.
- setMaxFileSize(long) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Set the maximum file size (in bytes) that will be accepted by the file input.
- setMaxInactiveInterval(int) - Method in class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper.HttpSubSession
-
Sets the maximum inactive interval.
- setMaxInactiveInterval(int) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Set the mock maxInactiveInterval.
- setMaxInactiveInterval(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpSession
-
Sets the maximum inactive interval.
- setMaxInputs(int) - Method in class com.github.bordertech.wcomponents.WMultiDropdown
-
Deprecated.Use {
AbstractWMultiSelectList.setMaxSelect(int)
instead - setMaxInputs(int) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set the maximum number of strings/inputs that can be associated to this component.
- setMaxIterations(int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
- setMaxLength(int) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Set the maximum number of characters that the user can enter into the email field.
- setMaxLength(int) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set the maximum number of characters that the user can enter into the multi text field.
- setMaxLength(int) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Set the maximum number of characters that the user can enter into the password field.
- setMaxLength(int) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Set the maximum number of characters that the user can enter into the phone number field.
- setMaxLength(int) - Method in class com.github.bordertech.wcomponents.WTextField
-
Set the maximum number of characters that the user can enter into the text field.
- setMaxSelect(int) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Sets the maximum number of options that can be selected.
- setMaxSelectedRowCount(int) - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.
- setMaxSelectedRowCount(int) - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
- setMaxValue(double) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the maximum allowable value for this number field.
- setMaxValue(long) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the maximum allowable value for this number field.
- setMaxValue(BigDecimal) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the maximum allowable value for this number field.
- setMediaGroup(String) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets the media group.
- setMediaGroup(String) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the media group.
- setMenubar(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setMessage(String) - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.
- setMessage(String) - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
- setMessage(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the confirmation message for the button.
- setMessage(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets the confirmation message that is to be displayed to the user for this menu item.
- setMethod(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
For a mock request, allow the method to be set.
- setMethod(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the request method, e.g.
- setMinDate(Date) - Method in class com.github.bordertech.wcomponents.WDateField
-
Sets the minimum allowable value for this date field.
- setMinLength(int) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set the minimum number of characters that the user can enter into the multi text field.
- setMinLength(int) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Set the minimum number of characters that the user can enter into the password field.
- setMinLength(int) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Set the minimum number of characters that the user can enter into the phone number field.
- setMinLength(int) - Method in class com.github.bordertech.wcomponents.WTextField
-
Set the minimum number of characters that the user can enter into the text field.
- setMinRefresh(int) - Method in class com.github.bordertech.wcomponents.WSuggestions
-
The minimum number of characters entered before refreshing suggestions.
- setMinSelect(int) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Sets the minimum number of options that can be selected.
- setMinSelectedRowCount(int) - Method in class com.github.bordertech.wcomponents.WDataTable.ActionConstraint
-
Deprecated.
- setMinSelectedRowCount(int) - Method in class com.github.bordertech.wcomponents.WTable.ActionConstraint
- setMinValue(double) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the minimum allowable value for this number field.
- setMinValue(long) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the minimum allowable value for this number field.
- setMinValue(BigDecimal) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the minimum allowable value for this number field.
- setMode(int) - Method in class com.github.bordertech.wcomponents.WDialog
-
Set the relationship of the dialog to the parent window.
- setMode(WCollapsible.CollapsibleMode) - Method in class com.github.bordertech.wcomponents.WCollapsible
-
Sets this WCollapsible's mode of operation.
- setMode(WFigure.FigureMode) - Method in class com.github.bordertech.wcomponents.WFigure
-
Sets this WFigure's mode of operation.
- setMode(WPanel.PanelMode) - Method in class com.github.bordertech.wcomponents.WPanel
-
Sets this WPanel's mode of operation.
- setMode(WSection.SectionMode) - Method in class com.github.bordertech.wcomponents.WSection
-
Sets this WSection's mode of operation.
- setMode(WSubMenu.MenuMode) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets the menu mode.
- setMode(WTabSet.TabMode) - Method in class com.github.bordertech.wcomponents.WTab
-
Set the mode of operation for this tab.
- setModel(WebComponent, WebModel) - Method in interface com.github.bordertech.wcomponents.UIContext
-
Stores the extrinsic state information for the given component.
- setModel(WebComponent, WebModel) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
Stores the extrinsic state information for the given component.
- setModel(WebComponent, WebModel) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
Stores the extrinsic state information for the given component.
- setModel(WebComponent, WebModel) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Sets the component model for the given component.
- setModelState(int) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setMultipleSelection(boolean) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.
- setMuted(boolean) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets the muted-on-load state of the audio player.
- setMuted(boolean) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets whether the video's audio should initially be muted.
- setName(String) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setName(String) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
-
Sets the name of the uploaded file for this MockFileItem.
- setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.AbstractNamingContextContainer
-
A naming context is only considered active if it has been set active via
AbstractNamingContextContainer.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.WContainer
-
A naming context is only considered active if it has been set active via
WContainer.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.A naming context is only considered active if it has been set active via
WDataTable.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.WRepeater
-
A naming context is only considered active if it has been set active via
WRepeater.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
A naming context is only considered active if it has been set active via
WTable.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNamingContext(boolean) - Method in class com.github.bordertech.wcomponents.WTemplate
-
A naming context is only considered active if it has been set active via
WTemplate.setNamingContext(boolean)
and also has an id name set viaAbstractWComponent.setIdName(String)
. - setNewConversation(Boolean) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- setNewUpload(boolean) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
- setNoDataMessage(String) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the message to display when the table contains no rows.
- setNoDataMessage(String) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the message to display when the table contains no rows.
- setNumber(double) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the value of this number field.
- setNumber(long) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the value of this number field.
- setNumber(BigDecimal) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the value of this number field.
- setOpen(boolean) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets whether this menu is open.
- setOpenAction(Action) - Method in class com.github.bordertech.wcomponents.WTree
-
The action when a request to open a tree item is received.
- setOpenNewWindow(boolean) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets whether this link should open in a new window.
- setOperator(int) - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Sets the operator which controls date validation.
- setOptional(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will set the given targets to be optional.
- setOptions(Object[]) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Set the complete list of options available for selection for this users session.
- setOptions(List) - Method in class com.github.bordertech.wcomponents.OptionGroup
- setOptions(List<?>) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Set the complete list of options available for selection for this user's session.
- setOptions(List<?>) - Method in class com.github.bordertech.wcomponents.WShuffler
-
Sets the shuffler options.
- setOptionWidth(int) - Method in class com.github.bordertech.wcomponents.WDropdown.DropdownModel
- setOptionWidth(int) - Method in class com.github.bordertech.wcomponents.WDropdown
-
Deprecated.as DropdownType.COMBO is deprecated.
- setOrdered(boolean) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Flag a layout to be an ordered list.
- setOrderedOffset(int) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Set the starting offset for an ordered layout.
- setOverlayUrl(String) - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Sets the overlay image URL.
- setPaddingChar(char) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Deprecated.will be removed so padding character is immutable
- setPaginationLocation(WTable.PaginationLocation) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the location in the table to show the pagination controls.
- setPaginationMode(WDataTable.PaginationMode) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the pagination mode.
- setPaginationMode(WTable.PaginationMode) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the pagination mode.
- setParameter(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Sets a parameter.
- setParameter(String, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets a parameter.
- setParameter(String, String[]) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Sets a parameter.
- setParent(Container) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setPartialDate(Integer, Integer, Integer) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Set the WPartialDateField with the given day, month and year.
- setPathInfo(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the path info.
- setPattern(String) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
The pattern to validate against.
- setPattern(String) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
The pattern to validate against.
- setPattern(String) - Method in class com.github.bordertech.wcomponents.WTextField
-
The pattern to validate against.
- setPhoneSegmentAutocomplete(PhoneFormat, PhonePart) - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableText
-
Set the
autocomplete
attribute value relevant for a specified telephone number type and segment. - setPhoneSegmentAutocomplete(PhoneFormat, PhonePart) - Method in class com.github.bordertech.wcomponents.WDropdown
- setPhoneSegmentAutocomplete(PhoneFormat, PhonePart) - Method in class com.github.bordertech.wcomponents.WSingleSelect
- setPhoneSegmentAutocomplete(PhoneFormat, PhonePart) - Method in class com.github.bordertech.wcomponents.WTextField
- setPlaceholder(String) - Method in interface com.github.bordertech.wcomponents.Placeholderable
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPlaceholder(String) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPlaceholder(String) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPlaceholder(String) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPlaceholder(String) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPlaceholder(String) - Method in class com.github.bordertech.wcomponents.WTextField
-
Set placeholder text which will appear in the field if it is editable and has no content.
- setPopupTrigger(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets whether this button will trigger a WPopup when used.
- setPosition(int) - Method in class com.github.bordertech.wcomponents.WTable.RowIdWrapper
- setPoster(Image) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the default poster image.
- setPostPath(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the post path.
- setPostPath(String) - Method in interface com.github.bordertech.wcomponents.Environment
-
Sets the relative URL path to which this WComponent application should post its requests.
- setPreload(WAudio.Preload) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets how pre-loading of content should occur before the clip is played.
- setPreload(WVideo.Preload) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets how pre-loading of content should occur before the clip is played.
- setPressed(boolean, Request) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets whether this button is pressed.
- setProgressBarType(WProgressBar.ProgressBarType) - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Sets the progress bar type.
- setProperty(Object, String, Class, Object) - Static method in class com.github.bordertech.wcomponents.util.ReflectionUtil
-
This method sets a property on an object via reflection.
- setReadOnly(boolean) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Sets whether the input is read only.
- setReadOnly(boolean) - Method in interface com.github.bordertech.wcomponents.Input
-
Sets whether the input is read only.
- setReadOnly(boolean) - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Sets whether the radio button is read only.
- setRef(String) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setReference(WComponent) - Method in class com.github.bordertech.wcomponents.WInternalLink
-
Sets the component to which this component is linked.
- setRefNode(ObjectGraphNode) - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- setRefreshAction(Action) - Method in class com.github.bordertech.wcomponents.WSuggestions
- setRel(String) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the relationship of the link's target to the current page.
- setReload(boolean) - Method in class com.github.bordertech.wcomponents.template.HandlebarsCacheImpl
- setRemotePort(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the remove port number.
- setRenderAsButton(boolean) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Sets whether this link should render as a button.
- setRenderAsButton(boolean) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets whether this link should render as a button.
- setRenderAsLink(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets whether this button should be rendered like a link.
- setRenderAsText(boolean) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Sets whether the control should render as text.
- setRenderBorder(boolean) - Method in class com.github.bordertech.wcomponents.WList
-
Sets whether a border should be rendered around the list.
- setRenderColumnFooters(boolean) - Method in class com.github.bordertech.wcomponents.WTable
- setRenderControls(boolean) - Method in class com.github.bordertech.wcomponents.WAudio
-
Sets whether the browser should render the default controls.
- setRenderControls(boolean) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets whether the browser should display default controls.
- setRendererClass(Class<? extends WComponent>) - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Sets the renderer to be used to render the row for this node.
- setRendererSpansAllCols(boolean) - Method in class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Sets whether the custom renderer should span all table columns.
- setRenderInline(boolean) - Method in class com.github.bordertech.wcomponents.WImageEditor
-
If true then the image editor will render where it is added in the tree instead of in a popup.
- setRenderParameter(String, Serializable) - Method in interface com.github.bordertech.wcomponents.Request
-
Deprecated.portal specific. user
Request.setSessionAttribute(String, Serializable)
- setRenderParameter(String, Serializable) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Deprecated.portal specific. user
ServletRequest.setSessionAttribute(String, Serializable)
- setRenderParameter(String, Serializable) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Deprecated.portal specific. user
MockRequest.setSessionAttribute(String, Serializable)
- setRepeatedComponent(WComponent) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Set the wcomponent instance capable of handling a row.
- setReplace(String) - Method in class com.github.bordertech.wcomponents.WFilterText
- setRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- setRequest(Request) - Method in exception com.github.bordertech.wcomponents.Escape
-
Sets the request being responded to.
- setRequestURI(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the request URI.
- setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WContent
- setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WDialog
-
Deprecated.1.2.0 as dialogs must always be resizeable.
- setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets whether the popup window is resizable.
- setResizable(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the window is resizable.
- setResponse(Response) - Method in exception com.github.bordertech.wcomponents.Escape
-
Sets the client response.
- setResult(T) - Method in class com.github.bordertech.wcomponents.util.visitor.AbstractVisitorWithResult
- setRichTextArea(boolean) - Method in class com.github.bordertech.wcomponents.WTextArea
-
Pass true to put the field into rich text mode.
- setRightColumn(WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the right column content.
- setRightColumn(WHeading, WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the right column content.
- setRightColumn(String, WComponent) - Method in class com.github.bordertech.wcomponents.WColumnLayout
-
Sets the right column content.
- setRowHeaders(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Set the table as having row headers.
- setRowId(Object) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Sets the row bean, in the case that the repeater has rows added/removed/moved.
- setRowIdProperty(String) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Sets the bean property that can be used to obtain each row's unique id.
- setRowIndex(int) - Method in class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Sets the row index, in the case that the repeater has rows added/removed/moved.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.No longer supported, no Java alternative. If this is required use application level CSS.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WMultiSelect.MultiSelectModel
-
Deprecated.not required. Use setRows on the component.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WMultiSelect
-
Sets the maximum number of rows that are visible in the list at any one time.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WShuffler
-
Sets the maximum number of rows that are visible in the list at any one time.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WSingleSelect
-
Sets the maximum number of rows that are visible in the list at any one time.
- setRows(int) - Method in class com.github.bordertech.wcomponents.WTextArea
-
Sets the number of rows of text that are visible without scrolling.
- setRowsPerPage(int) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the number of rows to display per page when pagination is enabled.
- setRowsPerPage(int) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the number of rows to display per page when pagination is enabled.
- setRowsPerPageOptions(List<Integer>) - Method in class com.github.bordertech.wcomponents.WTable
-
Set the rows per page options.
- setSanitizeOnOutput(boolean) - Method in class com.github.bordertech.wcomponents.WLabel
-
Pass true if you need to run the HTML sanitizer on any output.
- setSanitizeOnOutput(boolean) - Method in class com.github.bordertech.wcomponents.WText
-
Pass true if you need to run the HTML sanitizer on any output.
- setSanitizeOnOutput(boolean) - Method in class com.github.bordertech.wcomponents.WTextArea
-
Pass true if you need to run the HTML sanitizer on any output.
- setScheme(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- setScrollable(boolean) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets whether the popup window should have a scroll bar.
- setScrollable(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the window should have a scroll bar.
- setScrollbars(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setSearch(String) - Method in class com.github.bordertech.wcomponents.WFilterText
- setSearchAncestors(boolean) - Method in class com.github.bordertech.wcomponents.BeanAndProviderBoundComponentModel
- setSearchAncestors(boolean) - Method in class com.github.bordertech.wcomponents.WBeanComponent
- setSecond(T2) - Method in class com.github.bordertech.wcomponents.util.Duplet
- setSecond(T2) - Method in class com.github.bordertech.wcomponents.util.Triplet
- setSecure(boolean) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
-
Sets the secure flag.
- setSelectability(Boolean) - Method in interface com.github.bordertech.wcomponents.MenuItemSelectable
- setSelectability(Boolean) - Method in class com.github.bordertech.wcomponents.WMenuItem
- setSelectability(Boolean) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.WSubMenu is never selectable for a11y reasons. If you need a selectable use
WTree
. - setSelectable(boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Sets whether the rows are globally selectable.
- setSelectable(Boolean) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Deprecated.Use
WMenuItem.setSelectability(java.lang.Boolean)
instead. - setSelectable(Boolean) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.WSubMenu is never selectable for a11y reasons. If you need a selectable use
WTree
. - setSelectAllMode(WDataTable.SelectAllType) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets how the table row "select all" function should be displayed.
- setSelectAllMode(WTable.SelectAllType) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets how the table row "select all" function should be displayed.
- setSelected(boolean) - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Sets the state of the check box.
- setSelected(boolean) - Method in class com.github.bordertech.wcomponents.WRadioButton
-
Sets whether the radio button is selected.
- setSelected(Object) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Deprecated.
- setSelected(Object) - Method in class com.github.bordertech.wcomponents.AbstractWSingleSelectList
-
Set the selected option for this users session.
- setSelected(List<?>) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Set the selected options for this users session.
- setSelectedItem(WComponent) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.
- setSelectedItems(List<WComponent>) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.Use
WMenu.setSelectedMenuItems(java.util.List)
instead. - setSelectedListName(String) - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Sets the selected list name.
- setSelectedMenuItem(MenuItemSelectable) - Method in class com.github.bordertech.wcomponents.WMenu
-
Sets the selected item (WMenuItem and/or WSubMenu, depending on the menu type).
- setSelectedMenuItems(List<? extends MenuItemSelectable>) - Method in class com.github.bordertech.wcomponents.WMenu
-
Sets the selected items (WMenuItems or WSubMenus, depending on the menu type).
- setSelectedRows(List<Integer>) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- setSelectedRows(Set<?>) - Method in class com.github.bordertech.wcomponents.WTable
-
Set the row keys that are selected.
- setSelectedRows(Set<String>) - Method in class com.github.bordertech.wcomponents.WTree
-
Set the row keys that are selected.
- setSelectedValue(String) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Sets the selected value for this group.
- setSelectGroup(String) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- setSelectionChangeAction(Action) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the action to execute when row selection changes.
- setSelectionChangeAction(Action) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the action to execute when row selection changes.
- setSelectionMode(MenuSelectContainer.SelectionMode) - Method in interface com.github.bordertech.wcomponents.MenuSelectContainer
- setSelectionMode(MenuSelectContainer.SelectionMode) - Method in class com.github.bordertech.wcomponents.WMenu
- setSelectionMode(MenuSelectContainer.SelectionMode) - Method in class com.github.bordertech.wcomponents.WSubMenu
- setSelectMode(WDataTable.SelectMode) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the row selection mode.
- setSelectMode(WMenu.SelectMode) - Method in class com.github.bordertech.wcomponents.WMenu
-
Deprecated.
- setSelectMode(WMenu.SelectMode) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.Use
MenuSelectContainer.setSelectionMode(SelectionMode)
instead. - setSelectMode(WTable.SelectMode) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the row selection mode.
- setSelectMode(WTree.SelectMode) - Method in class com.github.bordertech.wcomponents.WTree
-
Sets the row selection mode.
- setSeparator(WList.Separator) - Method in class com.github.bordertech.wcomponents.WList
-
Sets the separator used to separate items in the list.
- setSeparatorType(WDataTable.SeparatorType) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the separator used to visually separate rows or columns.
- setSeparatorType(WTable.SeparatorType) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the separator used to visually separate rows or columns.
- setSerializedSize(int) - Method in class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- setServerName(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- setServerPort(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletRequest
- setServletName(String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletConfig
-
Sets the servlet name.
- setSessionAttribute(String, Serializable) - Method in interface com.github.bordertech.wcomponents.Request
-
Binds an object to this session, using the name specified.
- setSessionAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.servlet.ServletRequest
-
Binds an object to this session, using the name specified.
- setSessionAttribute(String, Serializable) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Binds an object to this session, using the name specified.
- setSessionToken(String) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the current session token.
- setSessionToken(String) - Method in interface com.github.bordertech.wcomponents.Environment
-
Sets the session token.
- setSharedModel(ComponentModel) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Sets the shared component model.
- setShowColumnHeaders(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether table column headers should be displayed.
- setShowColumnHeaders(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets whether table column headers should be displayed.
- setShowHeadOnly(boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.1.4.7 an irrelevant hangover from a bad design decision - never implemented.
- setShowLocation(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the browser location bar should be shown.
- setShowMenuBar(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the browser menubar should be shown.
- setShowRowHeaders(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether row headers should be displayed.
- setShowRowIndices(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets whether row indices should be displayed.
- setShowStatus(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the browser status bar should be shown.
- setShowToolbar(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets whether the browser toolbar should be shown.
- setShuffle(boolean) - Method in class com.github.bordertech.wcomponents.WMultiSelectPair
-
Sets whether options in the selection list can be re-ordered (shuffled).
- setShuffle(boolean) - Method in class com.github.bordertech.wcomponents.WTree
- setShuffleAction(Action) - Method in class com.github.bordertech.wcomponents.WTree
-
The action used when the tree items are shuffled on the client.
- setSingle(boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
- setSize(int) - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
Sets the node size.
- setSize(Dimension) - Method in class com.github.bordertech.wcomponents.WImage
- setSize(Dimension) - Method in class com.github.bordertech.wcomponents.WImageEditor
- setSort(int, boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.For rendering purposes only - has no effect on model.
- setSort(int, boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
For rendering purposes only - has no effect on model.
- setSortMode(WDataTable.SortMode) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the table sort mode.
- setSortMode(WTable.SortMode) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the table sort mode.
- setState(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the current state of this component.
- setState(WSelectToggle.State) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Sets the state.
- setStatus(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setStatus(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the HTTP response status.
- setStatus(int, String) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockHttpServletResponse
-
Sets the HTTP response status.
- setStep(double) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the step value for this field.
- setStep(int) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the current set.
- setStep(int) - Method in interface com.github.bordertech.wcomponents.Environment
-
Sets the step page number.
- setStep(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the current step counter.
- setStep(long) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the step value for this field.
- setStep(BigDecimal) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Sets the step value for this field.
- setStripingType(WDataTable.StripingType) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the striping type used to highlight alternate rows or columns.
- setStripingType(WTable.StripingType) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the striping type used to highlight alternate rows or columns.
- setSubmitOnChange(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWSelectList
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- setSubmitOnChange(boolean) - Method in class com.github.bordertech.wcomponents.RadioButtonGroup
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- setSubmitOnChange(boolean) - Method in class com.github.bordertech.wcomponents.WCheckBox
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- setSubmitOnChange(boolean) - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Must not set submitOnChange on a WToggleButton.
- setSubmitOnRowSelect(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.1.2.0
- setSubsessionId(int) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper.HttpServletEnvironment
-
Sets the subsession id.
- setSuggestions(WSuggestions) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Set the
WSuggestions
for this email field. - setSuggestions(WSuggestions) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Set the
WSuggestions
for this phone number field. - setSuggestions(WSuggestions) - Method in class com.github.bordertech.wcomponents.WTextField
-
Set the
WSuggestions
for this textfield. - setSuggestions(List<String>) - Method in class com.github.bordertech.wcomponents.WSuggestions
-
Set the complete list of suggestions available for selection for this user's session.
- setSummary(String) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the table summary text.
- setSummary(String) - Method in class com.github.bordertech.wcomponents.WTable
-
Deprecated.the summary field has been removed from the client side. API preserved temporarily for backwards compatibility.
- setTableModel(WTable.TableModel) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the table model which provides the row/column data.
- setTabVisible(int, boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the visibility of the tab at the given index.
- setTabVisible(WComponent, boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the visibility of the tab which holds the given content.
- setTabVisible(WTab, boolean) - Method in class com.github.bordertech.wcomponents.WTabSet
-
Sets the visibility of the tab.
- setTag(String) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Deprecated.Use
WTemplate
instead - setTag(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - setTag(String) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Deprecated.Use
WTemplate
instead. - setTail(WComponent) - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Sets the label tail content.
- setTarget(WComponent) - Method in class com.github.bordertech.wcomponents.WSelectToggle
-
Sets the target.
- setTargetContainerId(String) - Method in class com.github.bordertech.wcomponents.AjaxOperation
-
Sets the target container id.
- setTargeted(boolean) - Method in class com.github.bordertech.wcomponents.WWindow
- setTargetInGroup(SubordinateTarget) - Method in class com.github.bordertech.wcomponents.subordinate.AbstractAction
- setTargetWindow(String) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets this menu item's target window name.
- setTargetWindow(String) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets the target window name.
- setTargetWindowName(String) - Method in class com.github.bordertech.wcomponents.WLink
-
The name of the target popup window.
- setTemplate(Class) - Method in class com.github.bordertech.wcomponents.DefaultWComponent
-
Deprecated.
- setTemplate(Class) - Method in class com.github.bordertech.wcomponents.WContainer
-
Deprecated.
- setTemplate(Class<?>) - Method in class com.github.bordertech.wcomponents.container.VelocityInterceptor
-
Deprecated.Sets the template url, based on a component's class name. e.g.
- setTemplate(String) - Method in class com.github.bordertech.wcomponents.container.VelocityInterceptor
-
Deprecated.Sets the template url.
- setTemplate(String) - Method in class com.github.bordertech.wcomponents.DefaultWComponent
-
Deprecated.Use
WTemplate
instead. - setTemplate(String) - Method in class com.github.bordertech.wcomponents.WContainer
-
Deprecated.Use
WTemplate
instead - setTemplateMarkUp(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - setTemplateMarkUp(String) - Method in class com.github.bordertech.wcomponents.DefaultWComponent
-
Deprecated.Use
WTemplate
instead. - setTemplateMarkUp(String) - Method in class com.github.bordertech.wcomponents.WContainer
-
Deprecated.Use
WTemplate
instead - setTemplateName(String) - Method in class com.github.bordertech.wcomponents.WTemplate
- setTemplateUrl(String) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.Use
WTemplate
instead - setText(String) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Sets the text value to be shown in the input field.
- setText(String) - Method in class com.github.bordertech.wcomponents.WHiddenComment
-
Sets the hidden text.
- setText(String) - Method in class com.github.bordertech.wcomponents.WInternalLink
-
Sets the text to be displayed for this link.
- setText(String) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets the text of the menu item.
- setText(String) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Sets the text value.
- setText(String) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Sets the text value to be shown in the input field.
- setText(String) - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Deprecated.progress bars contain no text use
AbstractWComponent.setToolTip(java.lang.String, java.io.Serializable...)
instead - setText(String) - Method in class com.github.bordertech.wcomponents.WSubMenu
-
Sets the sub-menu text.
- setText(String) - Method in class com.github.bordertech.wcomponents.WTextField
-
Sets the text value to be shown in the input field for the given user.
- setText(String) - Method in class com.github.bordertech.wcomponents.WToggleButton
-
Sets the button text.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WButton
-
Sets the button text.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Sets the text displayed on the link.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WDecoratedLabel
-
Attempts to set the text contained in the body component.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WLabel
-
Sets the label's text.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the text displayed on the link.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WTab
-
A convenience method to set the body text of the decorated label.
- setText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WText
-
Sets the text.
- setTextInputs(String[]) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Set the text inputs of this component.
- setTextWithCode(Object) - Method in class com.github.bordertech.wcomponents.WAbbrText
-
Loads the abbreviated text component from the given code reference table entry using the entry's code as the visible (abbreviated) text and the entry's description as the abbreviation's expanded text toolTip.
- setTextWithDesc(Object) - Method in class com.github.bordertech.wcomponents.WAbbrText
-
Loads the abbreviated text component from the given code reference table entry using the entry's description as the visible (abbreviated) text and the entry's code as the toolTip (expansion).
- setThird(T3) - Method in class com.github.bordertech.wcomponents.util.Triplet
- setThumbnail(Image) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
- setThumbnailCacheKey(String) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget.FileWidgetUpload
-
A cache key is used to enable the caching of the thumbnail on the client agent.
- setThumbnailPosition(WLink.ImagePosition) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
The position of the thumbnail image on the file link.
- setThumbnailSize(Dimension) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
Set the thumbnail size.
- setTimeoutPeriod(int) - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Set a timeout indicator for a specified number of seconds.
- setTitle(WComponent) - Method in class com.github.bordertech.wcomponents.WFieldSet
- setTitle(String) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Set the title for the application.
- setTitle(String) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Set the title for the application.
- setTitle(String) - Method in class com.github.bordertech.wcomponents.WApplication
-
Sets the application title.
- setTitle(String) - Method in class com.github.bordertech.wcomponents.WFieldLayout
-
Set the title for the field layout.
- setTitle(String) - Method in class com.github.bordertech.wcomponents.WFieldSet
- setTitle(String) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the window title.
- setTitle(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WDialog
-
Sets the dialog title.
- setTitleText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
-
Sets the message box title.
- setTitleText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Sets the message box title.
- setTitleText(String, Serializable...) - Method in class com.github.bordertech.wcomponents.WPanel
-
Sets the panel title.
- setToggleSubRowSelection(boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets whether the de/selection of a row with sub rows should de/select the sub rows.
- setToolbars(boolean) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setToolTip(String, Serializable...) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the component's tool tip.
- setToolTip(String, Serializable...) - Method in class com.github.bordertech.wcomponents.ComponentModel
- setToolTip(String, Serializable...) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets the component's tool tip.
- setTop(int) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setTop(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the y-coordinate of the window.
- setTrackingEnabled(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the flag if tracking is enabled for this component.
- setTrackingEnabled(boolean) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets the flag if tracking is enabled for this component.
- setTracks(Track[]) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the tracks for the video.
- setTreeModel(TreeItemModel) - Method in class com.github.bordertech.wcomponents.WTree
-
Sets the tree model which provides row data.
- setTrigger(DialogOpenTrigger) - Method in class com.github.bordertech.wcomponents.WDialog
-
Set the component which will open the WDialog.
- setTriggerOpenAction(Action) - Method in class com.github.bordertech.wcomponents.WDialog
-
The action used when a dialog is opened via its trigger.
- setType(int) - Method in class com.github.bordertech.wcomponents.Message
- setType(WDataTable.Type) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sets the table type.
- setType(WDefinitionList.Type) - Method in class com.github.bordertech.wcomponents.WDefinitionList
-
Sets the layout type.
- setType(WDropdown.DropdownType) - Method in class com.github.bordertech.wcomponents.WDropdown.DropdownModel
- setType(WDropdown.DropdownType) - Method in class com.github.bordertech.wcomponents.WDropdown
-
Deprecated.No longer required as COMBO will be dropped. WSuggestions and a WTextfield should be used instead
- setType(WList.Type) - Method in class com.github.bordertech.wcomponents.WList
-
Sets the list type.
- setType(WMessageBox.Type) - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Sets the message box type.
- setType(WPanel.Type) - Method in class com.github.bordertech.wcomponents.WPanel
-
Sets the panel type.
- setType(WStyledText.Type) - Method in class com.github.bordertech.wcomponents.WStyledText
- setType(WTable.Type) - Method in class com.github.bordertech.wcomponents.WTable
-
Sets the table type that controls how the table is displayed.
- setType(WTree.Type) - Method in class com.github.bordertech.wcomponents.WTree
- setUI(WComponent) - Method in interface com.github.bordertech.wcomponents.UIContext
-
For use by internal framework code only.
- setUI(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextDelegate
-
For use by internal framework code only.
- setUI(WComponent) - Method in class com.github.bordertech.wcomponents.UIContextImpl
-
For use by internal framework code only.
- setUIContext(UIContext) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Saves the UIContext in session.
- setUIContext(UIContext) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Saves the UIContext in session.
- setUnitType(WProgressBar.UnitType) - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Deprecated.unitType not supported in HTML spec - now a no-op
- setUnsavedChanges(boolean) - Method in class com.github.bordertech.wcomponents.WApplication
-
Sets the unsavedChanges flag.
- setUnsavedChanges(boolean) - Method in class com.github.bordertech.wcomponents.WButton
-
This feature exists to pass information to the client to inform it that the server side thinks there are unsaved changes.
- setupData() - Method in class com.github.bordertech.wcomponents.AbstractTransientDataContainer
-
Subclasses must implement this method to ensure that all child components are set up correctly before they are painted.
- setupData() - Method in class com.github.bordertech.wcomponents.DefaultTransientDataContainer
-
A default implementation of setUpData that does nothing.
- setupRequestParameters(HttpServletRequest) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
Process the request parameters allowing for multi part form fields.
- setUrl(String) - Method in class com.github.bordertech.wcomponents.WLink
-
Sets the URL.
- setUrl(String) - Method in class com.github.bordertech.wcomponents.WMenuItem
-
Sets the URL to navigate to when the menu item is invoked.
- setUrl(String) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets the URL.
- setUrlAutocomplete() - Method in interface com.github.bordertech.wcomponents.autocomplete.AutocompleteableURL
-
Set the "url" auto-fill hint for the current field.
- setUseCamera(boolean) - Method in class com.github.bordertech.wcomponents.WImageEditor
-
Set to true if you wish to allow the user to capture an image from an attached camera.
- setUserAgentInfo(UserAgentInfo) - Method in class com.github.bordertech.wcomponents.AbstractEnvironment
-
Sets the user-agent info.
- setUserRoles(List<String>) - Method in class com.github.bordertech.wcomponents.util.mock.MockRequest
-
Sets the roles which the user has for this request.
- setUseThumbnails(boolean) - Method in class com.github.bordertech.wcomponents.WMultiFileWidget
-
If enabled then uploaded files will display to the user as thumbnails.
- setValidate(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets whether this component should take part in validation processing.
- setValidate(boolean) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets whether this component should take part in validation processing.
- setValue(double) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Deprecated.
- setValue(int) - Method in class com.github.bordertech.wcomponents.WProgressBar
-
Sets the value of the progress bar for the given context.
- setValue(long) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Deprecated.
- setValue(String) - Method in class com.github.bordertech.wcomponents.WButton
-
Set the button value.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Sets the value at the given row and column.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
This model does not support the concept of editable cells by default.
- setValueAt(Object, int, int) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Sets the value at the given row and column.
- setValueAt(Object, List<Integer>, int) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of editable cells by default.
- setValueAt(Object, List<Integer>, int) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Sets the value at the given row and column.
- setValueAt(Object, List<Integer>, int) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
This model does not support the concept of editable cells by default.
- setValueAt(Object, List<Integer>, int) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Sets the value at the given row and column.
- setVariablePivot(WDateField) - Method in class com.github.bordertech.wcomponents.validator.DateFieldPivotValidator
-
Sets a variable date which will be compared against.
- setVideo(Video) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the video clip.
- setVideo(Video[]) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the video clip in multiple formats.
- setVisible(boolean) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Sets the visibility of this component.
- setVisible(boolean) - Method in interface com.github.bordertech.wcomponents.WComponent
-
Sets the visibility of this component.
- setWarningPeriod(int) - Method in class com.github.bordertech.wcomponents.WTimeoutWarning
-
Set a pre-timeout warning to a specified number of seconds.
- setWebComponent(WebComponent) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
- setWhitespaceMode(WStyledText.WhitespaceMode) - Method in class com.github.bordertech.wcomponents.WStyledText
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WColumn
-
Sets the relative column width, measured as a percentage of the total available width.
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WContentLink
-
Deprecated.use
WContentLink.getWindowAttrs()
to access window attributes. - setWidth(int) - Method in class com.github.bordertech.wcomponents.WDialog
-
Sets the dialog width.
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WPopup
-
Sets the popup window width.
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WTableColumn
-
Sets the column width.
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WVideo
-
Sets the width of the video playback region on the client.
- setWidth(int) - Method in class com.github.bordertech.wcomponents.WWindow
-
Sets the window width.
- setWidth(String) - Method in class com.github.bordertech.wcomponents.WContent
- setWindowAttrs(WLink.WindowAttributes) - Method in class com.github.bordertech.wcomponents.WContentLink
- setWindowAttrs(WLink.WindowAttributes) - Method in class com.github.bordertech.wcomponents.WLink
- setWindowName(String) - Method in class com.github.bordertech.wcomponents.WLink.WindowAttributes
- SEX - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a gender identity (for example Female, Fa'afafine).
- SHIPPING - com.github.bordertech.wcomponents.autocomplete.segment.AddressType
-
Indicates the field represents am address (or address segment) that is part of a shipping address.
- SHORT_FIELD_SIZE - Static variable in class com.github.bordertech.wcomponents.util.ObjectGraphNode
-
The size of the 'short' primitive type in bytes.
- show(SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will show the given targets.
- Show - Class in com.github.bordertech.wcomponents.subordinate
-
An action that shows (makes visible) a given target component.
- Show(SubordinateTarget) - Constructor for class com.github.bordertech.wcomponents.subordinate.Show
-
Creates a show action with the given target.
- SHOW - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Show the target.
- showErrorIndicators(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This does not affect the diag list at all.
- showErrorIndicators(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Override method to show Error indicators on the visible card.
- showErrorIndicators(List<Diagnostic>) - Method in interface com.github.bordertech.wcomponents.WComponent
-
This does not affect the diag list at all.
- showErrorIndicators(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Visually marks any fields or blocks that have errors in the given diag list.
- showErrorIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
This does not affect the diag list at all.
- showErrorIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This does not affect the diag list at all.
- showErrorIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validation.WFieldErrorIndicator
- showErrorIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
This does not affect the diag list at all.
- showIn(SubordinateTarget, SubordinateTarget...) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will show the given target in a group of targets.
- showIn(SubordinateTarget, WComponentGroup<SubordinateTarget>) - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder.ActionBuilder
-
Adds actions which will show the given target in a group of targets.
- SHOWIN - com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Show the target in a group.
- showIndicatorsForComponent(List<Diagnostic>, int) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Iterates over the
Diagnostic
s and finds the diagnostics that related to the current component. - showIndicatorsForComponent(List<Diagnostic>, int) - Method in class com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator
-
Iterates over the
Diagnostic
s and finds the diagnostics that related toAbstractWFieldIndicator.relatedField
. - ShowInGroup - Class in com.github.bordertech.wcomponents.subordinate
-
An action that shows only one target component within a group of components.
- ShowInGroup(SubordinateTarget, WComponentGroup<? extends SubordinateTarget>) - Constructor for class com.github.bordertech.wcomponents.subordinate.ShowInGroup
-
Creates a ShowIn action with the given target.
- showWarningIndicators(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This does not affect the diag list at all.
- showWarningIndicators(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Override method to show Warning indicators on the visible card.
- showWarningIndicators(List<Diagnostic>) - Method in interface com.github.bordertech.wcomponents.WComponent
-
This does not affect the diag list at all.
- showWarningIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
This does not affect the diag list at all.
- showWarningIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This does not affect the diag list at all.
- showWarningIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validation.WFieldWarningIndicator
- showWarningIndicatorsForComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
This does not affect the diag list at all.
- showWindow(RenderContext) - Method in class com.github.bordertech.wcomponents.WWindow
-
Emits the mark-up which pops up the window.
- ShufflerModel() - Constructor for class com.github.bordertech.wcomponents.WShuffler.ShufflerModel
- SimpleBeanBoundTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andSimpleBeanBoundTableModel
instead. - SimpleBeanBoundTableDataModel(String[]) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.Creates a SimpleBeanBasedTableDataModel containing the given data.
- SimpleBeanBoundTableModel - Class in com.github.bordertech.wcomponents
-
A simple table data model that is bound to a list of beans.
- SimpleBeanBoundTableModel(String[]) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Define the column bean properties for the top level.
- SimpleBeanBoundTableModel(String[], SimpleBeanBoundTableModel.LevelDetails...) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Define the column bean properties for the top level along with the expandable levels.
- SimpleBeanBoundTableModel(String[], String) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Define the column bean properties for the top level along with the bean property of the first expandable level.
- SimpleBeanBoundTableModel(String[], String[], String[][]) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
Define the column bean properties for the top level along with the bean properties and column bean properties of the expandable levels.
- SimpleBeanBoundTableModel.LevelDetails - Class in com.github.bordertech.wcomponents
-
The details of an expandable level.
- SimpleBeanListTableDataModel - Class in com.github.bordertech.wcomponents
-
A simple table data model, that takes in a list of beans and bean properties in its constructor.
- SimpleBeanListTableDataModel(String[], Serializable[]) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Creates a SimpleBeanBasedTableDataModel containing the given data.
- SimpleBeanListTableDataModel(String[], List<? extends Serializable>) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
Creates a SimpleBeanBasedTableDataModel containing the given data.
- SimpleBeanTreeTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andSimpleBeanBoundTableModel
instead. - SimpleBeanTreeTableDataModel(String[], TableTreeNode) - Constructor for class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.Creates a SimpleBeanBasedTableDataModel containing the given data.
- SimpleTableDataModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andSimpleTableModel
instead. - SimpleTableDataModel(Serializable[][]) - Constructor for class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Creates a SimpleTableDataModel containing the given data.
- SimpleTableDataModel(List<? extends List<? extends Serializable>>) - Constructor for class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.Creates a SimpleTableDataModel containing the given data.
- SimpleTableModel - Class in com.github.bordertech.wcomponents
-
A simple table data model, that takes in tabular data in its constructor.
- SimpleTableModel(Serializable[][]) - Constructor for class com.github.bordertech.wcomponents.SimpleTableModel
-
Creates a SimpleTableDataModel containing the given data.
- SimpleTableModel(List<? extends List<? extends Serializable>>) - Constructor for class com.github.bordertech.wcomponents.SimpleTableModel
-
Creates a SimpleTableDataModel containing the given data.
- SINGLE - com.github.bordertech.wcomponents.MenuSelectContainer.SelectionMode
-
A single item can be selected.
- SINGLE - com.github.bordertech.wcomponents.WDataTable.SelectMode
-
Deprecated.Indicates that only a single row may be selected.
- SINGLE - com.github.bordertech.wcomponents.WMenu.SelectMode
-
Deprecated.A single item can be selected.
- SINGLE - com.github.bordertech.wcomponents.WTable.SelectMode
-
Indicates that only a single row may be selected.
- SINGLE - com.github.bordertech.wcomponents.WTree.SelectMode
-
Indicates that only a single row may be selected.
- SingleSelectModel() - Constructor for class com.github.bordertech.wcomponents.WSingleSelect.SingleSelectModel
- size() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- Size - Enum in com.github.bordertech.wcomponents
-
Used to ensure consistent spacing of intra-component gaps and Margins.
- sizeToInt(Size) - Static method in class com.github.bordertech.wcomponents.util.SpaceUtil
-
Deprecated.
- SMALL - com.github.bordertech.wcomponents.Size
-
Small space.
- SMALL - com.github.bordertech.wcomponents.WProgressBar.ProgressBarType
-
A smaller progress bar.
- SOME - com.github.bordertech.wcomponents.WSelectToggle.State
-
Indicates that some items are selected.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractTreeTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in interface com.github.bordertech.wcomponents.AdapterBasicTableModel.BasicTableModel
-
Sorts the data by the given column.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.AdapterBasicTableModel
-
Sorts the data by the given column.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanBoundTableModel
-
This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanListTableDataModel
-
This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleBeanTreeTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleTableDataModel
-
Deprecated.This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.SimpleTableModel
-
This model does not support the concept of sorting by default.
- sort(int, boolean) - Method in interface com.github.bordertech.wcomponents.TableDataModel
-
Deprecated.Sorts the data by the given column.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Sort the table data by the specified column.
- sort(int, boolean) - Method in class com.github.bordertech.wcomponents.WTable
-
Sort the table data by the specified column.
- sort(int, boolean) - Method in interface com.github.bordertech.wcomponents.WTable.TableModel
-
Sorts the data by the given column.
- sort(Comparator<Object>, int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractBasicTableModel
-
Calculates the sort order for the data, using the given column and comparator.
- sort(Comparator<Object>, int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractTableDataModel
-
Deprecated.Calculates the sort order for the data, using the given column and comparator.
- sort(Comparator<Object>, int, boolean) - Method in class com.github.bordertech.wcomponents.AbstractTableModel
-
Calculates the sort order for the data, using the given column and comparator.
- sortData(Object[], Comparator<Object>, boolean, int, int, int[]) - Static method in class com.github.bordertech.wcomponents.util.TableUtil
-
Sorts the data using the given comparator, using a quick-sort.
- SOUTH - com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.South (bottom) positioning.
- SOUTH - com.github.bordertech.wcomponents.WButton.ImagePosition
-
Image is in the South position.
- SOUTH - com.github.bordertech.wcomponents.WLink.ImagePosition
-
Image is in the South position.
- SOUTH - Static variable in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.The south layout constraint (bottom of container).
- SpaceUtil - Class in com.github.bordertech.wcomponents.util
-
Deprecated.
- STACKED - com.github.bordertech.wcomponents.layout.ListLayout.Type
-
Indicates that content should be arranged vertically.
- STACKED - com.github.bordertech.wcomponents.WCheckBoxSelect.Layout
-
A layout where buttons are placed vertically.
- STACKED - com.github.bordertech.wcomponents.WDefinitionList.Type
-
A layout where elements are placed vertically.
- STACKED - com.github.bordertech.wcomponents.WList.Type
-
Indicates that content should be arranged vertically.
- STACKED - com.github.bordertech.wcomponents.WRadioButtonSelect.Layout
-
A layout where buttons are placed vertically.
- STANDARD_NAMESPACES - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
Standard Namespace attributes.
- Stat() - Constructor for class com.github.bordertech.wcomponents.monitor.UicStats.Stat
- State() - Constructor for class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.State
-
Creates a state.
- StateChange(WhiteSpaceFilterStateMachine.State, boolean, byte[]) - Constructor for class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine.StateChange
-
Creates a StateChange.
- STATIC_RESOURCE_PARAM_NAME - Static variable in class com.github.bordertech.wcomponents.servlet.WServlet
-
The name of the parameter that will specify the name of the static resource to fetch.
- status(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should have the browser status bar visible.
- STEP_ACTION_VARIABLE - Static variable in interface com.github.bordertech.wcomponents.Environment
-
Deprecated.portal specific
- STEP_ERROR_URL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL users are redirected to when a step error occurs.
- STEP_VARIABLE - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The URL/Post variable that will store the step number.
- StepCountUtil - Class in com.github.bordertech.wcomponents.util
-
Static utility methods related to working with the step count.
- STICKY_FOCUS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Whether to use sticky focus.
- streamToByteArray(InputStream) - Static method in class com.github.bordertech.wcomponents.util.StreamUtil
-
This method returns the contents of a
InputStream
as a byte[]. - StreamUtil - Class in com.github.bordertech.wcomponents.util
-
Static utility methods related to working with Streams.
- STREET_ADDRESS - com.github.bordertech.wcomponents.autocomplete.type.Multiline
-
Indicates the field represents a street address, for use with a multiple-line input such as
WTextArea
. - STRIPED - com.github.bordertech.wcomponents.layout.ListLayout.Type
-
Indicates that content should be arranged vertically, with highlighting on alternate rows (zebra striping).
- STRIPED - com.github.bordertech.wcomponents.WList.Type
-
Indicates that content should be arranged vertically, with highlighting on alternate rows (zebra striping).
- StyledTextModel() - Constructor for class com.github.bordertech.wcomponents.WStyledText.StyledTextModel
- SUB_HEADING - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - SUB_SUB_HEADING - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - subList(int, int) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- SubMenuModel() - Constructor for class com.github.bordertech.wcomponents.WSubMenu.SubMenuModel
- SUBMIT_ON_CHANGE_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
Deprecated.1.4.0 as it results in a level A accessibility problem See https://www.w3.org/TR/UNDERSTANDING-WCAG20/consistent-behavior-unpredictable-change.html.
- SubordinateBuilder - Class in com.github.bordertech.wcomponents.subordinate.builder
-
The SubordinateBuilder is a utility class which provides a convenient way to build up simple logic rules so that they executed on both the client and server.
- SubordinateBuilder() - Constructor for class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
- SubordinateBuilder.ActionBuilder - Class in com.github.bordertech.wcomponents.subordinate.builder
-
Helper class to build the actions to be executed on the subordinate control.
- SubordinateControlHelper - Class in com.github.bordertech.wcomponents.subordinate
-
SubordinateControlHelper provides convenience methods to register Subordinate Controls for use with the
SubordinateControlInterceptor
. - SubordinateControlInterceptor - Class in com.github.bordertech.wcomponents.container
-
This
InterceptorComponent
will process any subordinate controls that were registered as being active on the client (i.e. rendered). - SubordinateControlInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.SubordinateControlInterceptor
- SubordinateTarget - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which can be targeted by a Subordinate control.
- SubordinateTrigger - Interface in com.github.bordertech.wcomponents
-
This interface is used to mark components which are able to trigger a client-side Subordinate.
- SubSessionHttpServletRequestWrapper - Class in com.github.bordertech.wcomponents.servlet
-
This HttpServletRequestWrapper implementation changes the way in which sessions are managed, to allow multiple "sub-sessions" per HTTP session.
- SubSessionHttpServletRequestWrapper(HttpServletRequest) - Constructor for class com.github.bordertech.wcomponents.servlet.SubSessionHttpServletRequestWrapper
-
Creates a SubSessionHttpServletRequestWrapper.
- SubSessionHttpServletRequestWrapper.HttpSubSession - Class in com.github.bordertech.wcomponents.servlet
-
A "sub-session" implementation of a HTTPSession.
- SUBTITLES - com.github.bordertech.wcomponents.Track.Kind
-
Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the media resource's audio track).
- SubUIContext(WRepeater, int) - Constructor for class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Creates a SubUIContext.
- SubUIContext(WRepeater, int, String) - Constructor for class com.github.bordertech.wcomponents.WRepeater.SubUIContext
-
Creates a SubUIContext.
- success(String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a success message.
- success(String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a success message.
- success(String, String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a success message.
- success(String, String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a success message.
- SUCCESS - com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Success Type.
- SUCCESS - com.github.bordertech.wcomponents.WMessageBox.Type
-
The message box type used to display "success" messages.
- SUCCESS - Static variable in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
Indicates that the diagnostic is a "success message".
- SUCCESS - Static variable in class com.github.bordertech.wcomponents.WMessageBox
-
The message box type used to display "success" messages.
- SUCCESS_MESSAGE - Static variable in class com.github.bordertech.wcomponents.Message
-
A message type that indicates that a message is a "success message".
- SuggestionsModel() - Constructor for class com.github.bordertech.wcomponents.WSuggestions.SuggestionsModel
- SUPPORT_SERVLET_PATH - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The parameter variable that contains the URL path to the support servlet that services targeted requests for a Portlet application.
- SystemException - Exception in com.github.bordertech.wcomponents.util
-
This runtime exception can be thrown to indicate a system failure.
- SystemException(String) - Constructor for exception com.github.bordertech.wcomponents.util.SystemException
-
Creates a SystemException with the specified message.
- SystemException(String, Throwable) - Constructor for exception com.github.bordertech.wcomponents.util.SystemException
-
Creates a SystemException with the specified message and cause.
- SystemException(Throwable) - Constructor for exception com.github.bordertech.wcomponents.util.SystemException
-
Creates a SystemException with the specified cause.
- SystemFailureMapper - Interface in com.github.bordertech.wcomponents.util.error
-
Interface that defines the mapping from system level exception to user friendly message.
T
- TAB_MODE_CLIENT - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab mode where tab content is always rendered, and invoking the tab only results in a client-side switch.
- TAB_MODE_DYNAMIC - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab mode where invoking the tab will perform an ajax request every time the tab is requested.
- TAB_MODE_EAGER - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab mode where invoking the tab will perform an ajax request immediately after the page is loaded.
- TAB_MODE_LAZY - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab mode where invoking the tab will perform an ajax request the first time the tab is requested.
- TAB_MODE_SERVER - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.Use TAB_MODE_DYNAMIC instead as a like-for-like replacement or any other mode if it is more appropriate to the individual use case.
- TABLE - com.github.bordertech.wcomponents.WDataTable.Type
-
Deprecated.Indicates that the table should be displayed as a normal table.
- TABLE - com.github.bordertech.wcomponents.WTable.Type
-
Indicates that the table should be displayed as a normal table.
- TableDataModel - Interface in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTable.TableModel
instead. - TableModel() - Constructor for class com.github.bordertech.wcomponents.WDataTable.TableModel
-
Deprecated.
- TableRepeater(WTable) - Constructor for class com.github.bordertech.wcomponents.WTable.TableRepeater
- TABLET - com.github.bordertech.wcomponents.util.DeviceType
-
Is a tablet.
- TableTreeNode - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTable.TableModel
instead. - TableTreeNode(Serializable) - Constructor for class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Creates a TableTreeNode with the specified data.
- TableTreeNode(Serializable, Class<? extends WComponent>, boolean) - Constructor for class com.github.bordertech.wcomponents.TableTreeNode
-
Deprecated.Creates a TableTreeNode with the specified data.
- TableUtil - Class in com.github.bordertech.wcomponents.util
-
Static utility methods related to working with
WTable
. - TabModel() - Constructor for class com.github.bordertech.wcomponents.WTab.TabModel
- TabSetModel() - Constructor for class com.github.bordertech.wcomponents.WTabSet.TabSetModel
- TARGET_ID - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The URL/Post variable that will identify a specific wcomponent to process the request.
- TARGET_ID_PARAM_NAME - Static variable in class com.github.bordertech.wcomponents.servlet.WServlet
-
The URL/Post variable that will identify a specific wcomponent to process the request.
- Targetable - Interface in com.github.bordertech.wcomponents
-
WComponents can be marked as targetable.
- TargetableErrorInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor catches exceptions and sets them as an error code.
- TargetableErrorInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.TargetableErrorInterceptor
- TargetableIdException - Exception in com.github.bordertech.wcomponents.container
-
An invalid Targetable ID was provided on the request.
- TargetableIdException(String) - Constructor for exception com.github.bordertech.wcomponents.container.TargetableIdException
- TargetableInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor component checks to see if a parameter named
Environment.TARGET_ID
exists on the request. - TargetableInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.TargetableInterceptor
- Telephone - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the HTML
autocomplete
attribute for an input in the telephone-number ('tel') state such asWPhoneNumberField
. - TEMPLATE_RENDERING_ENGINE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The default rendering engine for templates.
- TEMPLATE_RENDERING_ENGINE_DEFAULT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Default template engine name.
- TEMPLATE_RENDERING_MODE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.no longer used.
- TemplateModel() - Constructor for class com.github.bordertech.wcomponents.WTemplate.TemplateModel
- TemplateRenderer - Interface in com.github.bordertech.wcomponents.template
-
Template renderer.
- TemplateRendererFactory - Class in com.github.bordertech.wcomponents.template
-
Return the
TemplateRenderer
implementation for a given template engine. - TemplateRendererFactory.TemplateEngine - Enum in com.github.bordertech.wcomponents.template
-
Available template engines.
- TemplateRenderInterceptor - Class in com.github.bordertech.wcomponents.container
-
Render templates on the server (i.e.
- TemplateRenderInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.TemplateRenderInterceptor
- TemplateRenderInterceptor.I18NContext - Class in com.github.bordertech.wcomponents.container
-
The context scope including the translate function.
- TemplateUtil - Class in com.github.bordertech.wcomponents.template
-
Utility class for template renderers.
- TemplateWriter - Class in com.github.bordertech.wcomponents.template
-
TemplateWriter extends SearchReplaceWriter to defer rendering of WComponents when using a template.
- TemplateWriter(Writer, Map<String, WComponent>, UIContext) - Constructor for class com.github.bordertech.wcomponents.template.TemplateWriter
-
Creates a TemplateWriter/.
- TERMINATE_SESSION_ON_ERROR - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to terminate the session on error.
- TEST_SELENIUM_DATA_READY_TAG - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The attribute to check for whether the page is ready.
- TEST_SELENIUM_DRIVER_CAPABILITIES - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The capabilities of each Web Driver.
- TEST_SELENIUM_IMPLICIT_WAIT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
How many seconds to wait for an element if it is not found.
- TEST_SELENIUM_MULTI_BROWSER_DRIVERS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The list of drivers to use for the MultiBrowserRunner.
- TEST_SELENIUM_MULTI_BROWSER_PARALLEL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to run the MultiBrowserRunner in parallel.
- TEST_SELENIUM_PAGE_READY_POLL_INTERVAL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The duration in milliseconds between poll attempts for page ready.
- TEST_SELENIUM_PAGE_READY_TIMEOUT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The duration in seconds to wait for the page to be ready.
- TEST_SELENIUM_PARALLEL_METHODS - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the selenium tests are running in parallel methods.
- TEST_SELENIUM_PARAMETERISED_DRIVER - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The type of driver to use for the ParameterisedDriver.
- TEST_SELENIUM_PARAMETERISED_DRIVER_SYS_PROPERTIES - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The system properties to set for the ParameterisedDriver.
- TEST_SELENIUM_SCREEN_HEIGHT - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The height in pixels of the Selenium screen.
- TEST_SELENIUM_SCREEN_WIDTH - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The width in pixels of the Selenium screen.
- TEST_SELENIUM_SERVER_START - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to start the server when the test case launches.
- TEST_SELENIUM_SERVER_URL - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The URL of the server to connect to for the Selenium test case.
- TEXT - com.github.bordertech.wcomponents.WDataTable.SelectAllType
-
Deprecated.Indicates that the select all/none function should is displayed as text.
- TEXT - com.github.bordertech.wcomponents.WTable.SelectAllType
-
Indicates that the select all/none function should is displayed as text.
- TextAreaModel() - Constructor for class com.github.bordertech.wcomponents.WTextArea.TextAreaModel
- TextFieldModel() - Constructor for class com.github.bordertech.wcomponents.WTextField.TextFieldModel
- TextModel() - Constructor for class com.github.bordertech.wcomponents.WText.TextModel
- THEME_CACHE - com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Theme cache.
- THEME_CONTENT_PATH - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The parameter variable that contains the URL path to the web content for the Theme.
- THEME_I18N - Static variable in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Perform theme i18n on the server, defaults is "true" (theme i18n bundle must be on the classpath).
- THEME_NAME - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The theme name.
- THEME_RESOURCE_PATH_NAME - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The name of the theme path that indicates a theme resource has been requested.
- THEME_URI - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
Theme URI.
- ThemeServlet - Class in com.github.bordertech.wcomponents.servlet
-
Deprecated.no longer required. Theme is now available via WServlet.The bordertech.wcomponents.theme.content.path parameter im wcomponents-app.properties must not be set and there must be servlet-mappings to the url-patterns "/{my-mapping}" and "/{my-mapping}/*" where you specify the value of {my-mapping}.
- ThemeServlet() - Constructor for class com.github.bordertech.wcomponents.servlet.ThemeServlet
-
Deprecated.
- ThemeUtil - Class in com.github.bordertech.wcomponents.util
-
Static support classes for retrieving the theme version.
- THUMBNAIL_AUDIO - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for audio.
- THUMBNAIL_COMPRESS - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for compress.
- THUMBNAIL_IMAGE - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for generic image.
- THUMBNAIL_MISC - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for misc.
- THUMBNAIL_MSEXCEL - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for ms-excel.
- THUMBNAIL_MSPPT - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for ms-powerpoint.
- THUMBNAIL_MSWORD - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for ms-word.
- THUMBNAIL_PDF - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for pdf.
- THUMBNAIL_TEXT - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for text.
- THUMBNAIL_VIDEO - Static variable in class com.github.bordertech.wcomponents.util.thumbnail.ThumbnailUtil
-
Thumbnail for video.
- ThumbnailUtil - Class in com.github.bordertech.wcomponents.util.thumbnail
-
A utility class used for thumbnails.
- tidyUpUIContext() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Removes the user-specific component model if this component is in its default state.
- tidyUpUIContext() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Removes any component models that are in their default state.
- tidyUpUIContextForTree() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
This method removes unnecessary component models from the user session for this component and all its descendants.
- tidyUpUIContextForTree() - Method in interface com.github.bordertech.wcomponents.WComponent
-
This method removes unnecessary component models from the user session for this component and all its descendants.
- TIMEOUT_PERIOD - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The timeout period (in seconds).
- TIMEOUT_WARNING_PERIOD - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The timeout warning period (in seconds).
- TimeoutWarningModel() - Constructor for class com.github.bordertech.wcomponents.WTimeoutWarning.TimeoutWarningModel
- TITLE - Static variable in class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
HeadingLevel
instead - toArray() - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- toArray(Object[]) - Method in class com.github.bordertech.wcomponents.util.RowIdList
-
Deprecated.
- toFlatSummary() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- ToggleButtonModel() - Constructor for class com.github.bordertech.wcomponents.WToggleButton.ToggleButtonModel
- toggleSelection(boolean) - Method in interface com.github.bordertech.wcomponents.SelectionToggleable
-
Sets the selections for this component.
- toggleSelection(boolean) - Method in class com.github.bordertech.wcomponents.WCheckBox
- toggleSelection(boolean) - Method in class com.github.bordertech.wcomponents.WCheckBoxSelect
- toggleSelection(boolean) - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- toggleSelection(boolean) - Method in class com.github.bordertech.wcomponents.WMultiSelect
- toMessage(Throwable) - Method in class com.github.bordertech.wcomponents.util.error.impl.DefaultSystemFailureMapper
-
This method converts a java Throwable into a "user friendly" error message.
- toMessage(Throwable) - Method in interface com.github.bordertech.wcomponents.util.error.SystemFailureMapper
-
Convert a system exception to a user friendly error message.
- toolbar(boolean) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets whether the target window should have the browser toolbar visible.
- top(int) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets the Y-axis location of the browser window.
- TOP - com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
The content should align to the top.
- TOP - com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Indicates the pagination controls appear at the top of the table.
- TOP - com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Displays the TabSet tabs horizontally, above the tab content area.
- toString() - Method in class com.github.bordertech.wcomponents.AbstractInput
- toString() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Creates a String representation of this component; usually for debugging purposes.
- toString() - Method in class com.github.bordertech.wcomponents.AbstractWComponent.WComponentRef
-
Creates a String representation of this component; usually for debugging purposes.
- toString() - Method in enum com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
- toString() - Method in class com.github.bordertech.wcomponents.file.FileItemWrap
-
Returns a string representation of this object.
- toString() - Method in class com.github.bordertech.wcomponents.InternalResource
- toString() - Method in class com.github.bordertech.wcomponents.Message
-
Returns a string representation of this Message.
- toString() - Method in class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.
- toString() - Method in enum com.github.bordertech.wcomponents.Size
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.And
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.builder.Action
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.builder.CompareExpression
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.builder.GroupExpression
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Disable
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.DisableInGroup
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Enable
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.EnableInGroup
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Equal
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThan
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.GreaterThanOrEqual
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Hide
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.HideInGroup
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.LessThan
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.LessThanOrEqual
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Mandatory
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Match
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Not
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.NotEqual
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Optional
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Or
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Rule
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.Show
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.ShowInGroup
- toString() - Method in class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
-
Creates a String representation of this component; usually for debugging purposes.
- toString() - Method in class com.github.bordertech.wcomponents.UIContextDebugWrapper
-
Tally up the number of WComponents storing data in the session grouped by object type.
- toString() - Method in enum com.github.bordertech.wcomponents.util.HtmlClassProperties
- toString() - Method in class com.github.bordertech.wcomponents.validation.WValidationErrors
- toString() - Method in class com.github.bordertech.wcomponents.WAbbrText
-
Get a String representation of the component.
- toString() - Method in class com.github.bordertech.wcomponents.WAjaxControl
- toString() - Method in class com.github.bordertech.wcomponents.WApplication
- toString() - Method in class com.github.bordertech.wcomponents.WButton
- toString() - Method in class com.github.bordertech.wcomponents.WCardManager
- toString() - Method in class com.github.bordertech.wcomponents.WCollapsible
- toString() - Method in class com.github.bordertech.wcomponents.WColumn
- toString() - Method in class com.github.bordertech.wcomponents.WComponentGroup
- toString() - Method in class com.github.bordertech.wcomponents.WContent
- toString() - Method in class com.github.bordertech.wcomponents.WContentLink
- toString() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.
- toString() - Method in class com.github.bordertech.wcomponents.WDialog
- toString() - Method in class com.github.bordertech.wcomponents.WField
- toString() - Method in class com.github.bordertech.wcomponents.WFieldLayout
- toString() - Method in class com.github.bordertech.wcomponents.WFieldSet
- toString() - Method in class com.github.bordertech.wcomponents.WFigure
- toString() - Method in class com.github.bordertech.wcomponents.WHeading
- toString() - Method in class com.github.bordertech.wcomponents.WImage
- toString() - Method in class com.github.bordertech.wcomponents.WInternalLink
- toString() - Method in class com.github.bordertech.wcomponents.WLabel
- toString() - Method in class com.github.bordertech.wcomponents.WLink
- toString() - Method in class com.github.bordertech.wcomponents.WMenuItem
- toString() - Method in class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.
- toString() - Method in class com.github.bordertech.wcomponents.WMessageBox
-
Creates a String representation of this component; usually for debugging purposes.
- toString() - Method in class com.github.bordertech.wcomponents.WPanel
-
Creates a String representation of this component; usually for debugging purposes.
- toString() - Method in class com.github.bordertech.wcomponents.WPopup
- toString() - Method in class com.github.bordertech.wcomponents.WProgressBar
- toString() - Method in class com.github.bordertech.wcomponents.WRepeater
- toString() - Method in class com.github.bordertech.wcomponents.WSection
- toString() - Method in class com.github.bordertech.wcomponents.WSubMenu
- toString() - Method in class com.github.bordertech.wcomponents.WTab
- toString() - Method in class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.
- toString() - Method in class com.github.bordertech.wcomponents.WTable
- toString() - Method in class com.github.bordertech.wcomponents.WTableColumn
- toString() - Method in class com.github.bordertech.wcomponents.WTabSet
- toString() - Method in class com.github.bordertech.wcomponents.WText
- toString() - Method in class com.github.bordertech.wcomponents.WTree
- toString() - Method in class com.github.bordertech.wcomponents.WWindow
- toTemplateResourceName(Class) - Static method in class com.github.bordertech.wcomponents.velocity.VelocityTemplateManager
-
Deprecated.Map the given class to a velocity template resource name.
- toXml() - Method in class com.github.bordertech.wcomponents.util.ObjectGraphNode
- Track - Interface in com.github.bordertech.wcomponents
-
A track provides additional information relating to the video, for example subtitles.
- Track.Kind - Enum in com.github.bordertech.wcomponents
-
Describes the kind of track.
- TRACKABLE_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is trackable via analytics.
- TRACKING_APPLICATION_NAME - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking application name.
- TRACKING_CLIENT_ID - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking client id.
- TRACKING_COOKIE_DOMAIN - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking cookie domain.
- TRACKING_DATA_COLLECTION_DOMAIN - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The tracking data collection domain.
- TrackingUtil - Class in com.github.bordertech.wcomponents.util
-
Utility class for tracking config.
- TRANSACTION_AMOUNT - com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Indicates the field represents the amount that the user would like for the transaction (for example when entering a bid or sale price) as a floating point number; used in conjunction with
WNumberField
. - TransformXMLInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor is used to perform server-side XSLT so that HTML is delivered to the client instead of XML.
- TransformXMLInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.TransformXMLInterceptor
- translate(int, Writer) - Method in class com.github.bordertech.wcomponents.WebUtilities.NumericEntityIgnorer
- traverse(WComponent, WComponentTreeVisitor) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
General utility method to visit every WComponent in the tree, taking repeaters etc. into account.
- traverseVisible(WComponent, WComponentTreeVisitor) - Static method in class com.github.bordertech.wcomponents.util.TreeUtil
-
General utility method to visit every visible WComponent in the tree, taking repeaters etc. into account.
- TREE - com.github.bordertech.wcomponents.WMenu.MenuType
-
The menu is displayed as a tree structure.
- TreeItemIdNode - Class in com.github.bordertech.wcomponents
-
A node that holds a tree item id.
- TreeItemIdNode(String) - Constructor for class com.github.bordertech.wcomponents.TreeItemIdNode
- TreeItemImage - Class in com.github.bordertech.wcomponents
-
Holds the details of an image for a tree item used in
WTree
. - TreeItemImage(Image) - Constructor for class com.github.bordertech.wcomponents.TreeItemImage
- TreeItemImage(Image, String) - Constructor for class com.github.bordertech.wcomponents.TreeItemImage
- TreeItemImage(String) - Constructor for class com.github.bordertech.wcomponents.TreeItemImage
- TreeItemModel - Interface in com.github.bordertech.wcomponents
-
Provides the data and details of the tree items used in a
WTree
. - TreeItemModel.ShuffleType - Enum in com.github.bordertech.wcomponents
-
A type to indicate how a tree item can be shuffled.
- TreeItemUtil - Class in com.github.bordertech.wcomponents.util
-
Utility methods for
WTree
and its tree items. - TreeNode - Interface in com.github.bordertech.wcomponents.util
-
Represents a node in a tree structure.
- TreeTableDataModel - Interface in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTable.TableModel
instead. - TreeUtil - Class in com.github.bordertech.wcomponents.util
-
Utility methods for navigating WComponent trees.
- TreeUtil.AbstractTreeVisitorWithResult<T> - Class in com.github.bordertech.wcomponents.util
-
Deprecated.Use
AbstractVisitorWithResult
instead - Triplet<T1,T2,T3> - Class in com.github.bordertech.wcomponents.util
-
A type-safe generic collection of three items.
- Triplet() - Constructor for class com.github.bordertech.wcomponents.util.Triplet
-
Creates an empty duplet.
- Triplet(T1, T2, T3) - Constructor for class com.github.bordertech.wcomponents.util.Triplet
-
Creates a duplet with the specified items.
- turnIndentingOff() - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Deprecated.1.4.13 No longer used: no replacement, will be removed in v2.0.0.
- turnIndentingOn() - Method in class com.github.bordertech.wcomponents.XmlStringBuilder
-
Deprecated.1.4.13 No longer used: no replacement, will be removed in v2.0.0.
- TYPE - com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Indicates the field represents the type of payment instrument.
- TYPE_ACCORDION - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
An "accordion" type tab-set, that supports having multiple open tabs.
- TYPE_APPLICATION - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
Deprecated.1.2.0
- TYPE_LEFT - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab-set where tab buttons are placed to the left of the content.
- TYPE_RIGHT - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab-set where tab buttons are placed to the right of the content.
- TYPE_TOP - Static variable in class com.github.bordertech.wcomponents.WTabSet
-
A tab-set where tab buttons are placed above the content.
U
- UI_NAMESPACE - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
UI Namespace attribute.
- UIContext - Interface in com.github.bordertech.wcomponents
-
The state information for a WebComponent tree (a UI) is stored in a UIContext.
- UIContextDebugWrapper - Class in com.github.bordertech.wcomponents
-
This class can be used to dump the contents of a UIContext object for debugging purposes.
- UIContextDebugWrapper(UIContext) - Constructor for class com.github.bordertech.wcomponents.UIContextDebugWrapper
-
Creates a UIContextDebugWrapper.
- UIContextDelegate - Class in com.github.bordertech.wcomponents
-
UIContextDelegate implements UIContext, but delegates all the work to a backing context.
- UIContextDelegate(UIContext) - Constructor for class com.github.bordertech.wcomponents.UIContextDelegate
-
Creates a UIContextDelegate.
- UIContextDumpInterceptor - Class in com.github.bordertech.wcomponents.container
-
SessionDumpInterceptor is an interceptor that dumps the contents of the session to the log file.
- UIContextDumpInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.UIContextDumpInterceptor
- UIContextHolder - Class in com.github.bordertech.wcomponents
-
This class holds the current (active) UIContext.
- UIContextImpl - Class in com.github.bordertech.wcomponents
-
UIContextImpl - implementation of
UIContext
. - UIContextImpl() - Constructor for class com.github.bordertech.wcomponents.UIContextImpl
- UIContextWrap() - Constructor for class com.github.bordertech.wcomponents.container.AbstractContainerHelper.UIContextWrap
-
Creates a UIContextWrap.
- UicProfileButton - Class in com.github.bordertech.wcomponents
-
Deprecated.1.1.4 This is NOT a core component and will be deleted ASAP.
- UicProfileButton() - Constructor for class com.github.bordertech.wcomponents.UicProfileButton
-
Deprecated.Creates a UicProfileButton.
- UicProfileButton(String) - Constructor for class com.github.bordertech.wcomponents.UicProfileButton
-
Deprecated.Creates a UicProfileButton with the given button caption.
- UicStats - Class in com.github.bordertech.wcomponents.monitor
-
UicStats provides methods for analysing a
UIContext
. - UicStats(UIContext) - Constructor for class com.github.bordertech.wcomponents.monitor.UicStats
-
Creates a UicStats.
- UicStats.Stat - Class in com.github.bordertech.wcomponents.monitor
-
Stores statistics on a component in a UI context.
- UicStatsAsHtml - Class in com.github.bordertech.wcomponents.monitor
-
A utility class which writes out UicStats statistics in HTML format.
- UIManager - Class in com.github.bordertech.wcomponents.layout
-
The UIManager provides a mechanism for client applications to use different Renderers, without having to specify a renderer on a per-component basis.
- UIRegistry - Class in com.github.bordertech.wcomponents.registry
-
The UIRegistry enables sharing of UIs between multiple sessions.
- UIRegistry() - Constructor for class com.github.bordertech.wcomponents.registry.UIRegistry
- UIRegistryAmicableImpl - Class in com.github.bordertech.wcomponents.registry
-
This UIRegistry implementation differs from the UIRegistryClassLoaderImpl in two ways.
- UIRegistryAmicableImpl() - Constructor for class com.github.bordertech.wcomponents.registry.UIRegistryAmicableImpl
- UIRegistryClassLoaderImpl - Class in com.github.bordertech.wcomponents.registry
-
A UIRegistry implementation that can load UIs using the key, where the keys are the fully qualified class names.
- UIRegistryClassLoaderImpl() - Constructor for class com.github.bordertech.wcomponents.registry.UIRegistryClassLoaderImpl
- UNDEFINED - com.github.bordertech.wcomponents.util.HtmlIconUtil.IconPosition
-
Put an icon in an undefined position for use as only content.
- UNESCAPE_HTML_TO_XML - Static variable in class com.github.bordertech.wcomponents.util.HtmlToXMLUtil
-
The translator to unescape HTML entities and the (invalid)
'
to valid XML. - unescapeToXML(String) - Static method in class com.github.bordertech.wcomponents.util.HtmlToXMLUtil
-
Unescape HTML entities to safe XML.
- UNIQUE_RANDOM_PARAM - Static variable in interface com.github.bordertech.wcomponents.Environment
-
The URL query string parameter variable name that is used to ensure that the URL appears unique to the browser.
- UNTYPED_HEADLINE - Static variable in interface com.github.bordertech.wcomponents.Headers
-
Untyped headline.
- updateBeanValue() - Method in class com.github.bordertech.wcomponents.WBeanComponent
-
Updates the bean value with the value returned by
WBeanComponent.getData()
. - updateBeanValue() - Method in class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Updates the bean using the table data model's
TableDataModel.setValueAt(Object, int, int)
method. - updateBeanValue() - Method in class com.github.bordertech.wcomponents.WRepeater
-
Override updateBeanValue to update the bean value for all WBeanComponents Updates the bean value with the value returned by
WBeanComponent.getData()
. - updateBeanValue() - Method in class com.github.bordertech.wcomponents.WTable
-
Updates the bean using the table data model's
WTable.TableModel.setValueAt(Object, List, int)
method. - updateBeanValue(WComponent) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Updates the bean value with the current value of the component and all its bean-bound children.
- updateBeanValue(WComponent, boolean) - Static method in class com.github.bordertech.wcomponents.WebUtilities
-
Updates the bean value with the current value of the component and all its bean-bound children.
- updateComponent(Object) - Method in class com.github.bordertech.wcomponents.WDataRenderer
-
Subclasses must override this method if they need to keep this wcomponent in sync with the data object.
- updateData(Object) - Method in class com.github.bordertech.wcomponents.WDataRenderer
-
Subclasses must override this method if they need to keep the data object bound to this wcomponent in sync with changes entered by the user.
- updateEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Updates the environment for the current phase of the request processing.
- updateEnvironment(Environment) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Updates the environment for the current phase of the request processing.
- updateRequest(Request) - Method in class com.github.bordertech.wcomponents.container.AbstractContainerHelper
-
Updates the wcomponent Request for the current phase of the outer containers request processing.
- updateRequest(Request) - Method in class com.github.bordertech.wcomponents.servlet.HttpServletHelper
-
Updates the wcomponent Request for the current phase of the outer containers request processing.
- uploadFileItems(List<FileItem>, Map<String, String[]>, Map<String, FileItem[]>) - Static method in class com.github.bordertech.wcomponents.servlet.ServletUtil
-
FileItem
classes (if attachements) will be kept as part of the request. - uploadFileItems(List, Map<String, String[]>, Map<String, FileItem[]>) - Static method in class com.github.bordertech.wcomponents.AbstractRequest
-
Deprecated.
- upperCase(String) - Static method in class com.github.bordertech.wcomponents.util.Util
-
Converts a string to upper case, where the string may be null.
- Url - Enum in com.github.bordertech.wcomponents.autocomplete.type
-
Provides values for the
autocomplete
attribute which are applicable to url inputs. - URL - com.github.bordertech.wcomponents.autocomplete.type.Url
-
Indicates the field represents a home page or other Web page corresponding to the company, person, address, or contact information in the other fields associated with this field.
- URL_CONTENT_MODE_PARAMETER_KEY - Static variable in class com.github.bordertech.wcomponents.WContent
-
This magic parameter is a work-around to the loading indicator becoming "stuck" in certain browsers.
- USE_CACHE - Static variable in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
-
Use cache setting (true or false).
- USE_CACHE - Static variable in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
-
Use cache setting (true or false).
- USER_DATA_SET - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether that user data has been set.
- UserAgentInfo - Class in com.github.bordertech.wcomponents
-
This server side browser detection code is required as the client side browser detection code doesn't work for WebSeal's URL re-writing.
- UserAgentInfo() - Constructor for class com.github.bordertech.wcomponents.UserAgentInfo
-
Creates a UserAgentInfo with an unknown browser.
- UserAgentInfo(String) - Constructor for class com.github.bordertech.wcomponents.UserAgentInfo
-
Creates a UserAgentInfo from the given browser header string.
- USERNAME - com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Indicates the field represents a username, for example for log-in purposes.
- Util - Class in com.github.bordertech.wcomponents.util
-
A storage point for utility methods that are generally useful.
V
- validate() - Method in class com.github.bordertech.wcomponents.subordinate.builder.ExpressionBuilder
-
Determines whether the current expression is syntactically correct.
- validate(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
The validate method should be called by an
Action
, orValidatingAction
at points in the application lifecycle where it makes sense to perform validation. - validate(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validation.ValidatingAction
-
This method can be overridden to perform additional validations, but don't forget to call super.validate if you still want to perform default validation.
- validate(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.validator.AbstractFieldValidator
-
Validates the input field.
- validate(List<Diagnostic>) - Method in interface com.github.bordertech.wcomponents.validator.FieldValidator
-
Validates the input field.
- validate(List<Diagnostic>) - Method in interface com.github.bordertech.wcomponents.WComponent
-
The validate method should be called by an
Action
, orValidatingAction
at points in the application lifecycle where it makes sense to perform validation. - validate(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WRepeater
-
Validates each row.
- VALIDATE_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component needs validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractInput
-
Override WComponent's validatorComponent in order to use the validators which have been added to this input field.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Subclasses may override to provide validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.AbstractWMultiSelectList
-
Override WInput's validateComponent to perform further validation on the options selected.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WCardManager
-
Since none of the children are visible to standard processing, validateComponent has been overridden so that the visible card is processed.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WDateField
-
Override WInput's validateComponent to perform further validation on the date.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Override WInput's validateComponent to perform further validation on email addresses.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WFieldSet
-
Subclasses may override to provide validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.Override WComponent's validatorComponent in order to use the validators which have been added to this input field.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WMultiTextField
-
Override validateComponent to perform further validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Override WInput's validateComponent to perform futher validation on email addresses.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WPartialDateField
-
Override WInput's validateComponent to perform further validation on the date.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WPasswordField
-
Override validateComponent to perform further validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WPhoneNumberField
-
Override validateComponent to perform further validation.
- validateComponent(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WTextField
-
Override validateComponent to perform further validation.
- validateDate(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WDateField
-
Performs validation of the date.
- validateEmailAddress(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WEmailField
-
Performs validation of the email address.
- validateFileSize(FileItemWrap, long) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Checks if the file item size is within the supplied max file size.
- validateFileType(FileItemWrap, List<String>) - Static method in class com.github.bordertech.wcomponents.util.FileUtil
-
Checks if the file item is one among the supplied file types.
- validateNumber(List<Diagnostic>) - Method in class com.github.bordertech.wcomponents.WNumberField
-
Performs validation of the number.
- validateXMLAgainstSchema(String) - Static method in class com.github.bordertech.wcomponents.DebugValidateXML
-
Validate the component to make sure the generated XML is schema compliant.
- ValidateXMLInterceptor - Class in com.github.bordertech.wcomponents.container
-
An Interceptor used to report any WComponent that has generated HTML/XML that is not well formed.
- ValidateXMLInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.ValidateXMLInterceptor
- ValidatingAction - Class in com.github.bordertech.wcomponents.validation
-
This class calls a components validation logic prior to executing its underlying action logic.
- ValidatingAction(WValidationErrors, WComponent) - Constructor for class com.github.bordertech.wcomponents.validation.ValidatingAction
-
Creates a ValidatingAction.
- ValidationErrorsModel() - Constructor for class com.github.bordertech.wcomponents.validation.WValidationErrors.ValidationErrorsModel
- ValidationHelper - Class in com.github.bordertech.wcomponents.validation
-
Provides methods to assist with validation.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Organization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.DateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Email
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Multiline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Password
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Telephone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Url
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.HeadingLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.ColumnLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Separator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.MenuSelectContainer.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.subordinate.builder.GroupExpression.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.Track.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.TreeItemModel.ShuffleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.util.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.util.HtmlIconUtil.IconPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.util.WComponentTreeVisitor.VisitorResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WAudio.Preload
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WButton.ImagePosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WCheckBoxSelect.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WColumn.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WContent.DisplayMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.SelectAllType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.SelectMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.SortMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.StripingType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDataTable.Type
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDefinitionList.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WDropdown.DropdownType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WFieldSet.FrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WFigure.FigureMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WLink.ImagePosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WList.Separator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WList.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WMenu.MenuType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WMenu.SelectMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WMessageBox.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WPanel.PanelMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WPanel.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WProgressBar.ProgressBarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WProgressBar.UnitType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WRadioButtonSelect.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WSection.SectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WSelectToggle.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WStyledText.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WStyledText.WhitespaceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WSuggestions.Autocomplete
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.ExpandMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.PaginationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.SelectAllType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.SelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.SeparatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.SortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.StripingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTable.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTableColumn.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTabSet.TabMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTree.ExpandMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTree.SelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WTree.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.bordertech.wcomponents.WVideo.Preload
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.bordertech.wcomponents.AjaxOperation.AjaxAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressPart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.AddressType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Organization
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Payment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.Person
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.segment.PhonePart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.DateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Email
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Multiline
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Numeric
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Password
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Telephone
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.autocomplete.type.Url
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.container.ResponseCacheInterceptor.CacheType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.HeadingLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.ColumnLayout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.FlowLayout.ContentAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Separator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.layout.ListLayout.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.MenuSelectContainer.SelectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.Size
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.subordinate.AbstractCompare.CompareType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.subordinate.Action.ActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.subordinate.builder.GroupExpression.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.Track.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.TreeItemModel.ShuffleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.util.DeviceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.util.HtmlClassProperties
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.util.HtmlIconUtil.IconPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.util.WComponentTreeVisitor.VisitorResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WAudio.Controls
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WAudio.Preload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WButton.ImagePosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WCheckBoxSelect.Layout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WCollapsible.CollapsibleMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WColumn.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WContent.DisplayMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.ExpandMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.PaginationMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.SelectAllType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.SelectMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.SortMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.StripingType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDataTable.Type
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDefinitionList.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WDropdown.DropdownType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WFieldSet.FrameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WFigure.FigureMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WLink.ImagePosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WList.Separator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WList.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WMenu.MenuType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WMenu.SelectMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WMessageBox.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WPanel.PanelMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WPanel.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WProgressBar.ProgressBarType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WProgressBar.UnitType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WRadioButtonSelect.Layout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WSection.SectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WSelectToggle.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WStyledText.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WStyledText.WhitespaceMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WSubMenu.MenuMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WSuggestions.Autocomplete
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.ExpandMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.PaginationLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.PaginationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.SelectAllType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.SelectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.SeparatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.SortMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.StripingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTable.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTableColumn.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTabSet.TabMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTabSet.TabSetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTree.ExpandMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTree.SelectMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WTree.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WVideo.Controls
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.bordertech.wcomponents.WVideo.Preload
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VELOCITY - com.github.bordertech.wcomponents.template.TemplateRendererFactory.TemplateEngine
-
Velocity engine.
- VELOCITY_CACHE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to cache velocity output.
- VELOCITY_CACHE_TEMPLATES - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether to cache velocity templates.
- VELOCITY_FILE_TEMPLATES - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The location of the velocity file templates.
- VELOCITY_MACRO_LIBRARY - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The velocity macro library.
- VelocityCacheImpl - Class in com.github.bordertech.wcomponents.template
-
Velocity caching implementation.
- VelocityCacheImpl() - Constructor for class com.github.bordertech.wcomponents.template.VelocityCacheImpl
- VelocityEngineFactory - Class in com.github.bordertech.wcomponents.velocity
-
A wrapper for the creation of a (singleton) VelocityEngine, using runtime
configuration
parameters for configuration. - VelocityInterceptor - Class in com.github.bordertech.wcomponents.container
-
Deprecated.Do not require a template for an interceptor. Write a custom interceptor that extends
InterceptorComponent
. - VelocityInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.VelocityInterceptor
-
Deprecated.
- VelocityLogger - Class in com.github.bordertech.wcomponents.velocity
-
Allows the velocity engine to use the commons logging used by WComponents.
- VelocityLogger() - Constructor for class com.github.bordertech.wcomponents.velocity.VelocityLogger
- VelocityProperties - Interface in com.github.bordertech.wcomponents.velocity
-
Components which use the VelocityLayout may implement this interface, in which case the Map given in the getVelocityMap function will be installed into the VelocityContext.
- VelocityRenderer - Class in com.github.bordertech.wcomponents.render.webxml
-
Deprecated.USe
WTemplate
instead. - VelocityRenderer() - Constructor for class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.Creates a VelocityRenderer where the template is determined during rendering.
- VelocityRenderer(String) - Constructor for class com.github.bordertech.wcomponents.render.webxml.VelocityRenderer
-
Deprecated.do not construct velocity renderers with specific templates
- VelocityRendererImpl - Class in com.github.bordertech.wcomponents.template
-
Velocity template renderer.
- VelocityRendererImpl() - Constructor for class com.github.bordertech.wcomponents.template.VelocityRendererImpl
- VelocityTemplateManager - Class in com.github.bordertech.wcomponents.velocity
-
Deprecated.Use
WTemplate
instead. - VelocityWriter - Class in com.github.bordertech.wcomponents.velocity
-
VelocityWriter extends SearchReplaceWriter to defer rendering of WComponents when using a Velocity template.
- VelocityWriter(Writer, Map<String, WComponent>, UIContext) - Constructor for class com.github.bordertech.wcomponents.velocity.VelocityWriter
-
Creates a VelocityWriter.
- VERTICAL - com.github.bordertech.wcomponents.layout.FlowLayout.Alignment
-
Each component should be placed on a new row.
- VERTICAL - com.github.bordertech.wcomponents.WDataTable.SeparatorType
-
Deprecated.Indicates that vertical separators should be displayed.
- VERTICAL - com.github.bordertech.wcomponents.WTable.SeparatorType
-
Indicates that vertical separators should be displayed.
- VERTICAL - com.github.bordertech.wcomponents.WTree.Type
-
Vertical tree.
- VERTICAL - Static variable in class com.github.bordertech.wcomponents.layout.FlowLayout
-
This value indicates that each component should be placed on a new row.
- Video - Interface in com.github.bordertech.wcomponents
-
Represents a video.
- VideoModel() - Constructor for class com.github.bordertech.wcomponents.WVideo.VideoModel
- VideoResource - Class in com.github.bordertech.wcomponents
-
Provides a bridge to static image resources which are present in the class path, but not in the web application itself.
- VideoResource(String) - Constructor for class com.github.bordertech.wcomponents.VideoResource
-
Creates a videoResource.
- VideoResource(String, String) - Constructor for class com.github.bordertech.wcomponents.VideoResource
-
Creates a videoResource.
- VideoResource(String, String, Dimension) - Constructor for class com.github.bordertech.wcomponents.VideoResource
-
Creates a videoResource.
- VISIBLE_FLAG - Static variable in class com.github.bordertech.wcomponents.ComponentModel
-
The bit-mask for the flag that indicates whether a component is visible.
- visit(WComponent) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentByIdVisitor
-
Called for each component in the WComponent hierarchy.
- visit(WComponent) - Method in class com.github.bordertech.wcomponents.util.visitor.FindComponentsByClassVisitor
-
Called for each component in the WComponent hierarchy.
- visit(WComponent) - Method in interface com.github.bordertech.wcomponents.util.WComponentTreeVisitor
-
Called for each component in the WComponent hierarchy.
W
- WAbbrText - Class in com.github.bordertech.wcomponents
-
The WAbbrText component represents an abbreviation or acronym and the full textual description for its (abbreviated) text content.
- WAbbrText() - Constructor for class com.github.bordertech.wcomponents.WAbbrText
-
Creates an empty WAbbrText.
- WAbbrText(String) - Constructor for class com.github.bordertech.wcomponents.WAbbrText
-
Creates a WAbbrText with the specified abbreviated display text.
- WAbbrText(String, String) - Constructor for class com.github.bordertech.wcomponents.WAbbrText
-
Creates a WAbbrText with the specified abbreviated display text and toolTip full expansion text.
- WAjaxControl - Class in com.github.bordertech.wcomponents
-
The WAjaxControl links an AJAX trigger component with one or more AJAX target components.
- WAjaxControl(AjaxTrigger) - Constructor for class com.github.bordertech.wcomponents.WAjaxControl
-
Create a WAjaxControl with a specified trigger component.
- WAjaxControl(AjaxTrigger, AjaxTarget) - Constructor for class com.github.bordertech.wcomponents.WAjaxControl
-
Create a WAjaxControl with specified trigger and target components.
- WAjaxControl(AjaxTrigger, AjaxTarget[]) - Constructor for class com.github.bordertech.wcomponents.WAjaxControl
-
Create a WAjaxControl with specified trigger component and an array of target components.
- WAjaxControl(AjaxTrigger, List<? extends AjaxTarget>) - Constructor for class com.github.bordertech.wcomponents.WAjaxControl
-
Create a WAjaxControl with specified trigger component and a List of target components.
- WAjaxControl.AjaxControlModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WAjaxPollingRegion - Class in com.github.bordertech.wcomponents
-
Deprecated.1.2.0 This component is too abstract which leads to severe accessibility issues under common conditions and should have been an implementation example. See https://github.com/BorderTech/wcomponents/wiki/WAjaxPollingRegion.
- WAjaxPollingRegion(int) - Constructor for class com.github.bordertech.wcomponents.WAjaxPollingRegion
-
Deprecated.Creates a PollingRegion.
- WApplication - Class in com.github.bordertech.wcomponents
-
This component must be used as the top level component for an application.
- WApplication() - Constructor for class com.github.bordertech.wcomponents.WApplication
- WApplication.ApplicationResource - Class in com.github.bordertech.wcomponents
-
Holds the details of CSS and JS custom resources.
- WApplication.WApplicationModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WApplication.
- WApplicationModel() - Constructor for class com.github.bordertech.wcomponents.WApplication.WApplicationModel
- warn(String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a warning message.
- warn(String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a warning message.
- warn(String, String) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a warning message.
- warn(String, String, boolean) - Method in class com.github.bordertech.wcomponents.WMessages
-
Adds a warning message.
- WARN - com.github.bordertech.wcomponents.validation.AbstractWFieldIndicator.FieldIndicatorType
-
Warning Type.
- WARN - com.github.bordertech.wcomponents.WMessageBox.Type
-
The message box type used to display warning messages.
- WARN - Static variable in class com.github.bordertech.wcomponents.WMessageBox
-
The message box type used to display warning messages.
- WARN_THRESHOLD - Static variable in class com.github.bordertech.wcomponents.util.MemoryUtil
-
For convenience this can be used as a "rule of thumb" when testing the size of a List of components in the UI.
- WARNING - Static variable in interface com.github.bordertech.wcomponents.validation.Diagnostic
-
Indicates that the diagnostic is a "warning message".
- WARNING_MESSAGE - Static variable in class com.github.bordertech.wcomponents.Message
-
A message type that indicates that a message is a "warning message".
- WAudio - Class in com.github.bordertech.wcomponents
-
WAudio provides a means to play audio content.
- WAudio() - Constructor for class com.github.bordertech.wcomponents.WAudio
-
Creates a WAudio with no audio clips.
- WAudio(Audio) - Constructor for class com.github.bordertech.wcomponents.WAudio
-
Creates a WAudio with a given audio clip.
- WAudio(Audio[]) - Constructor for class com.github.bordertech.wcomponents.WAudio
-
Creates a WAudio with the given audio clip in multiple formats.
- WAudio(String) - Constructor for class com.github.bordertech.wcomponents.WAudio
-
Creates a WAudio with the given static content.
- WAudio.AudioModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WAudio.
- WAudio.Controls - Enum in com.github.bordertech.wcomponents
-
Deprecated.Note that the only options for HTML audio element are to show native controls or not. Not showing native controls if not an option within WComponents for a11y reasons so this whole enum is superfluous and has not been implemented in themes for years.
- WAudio.Preload - Enum in com.github.bordertech.wcomponents
-
This is used to indicate whether pre-loading of content should occur before the clip is played.
- WBeanComponent - Class in com.github.bordertech.wcomponents
-
WBeanComponent provides a default implementation of a bean-aware component, and is the basis for most bean-aware WComponents.
- WBeanComponent() - Constructor for class com.github.bordertech.wcomponents.WBeanComponent
- WBeanContainer - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WContainer
instead. - WBeanContainer() - Constructor for class com.github.bordertech.wcomponents.WBeanContainer
-
Deprecated.
- WButton - Class in com.github.bordertech.wcomponents
-
A WButton is used to submit the contents of the form to the server.
- WButton() - Constructor for class com.github.bordertech.wcomponents.WButton
-
Creates a WButton with no text or image.
- WButton(String) - Constructor for class com.github.bordertech.wcomponents.WButton
-
Creates a WButton with the specified text.
- WButton(String, char) - Constructor for class com.github.bordertech.wcomponents.WButton
-
Constructor.
- WButton.ButtonModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WButton.
- WButton.ImagePosition - Enum in com.github.bordertech.wcomponents
-
This is used to control the position of the image on the button relative to the text label.
- WCancelButton - Class in com.github.bordertech.wcomponents
-
This component is a specialised version of a
WButton
that provides additional client-side functionality commonly associated with a "cancel" button. - WCancelButton() - Constructor for class com.github.bordertech.wcomponents.WCancelButton
-
Creates a WCancelButton with the default text.
- WCancelButton(String) - Constructor for class com.github.bordertech.wcomponents.WCancelButton
-
Creates a WCancelButton with the specified text.
- WCancelButton(String, char) - Constructor for class com.github.bordertech.wcomponents.WCancelButton
-
Creates a WCancelButton with the specified text and access key.
- WCardManager - Class in com.github.bordertech.wcomponents
-
A WCardManager is a wcomponent used to control the visibility of its child components.
- WCardManager() - Constructor for class com.github.bordertech.wcomponents.WCardManager
-
Creates a WCardManager.
- WCardManager.CardManagerModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a CardManager.
- WCheckBox - Class in com.github.bordertech.wcomponents
-
A WCheckBox is a wcomponent used to display a checkbox input field.
- WCheckBox() - Constructor for class com.github.bordertech.wcomponents.WCheckBox
-
Creates an initially unselected check box with no set text.
- WCheckBox(boolean) - Constructor for class com.github.bordertech.wcomponents.WCheckBox
-
Creates a check box with the specified text and selection state.
- WCheckBox.CheckBoxModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WCheckBoxSelect - Class in com.github.bordertech.wcomponents
-
WCheckBoxSelect is a convenience class which presents a group of check boxes for the user to select one or more options from.
- WCheckBoxSelect() - Constructor for class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Creates an empty WCheckBoxSelect.
- WCheckBoxSelect(Object) - Constructor for class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Creates a WCheckBoxSelect with the options provided by the given table.
- WCheckBoxSelect(Object[]) - Constructor for class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Creates a WCheckBoxSelect with the specified options.
- WCheckBoxSelect(List) - Constructor for class com.github.bordertech.wcomponents.WCheckBoxSelect
-
Creates a WCheckBoxSelect with the specified options.
- WCheckBoxSelect.CheckBoxSelectModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WCheckBoxSelect.Layout - Enum in com.github.bordertech.wcomponents
-
An enumeration of button layouts.
- WCollapsible - Class in com.github.bordertech.wcomponents
-
The WCollapsible component enables a given component to be expanded/collapsed (shown/hidden) via clicking on the collapsible's header section.
- WCollapsible(WComponent, WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content and heading.
- WCollapsible(WComponent, WDecoratedLabel, WCollapsible.CollapsibleMode) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content and heading.
- WCollapsible(WComponent, WDecoratedLabel, WCollapsible.CollapsibleMode, CollapsibleGroup) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content, heading and group.
- WCollapsible(WComponent, String) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content and heading.
- WCollapsible(WComponent, String, WCollapsible.CollapsibleMode) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content and heading.
- WCollapsible(WComponent, String, WCollapsible.CollapsibleMode, CollapsibleGroup) - Constructor for class com.github.bordertech.wcomponents.WCollapsible
-
Creates a WCollapsible with the given content, heading and group.
- WCollapsible.CollapsibleMode - Enum in com.github.bordertech.wcomponents
-
The available types of collapsible mode.
- WCollapsible.CollapsibleModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WCollapsible.
- WCollapsibleToggle - Class in com.github.bordertech.wcomponents
-
This is component can be used to expand or collapse all collapsibles.
- WCollapsibleToggle() - Constructor for class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Creates a WCollapsibleToggle.
- WCollapsibleToggle(boolean) - Constructor for class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Deprecated.1.2.0 all WCollapsibleToggles are client side.
- WCollapsibleToggle(boolean, CollapsibleGroup) - Constructor for class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Deprecated.1.2.0 all WCollapsibleToggles are client side use
WCollapsibleToggle(com.github.bordertech.wcomponents.CollapsibleGroup)
. - WCollapsibleToggle(CollapsibleGroup) - Constructor for class com.github.bordertech.wcomponents.WCollapsibleToggle
-
Creates a WCollapsibleToggle for the given CollapsibleGroup.
- WCollapsibleToggle.CollapsibleModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WColumn - Class in com.github.bordertech.wcomponents
-
This is a layout component to be used in conjunction with WRow.
- WColumn() - Constructor for class com.github.bordertech.wcomponents.WColumn
-
Creates a WColumn with undefined width.
- WColumn(int) - Constructor for class com.github.bordertech.wcomponents.WColumn
-
Creates a WColumn with the width specified as a percentage of the total available width.
- WColumn.Alignment - Enum in com.github.bordertech.wcomponents
-
Describes how content within a column should be aligned.
- WColumn.ColumnModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WColumn.
- WColumnLayout - Class in com.github.bordertech.wcomponents
-
This component is used to group together two components into a two column (left and right) display.
- WColumnLayout() - Constructor for class com.github.bordertech.wcomponents.WColumnLayout
-
Creates a column layout with no heading.
- WColumnLayout(WHeading) - Constructor for class com.github.bordertech.wcomponents.WColumnLayout
-
Creates a column layout with the given heading.
- WColumnLayout(String) - Constructor for class com.github.bordertech.wcomponents.WColumnLayout
-
Creates a column layout with the given section heading.
- WComponent - Interface in com.github.bordertech.wcomponents
-
The WComponent interface.
- WComponentContainer - Interface in com.github.bordertech.wcomponents.container
-
Deprecated.no longer used
- WComponentGroup<T extends WComponent> - Class in com.github.bordertech.wcomponents
-
Define a group of components that can be used or controlled by other components like
WSubordinateControl
. - WComponentGroup() - Constructor for class com.github.bordertech.wcomponents.WComponentGroup
- WComponentGroup.ComponentGroupModel - Class in com.github.bordertech.wcomponents
-
A class used to hold the list of components.
- WComponentRef(String, int[]) - Constructor for class com.github.bordertech.wcomponents.AbstractWComponent.WComponentRef
-
Creates a WComponentRef.
- WComponentTreeVisitor - Interface in com.github.bordertech.wcomponents.util
-
A visitor interface used when traversing WComponent trees.
- WComponentTreeVisitor.VisitorResult - Enum in com.github.bordertech.wcomponents.util
-
An enumeration used to short-circuit tree traversal for efficiency.
- WConfirmationButton - Class in com.github.bordertech.wcomponents
-
This component is a specialised version of a
WButton
that provides additional client-side functionality commonly associated with a "cancel" button. - WConfirmationButton() - Constructor for class com.github.bordertech.wcomponents.WConfirmationButton
-
Creates an empty confirmation button.
- WConfirmationButton(String) - Constructor for class com.github.bordertech.wcomponents.WConfirmationButton
-
Constructor.
- WConfirmationButton(String, char) - Constructor for class com.github.bordertech.wcomponents.WConfirmationButton
-
Constructor.
- WContainer - Class in com.github.bordertech.wcomponents
-
A default implementation of the
Container
interface. - WContainer() - Constructor for class com.github.bordertech.wcomponents.WContainer
- WContent - Class in com.github.bordertech.wcomponents
-
This wcomponent enables the display of arbitrary document content from a WComponent application.
- WContent() - Constructor for class com.github.bordertech.wcomponents.WContent
- WContent.ContentModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WContent.
- WContent.DisplayMode - Enum in com.github.bordertech.wcomponents
-
An enumeration of how the content should be provided to the user.
- WContentLink - Class in com.github.bordertech.wcomponents
- WContentLink() - Constructor for class com.github.bordertech.wcomponents.WContentLink
-
Construct the WContentLink.
- WContentLink(String) - Constructor for class com.github.bordertech.wcomponents.WContentLink
-
Creates a WContentLink with the given text.
- WContentLink(String, char) - Constructor for class com.github.bordertech.wcomponents.WContentLink
-
Creates a WContentLink with the given text and access key.
- WDataRenderer - Class in com.github.bordertech.wcomponents
-
This class is a convenience WComponent that is bound to a data object.
- WDataRenderer() - Constructor for class com.github.bordertech.wcomponents.WDataRenderer
- WDataTable - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
instead. - WDataTable() - Constructor for class com.github.bordertech.wcomponents.WDataTable
-
Deprecated.Creates a WDataTable.
- WDataTable.ActionConstraint - Class in com.github.bordertech.wcomponents
-
Deprecated.Describes a constraint on a table action.
- WDataTable.ExpandMode - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how row expansion should work.
- WDataTable.PaginationMode - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how pagination should work.
- WDataTable.SelectAllType - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how the "select all" function should work.
- WDataTable.SelectMode - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how row selection should work.
- WDataTable.SeparatorType - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control the type of striping used, if any.
- WDataTable.SortMode - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how sorting should work.
- WDataTable.StripingType - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control the type of striping used, if any.
- WDataTable.TableModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Contains the table's UI state.
- WDataTable.Type - Enum in com.github.bordertech.wcomponents
-
Deprecated.This is used to control how table data should be displayed.
- WDataTableRowRenderer - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
andWTableRowRenderer
instead. - WDataTableRowRenderer(WDataTable) - Constructor for class com.github.bordertech.wcomponents.WDataTableRowRenderer
-
Deprecated.Creates a WDataTableRowRenderer.
- WDateField - Class in com.github.bordertech.wcomponents
-
This component is a date entry component.
- WDateField() - Constructor for class com.github.bordertech.wcomponents.WDateField
-
Creates a WDateField that does not allow lenient parsing.
- WDateField(boolean) - Constructor for class com.github.bordertech.wcomponents.WDateField
-
Creates a WDateField.
- WDateField.DateFieldModel - Class in com.github.bordertech.wcomponents
-
DateFieldModel holds Extrinsic state management of the field.
- WDecoratedLabel - Class in com.github.bordertech.wcomponents
-
WDecorated is a "decorated label" which is typically displayed inside other components, for example
WTab
. - WDecoratedLabel() - Constructor for class com.github.bordertech.wcomponents.WDecoratedLabel
-
Creates an initially empty decorated label, with a
WText
as the body content. - WDecoratedLabel(WComponent) - Constructor for class com.github.bordertech.wcomponents.WDecoratedLabel
-
Creates a decorated label with the given body.
- WDecoratedLabel(WComponent, WComponent, WComponent) - Constructor for class com.github.bordertech.wcomponents.WDecoratedLabel
-
Creates a decorated label with the given content.
- WDecoratedLabel(String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.WDecoratedLabel
-
Creates a decorated label with a WText as the body content, containing the given text.
- WDecoratedLabel.DecoratedLabelModel - Class in com.github.bordertech.wcomponents
-
A class used to hold the type of label for this component.
- WDefinitionList - Class in com.github.bordertech.wcomponents
-
WDefinitionList is used to render pair lists of terms/data.
- WDefinitionList() - Constructor for class com.github.bordertech.wcomponents.WDefinitionList
-
Creates an empty WDefinitionList with a
WDefinitionList.Type.NORMAL
layout. - WDefinitionList(WDefinitionList.Type) - Constructor for class com.github.bordertech.wcomponents.WDefinitionList
-
Creates an empty WDefinitionList with the given layout type.
- WDefinitionList.DefinitionListModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WDefinitionList.Type - Enum in com.github.bordertech.wcomponents
-
The layout options.
- WDialog - Class in com.github.bordertech.wcomponents
-
WDialog is used to display pop-up content.
- WDialog() - Constructor for class com.github.bordertech.wcomponents.WDialog
-
Creates a WDialog.
- WDialog(WComponent) - Constructor for class com.github.bordertech.wcomponents.WDialog
-
Creates a WDialog containing the given content.
- WDialog(WComponent, WButton) - Constructor for class com.github.bordertech.wcomponents.WDialog
-
Deprecated.1.2.3 use
WDialog(WComponent)
andWDialog.setTrigger(DialogOpenTrigger)
instead. - WDialog.DialogModel - Class in com.github.bordertech.wcomponents
-
Holds the state information of a WDialog.
- WDropdown - Class in com.github.bordertech.wcomponents
-
The WDropdown component is used to let the user select a single option from a drop-down list.
- WDropdown() - Constructor for class com.github.bordertech.wcomponents.WDropdown
-
Creates an empty WDropdown.
- WDropdown(Object) - Constructor for class com.github.bordertech.wcomponents.WDropdown
-
Creates a WDropdown with the options provided by the given table.
- WDropdown(Object[]) - Constructor for class com.github.bordertech.wcomponents.WDropdown
-
Creates a WDropdown with the specified options.
- WDropdown(List) - Constructor for class com.github.bordertech.wcomponents.WDropdown
-
Creates a WDropdown with the specified options.
- WDropdown.DropdownModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the drop down.
- WDropdown.DropdownType - Enum in com.github.bordertech.wcomponents
-
Deprecated.COMBO no longer required. WSuggestions and a WTextfield should be used instead
- WebComponent - Interface in com.github.bordertech.wcomponents
-
The interface for web components.
- WebModel - Interface in com.github.bordertech.wcomponents
-
The interface for objects that store user specific session state for web components.
- WebUtilities - Class in com.github.bordertech.wcomponents
-
WComponent and HTML related utility methods.
- WebUtilities.NumericEntityIgnorer - Class in com.github.bordertech.wcomponents
-
Implementation of the CodePointTranslator to throw away the matching characters.
- WebXmlRenderContext - Class in com.github.bordertech.wcomponents.servlet
-
The WComponent web-xml render context.
- WebXmlRenderContext(PrintWriter) - Constructor for class com.github.bordertech.wcomponents.servlet.WebXmlRenderContext
-
Creates a WebXmlRenderContext.
- WebXmlRenderContext(PrintWriter, Locale) - Constructor for class com.github.bordertech.wcomponents.servlet.WebXmlRenderContext
-
Creates a WebXmlRenderContext.
- WEditableImage - Class in com.github.bordertech.wcomponents
-
The WEditableImage component provides a way for the user to edit and upload modifications to an image.
- WEditableImage(WMultiFileWidget) - Constructor for class com.github.bordertech.wcomponents.WEditableImage
-
Creates a WEditableImage associated with the file widget used to upload edited results.
- WEditableImage.EditableImageModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WEditableImage.
- WEmailField - Class in com.github.bordertech.wcomponents
-
A WEmailField is a wcomponent used to display an email input field.
- WEmailField() - Constructor for class com.github.bordertech.wcomponents.WEmailField
- WEmailField.EmailFieldModel - Class in com.github.bordertech.wcomponents
-
EmailFieldModel holds Extrinsic state management of the field.
- WEST - com.github.bordertech.wcomponents.layout.BorderLayout.BorderLayoutConstraint
-
Deprecated.West (left) positioning.
- WEST - com.github.bordertech.wcomponents.WButton.ImagePosition
-
Image is in the West position.
- WEST - com.github.bordertech.wcomponents.WLink.ImagePosition
-
Image is in the West position.
- WEST - Static variable in class com.github.bordertech.wcomponents.layout.BorderLayout
-
Deprecated.The west layout constraint (left side of container).
- WField - Class in com.github.bordertech.wcomponents
-
This component is used to aggregate the common elements that are used to display an editable field (ie, the label, the field itself and an error indicator).
- WField.FieldModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WFieldErrorIndicator - Class in com.github.bordertech.wcomponents.validation
-
This component is used to render errors relating to an individual field.
- WFieldErrorIndicator(WComponent) - Constructor for class com.github.bordertech.wcomponents.validation.WFieldErrorIndicator
-
Creates an WFieldErrorIndicator which is associated with a field.
- WFieldLayout - Class in com.github.bordertech.wcomponents
-
This component is used to group together a collection of
WField
components to provide a consistent layout template. - WFieldLayout() - Constructor for class com.github.bordertech.wcomponents.WFieldLayout
-
Creates a WFieldLayout with the default layout type of
WFieldLayout.LAYOUT_FLAT
. - WFieldLayout(String) - Constructor for class com.github.bordertech.wcomponents.WFieldLayout
-
Creates a WFieldLayout with the given layout type.
- WFieldLayout.FieldLayoutModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WFieldSet - Class in com.github.bordertech.wcomponents
-
WFieldSet is used to logically group together input fields.
- WFieldSet(WComponent) - Constructor for class com.github.bordertech.wcomponents.WFieldSet
-
Creates a WFieldSet.
- WFieldSet(String) - Constructor for class com.github.bordertech.wcomponents.WFieldSet
-
Creates a WFieldSet.
- WFieldSet.FieldSetModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WFieldSet.FrameType - Enum in com.github.bordertech.wcomponents
-
Describes how the field set's frame is rendered.
- WFieldWarningIndicator - Class in com.github.bordertech.wcomponents.validation
-
This component is used to render warnings relating to an individual field.
- WFieldWarningIndicator(WComponent) - Constructor for class com.github.bordertech.wcomponents.validation.WFieldWarningIndicator
-
Just calls the super classes constructor.
- WFigure - Class in com.github.bordertech.wcomponents
-
WFigure represents a container that is used to associate a large graphical element with its text description.
- WFigure(WComponent, WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WFigure
-
Creates a WFigure with the given content and heading.
- WFigure(WComponent, String) - Constructor for class com.github.bordertech.wcomponents.WFigure
-
Creates a WFigure with the given content and heading.
- WFigure.FigureMode - Enum in com.github.bordertech.wcomponents
-
The available types of AJAX mode.
- WFigure.FigureModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WFigure.
- WFileWidget - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WMultiFileWidget
instead. - WFileWidget() - Constructor for class com.github.bordertech.wcomponents.WFileWidget
-
Deprecated.
- WFileWidget.FileWidgetModel - Class in com.github.bordertech.wcomponents
-
Deprecated.Holds the extrinsic state information of a WFileWidget.
- WFileWidgetCleanup - Class in com.github.bordertech.wcomponents.portlet.context
-
This context listener is used to stop the reaper
Thread
that is started by the jakarta commons file upload API. - WFileWidgetCleanup() - Constructor for class com.github.bordertech.wcomponents.portlet.context.WFileWidgetCleanup
- WFilterText - Class in com.github.bordertech.wcomponents
-
WFilterText is an extension of
WText
that can be used to replace text. - WFilterText() - Constructor for class com.github.bordertech.wcomponents.WFilterText
-
Creates an empty WFilterText.
- WFilterText(String) - Constructor for class com.github.bordertech.wcomponents.WFilterText
-
Creates a WFilterText with the given static text.
- WFilterText(String, String) - Constructor for class com.github.bordertech.wcomponents.WFilterText
-
Creates a WFilterText with the given search/replace strings.
- WFilterText.FilterTextModel - Class in com.github.bordertech.wcomponents
-
FilterTextModel holds Extrinsic state management of the component.
- WHeading - Class in com.github.bordertech.wcomponents
-
This component is used to render the different types of headings within an application.
- WHeading(int, WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
WHeading(HeadingLevel, WDecoratedLabel)
instead. - WHeading(int, String) - Constructor for class com.github.bordertech.wcomponents.WHeading
-
Deprecated.Use
WHeading(HeadingLevel, String)
instead. - WHeading(HeadingLevel, WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WHeading
-
Creates a WHeading.
- WHeading(HeadingLevel, String) - Constructor for class com.github.bordertech.wcomponents.WHeading
-
Creates a WHeading.
- WHeading.HeadingModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- whenFalse() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
-
This method is used to append actions to execute when the
condition
evaluates to 'false'. - whenTrue() - Method in class com.github.bordertech.wcomponents.subordinate.builder.SubordinateBuilder
-
This method is used to append actions to execute when the
condition
evaluates to 'true'. - WHiddenComment - Class in com.github.bordertech.wcomponents
-
This component is useful to put hidden text on a page.
- WHiddenComment() - Constructor for class com.github.bordertech.wcomponents.WHiddenComment
-
Creates an empty WHiddenComment.
- WHiddenComment(String) - Constructor for class com.github.bordertech.wcomponents.WHiddenComment
-
Creates a WHiddenComment with the specified text.
- WHITESPACE_FILTER - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
The flag indicating whether the whitespace filter is enabled.
- WhitespaceFilterInterceptor - Class in com.github.bordertech.wcomponents.container
-
WhitespaceFilterInterceptor is an interceptor that removes HTML comments and redundant white space from HTML output.
- WhitespaceFilterInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.WhitespaceFilterInterceptor
- WhiteSpaceFilterPrintWriter - Class in com.github.bordertech.wcomponents.util
-
WhiteSpaceFilterPrintWriter is a writer that filters out extraneous whitespace from HTML content written to it.
- WhiteSpaceFilterPrintWriter(Writer) - Constructor for class com.github.bordertech.wcomponents.util.WhiteSpaceFilterPrintWriter
-
Creates a new WhiteSpaceFilterOutputStream.
- WhiteSpaceFilterStateMachine - Class in com.github.bordertech.wcomponents.util
-
WhiteSpaceFilterOutputStream is a state machine that filters out extraneous whitespace from XHTML content.
- WhiteSpaceFilterStateMachine() - Constructor for class com.github.bordertech.wcomponents.util.WhiteSpaceFilterStateMachine
-
Creates a new WhiteSpaceFilterOutputStream.
- WhiteSpaceFilterStateMachine.State - Class in com.github.bordertech.wcomponents.util
-
Represents a state in the state-machine.
- WhiteSpaceFilterStateMachine.StateChange - Class in com.github.bordertech.wcomponents.util
-
Controls what processing occurs on a state transition.
- WHorizontalRule - Class in com.github.bordertech.wcomponents
-
WHorizontalRule is used to render a horizontal rule (line).
- WHorizontalRule() - Constructor for class com.github.bordertech.wcomponents.WHorizontalRule
- width(int) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets the target window's width.
- WImage - Class in com.github.bordertech.wcomponents
-
The WImage component provides a way for applications to display images within their application.
- WImage() - Constructor for class com.github.bordertech.wcomponents.WImage
-
Creates a WImage with no content.
- WImage(ImageResource) - Constructor for class com.github.bordertech.wcomponents.WImage
-
Creates a WImage with the given image resource.
- WImage(String, String) - Constructor for class com.github.bordertech.wcomponents.WImage
-
Creates a WImage with the given static content.
- WImage.ImageModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WImage.
- WImageEditor - Class in com.github.bordertech.wcomponents
-
EXPERIMENTAL API WARNING - this API is under development and is likely to change.
- WImageEditor() - Constructor for class com.github.bordertech.wcomponents.WImageEditor
- WImageEditor.ImageEditModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WImageEditor.
- WindowAttributes() - Constructor for class com.github.bordertech.wcomponents.WLink.WindowAttributes
- WindowModel() - Constructor for class com.github.bordertech.wcomponents.WWindow.WindowModel
- windowName(String) - Method in class com.github.bordertech.wcomponents.WLink.Builder
-
Sets the target window name.
- WInternalLink - Class in com.github.bordertech.wcomponents
-
This component enables the creation of links within a page.
- WInternalLink() - Constructor for class com.github.bordertech.wcomponents.WInternalLink
-
Creates a WInternalLink with no text or component.
- WInternalLink(String, WComponent) - Constructor for class com.github.bordertech.wcomponents.WInternalLink
-
Creates a WInternalLink with the specified text and component to link to.
- WInternalLink.InternalLinkModel - Class in com.github.bordertech.wcomponents
-
InternalLinkModel holds Extrinsic state management of the component.
- WInvisibleContainer - Class in com.github.bordertech.wcomponents
-
This container is used as a marker for some special cases, where we want to skip normal WComponent life-cycle processes.
- WInvisibleContainer() - Constructor for class com.github.bordertech.wcomponents.WInvisibleContainer
- WLabel - Class in com.github.bordertech.wcomponents
-
The WLabel component is used to display a textual label for an input field.
- WLabel() - Constructor for class com.github.bordertech.wcomponents.WLabel
-
Creates an empty WLabel.
- WLabel(String) - Constructor for class com.github.bordertech.wcomponents.WLabel
-
Creates a new WLabel with the specified text.
- WLabel(String, char) - Constructor for class com.github.bordertech.wcomponents.WLabel
-
Creates a new WLabel with the specified text and access key.
- WLabel(String, char, WComponent) - Constructor for class com.github.bordertech.wcomponents.WLabel
-
Creates a new WLabel.
- WLabel(String, WComponent) - Constructor for class com.github.bordertech.wcomponents.WLabel
-
Creates a new WLabel with the specified text and component that the label is for.
- WLabel.LabelModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WLabel.
- WLink - Class in com.github.bordertech.wcomponents
-
Note that WLink is different to WButton rendered as a link because WLink will not post the form, and does not support Actions.
- WLink() - Constructor for class com.github.bordertech.wcomponents.WLink
-
Creates a WLink.
- WLink(String, String) - Constructor for class com.github.bordertech.wcomponents.WLink
-
Creates a WLink with the given text and url.
- WLink.Builder - Class in com.github.bordertech.wcomponents
-
This class allows building of WLink in a fluent interface style.
- WLink.ImagePosition - Enum in com.github.bordertech.wcomponents
-
This is used to control the position of the image on the link.
- WLink.LinkModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WLink.
- WLink.WindowAttributes - Class in com.github.bordertech.wcomponents
-
Encapsulates window attributes for new windows which are opened.
- WList - Class in com.github.bordertech.wcomponents
-
This component is an extension of a
WRepeater
that is used to render a collection of items as a list. - WList(WList.Type) - Constructor for class com.github.bordertech.wcomponents.WList
-
Creates a WList of the given type.
- WList(WList.Type, int) - Constructor for class com.github.bordertech.wcomponents.WList
-
Deprecated.
- WList(WList.Type, int, int) - Constructor for class com.github.bordertech.wcomponents.WList
-
Deprecated.
- WList(WList.Type, Size) - Constructor for class com.github.bordertech.wcomponents.WList
-
Creates a WList of the given type with the specified space between items.
- WList.ListModel - Class in com.github.bordertech.wcomponents
-
ListModel holds Extrinsic state management of the field.
- WList.Separator - Enum in com.github.bordertech.wcomponents
-
An enumeration of possible values for the item separator.
- WList.Type - Enum in com.github.bordertech.wcomponents
-
An enumeration of possible values for the list type.
- WMenu - Class in com.github.bordertech.wcomponents
-
This component enables rendering of a menuing system for an application.
- WMenu() - Constructor for class com.github.bordertech.wcomponents.WMenu
-
Creates a WMenu which is displayed as a menu bar.
- WMenu(WMenu.MenuType) - Constructor for class com.github.bordertech.wcomponents.WMenu
-
Creates a WMenu of the given type.
- WMenu.MenuModel - Class in com.github.bordertech.wcomponents
-
Holds the state information for a WMenu.
- WMenu.MenuType - Enum in com.github.bordertech.wcomponents
-
The available types of client-side menus.
- WMenu.SelectMode - Enum in com.github.bordertech.wcomponents
-
Deprecated.Use
MenuSelectContainer.getSelectionMode()
instead. - WMenuItem - Class in com.github.bordertech.wcomponents
-
This component provides a menu item for use either directly in the top level of a
WMenu
or as an item within aWSubMenu
orWMenuItemGroup
. - WMenuItem(WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a WMenuItem with the given label.
- WMenuItem(WDecoratedLabel, Action) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a WMenuItem with the given label and action.
- WMenuItem(WDecoratedLabel, String) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a WMenuItem with the given label and url.
- WMenuItem(String) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a new WMenuItem with the specified text.
- WMenuItem(String, char) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a new WMenuItem with the specified text and accessKey.
- WMenuItem(String, char, Action) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a new WMenuItem with the specified text, accessKey and action.
- WMenuItem(String, Action) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a WMenuItem with the given label and action.
- WMenuItem(String, String) - Constructor for class com.github.bordertech.wcomponents.WMenuItem
-
Creates a WMenuItem with the given text and url.
- WMenuItem.MenuItemModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WMenuItem.
- WMenuItemGroup - Class in com.github.bordertech.wcomponents
-
Deprecated.menu groups are not compatible with WCAG 2.0.
- WMenuItemGroup(WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Creates a new WMenuItem containing the specified button.
- WMenuItemGroup(String) - Constructor for class com.github.bordertech.wcomponents.WMenuItemGroup
-
Deprecated.Creates a new WMenuItem containing the specified button.
- WMessageBox - Class in com.github.bordertech.wcomponents
-
A
WMessageBox
is a component that renders a collection of informational messages. - WMessageBox(WMessageBox.Type) - Constructor for class com.github.bordertech.wcomponents.WMessageBox
-
Creates a WMessageBox of the given type.
- WMessageBox(WMessageBox.Type, boolean, String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.WMessageBox
-
Creates a WMessageBox of the given type with an initial message.
- WMessageBox(WMessageBox.Type, String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.WMessageBox
-
Creates a WMessageBox of the given type with an initial message.
- WMessageBox.MessageModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WMessageBox.
- WMessageBox.Type - Enum in com.github.bordertech.wcomponents
-
An enumeration of message box types.
- WMessages - Class in com.github.bordertech.wcomponents
-
WMessages provides a convenient wrapper for the WMessageBox and WValidationErrors components, and lets the developer use a "singleton" WMessages instance per application.
- WMessages() - Constructor for class com.github.bordertech.wcomponents.WMessages
-
Creates a new WMessages, where only validation messages are persisted between requests.
- WMessages(boolean) - Constructor for class com.github.bordertech.wcomponents.WMessages
-
Creates a new WMessages.
- WMessagesValidatingAction - Class in com.github.bordertech.wcomponents
-
WMessagesValidatingAction - Convenience class that validates a component and uses WMessages to display the results.
- WMessagesValidatingAction(WComponent) - Constructor for class com.github.bordertech.wcomponents.WMessagesValidatingAction
-
Creates a WMessagesValidatingAction for the given component.
- WMultiDropdown - Class in com.github.bordertech.wcomponents
-
The WMultiDropdown component allows multiple dropdown elements to be generated dynamically on the client, without requiring the page to be reloaded.
- WMultiDropdown() - Constructor for class com.github.bordertech.wcomponents.WMultiDropdown
-
Creates an empty WMultiDropdown.
- WMultiDropdown(Object) - Constructor for class com.github.bordertech.wcomponents.WMultiDropdown
-
Creates a WMultiDropdown with the options provided by the given table.
- WMultiDropdown(Object[]) - Constructor for class com.github.bordertech.wcomponents.WMultiDropdown
-
Creates a WMultiDropdown with the specified list of options.
- WMultiDropdown(List) - Constructor for class com.github.bordertech.wcomponents.WMultiDropdown
-
Creates a WMultiDropdown with the specified list of options.
- WMultiFileWidget - Class in com.github.bordertech.wcomponents
-
The WMultiFileWidget component allows multiple file input elements to be uploaded, without requiring an entire page reload for each item.
- WMultiFileWidget() - Constructor for class com.github.bordertech.wcomponents.WMultiFileWidget
- WMultiFileWidget.FileWidgetUpload - Class in com.github.bordertech.wcomponents
-
Holds the uploaded file and extra details.
- WMultiFileWidget.MultiFileWidgetModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WMultiFileWidget.
- WMultiSelect - Class in com.github.bordertech.wcomponents
-
The WMultiSelect input component allows the user to select one or more options from a list.
- WMultiSelect() - Constructor for class com.github.bordertech.wcomponents.WMultiSelect
-
Creates an empty WMultiSelect.
- WMultiSelect(Object) - Constructor for class com.github.bordertech.wcomponents.WMultiSelect
-
Creates a WMultiSelect with the options provided by the given table.
- WMultiSelect(Object[]) - Constructor for class com.github.bordertech.wcomponents.WMultiSelect
-
Creates a WMultiSelect containing the specified options.
- WMultiSelect(List) - Constructor for class com.github.bordertech.wcomponents.WMultiSelect
-
Creates a WMultiSelect containing the specified options.
- WMultiSelect.MultiSelectModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WMultiSelectPair - Class in com.github.bordertech.wcomponents
-
This component is functionally the same as
WMultiSelect
but it looks different. - WMultiSelectPair() - Constructor for class com.github.bordertech.wcomponents.WMultiSelectPair
-
Creates an empty WMultiSelectPair.
- WMultiSelectPair(Object) - Constructor for class com.github.bordertech.wcomponents.WMultiSelectPair
-
Creates a WMultiSelectPair with the options provided by the given table.
- WMultiSelectPair(Object[]) - Constructor for class com.github.bordertech.wcomponents.WMultiSelectPair
-
Creates a WMultiSelectPair with the specified list of options.
- WMultiSelectPair(List) - Constructor for class com.github.bordertech.wcomponents.WMultiSelectPair
-
Creates a WMultiSelectPair with the specified list of options.
- WMultiSelectPair.MultiSelectPairModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WMultiTextField - Class in com.github.bordertech.wcomponents
-
The WMultiTextField component allows multiple text input elements to be generated dynamically on the client without requiring the page to be reloaded.
- WMultiTextField() - Constructor for class com.github.bordertech.wcomponents.WMultiTextField
-
Creates an empty WMultiTextField.
- WMultiTextField(String[]) - Constructor for class com.github.bordertech.wcomponents.WMultiTextField
-
Creates a WMultiTextField with the default input values.
- WMultiTextField.MultiTextFieldModel - Class in com.github.bordertech.wcomponents
-
MultiTextFieldModel holds Extrinsic state management of the field.
- WNamingContext - Class in com.github.bordertech.wcomponents
-
A container that provides a
NamingContextable
for its children's ids. - WNamingContext(String) - Constructor for class com.github.bordertech.wcomponents.WNamingContext
- WNumberField - Class in com.github.bordertech.wcomponents
-
A WNumberField is a wcomponent used to display a numeric input field.
- WNumberField() - Constructor for class com.github.bordertech.wcomponents.WNumberField
- WNumberField.NumberFieldModel - Class in com.github.bordertech.wcomponents
-
NumberFieldModel holds Extrinsic state management of the field.
- WORK - com.github.bordertech.wcomponents.autocomplete.segment.PhoneFormat
-
Indicates the field represents a number for contacting someone at their workplace.
- WPanel - Class in com.github.bordertech.wcomponents
-
A WPanel is used to group components together.
- WPanel() - Constructor for class com.github.bordertech.wcomponents.WPanel
-
Creates a
WPanel.Type.PLAIN
WPanel. - WPanel(WPanel.Type) - Constructor for class com.github.bordertech.wcomponents.WPanel
-
Creates a WPanel of the specified type.
- WPanel.PanelMode - Enum in com.github.bordertech.wcomponents
-
The available types of panel mode.
- WPanel.PanelModel - Class in com.github.bordertech.wcomponents
-
A class used to hold the list of options for this component.
- WPanel.Type - Enum in com.github.bordertech.wcomponents
-
An enumeration of available panel types.
- WPartialDateField - Class in com.github.bordertech.wcomponents
-
This component is a date entry component.
- WPartialDateField() - Constructor for class com.github.bordertech.wcomponents.WPartialDateField
-
Creates a WPartialDateField with no date specified.
- WPartialDateField(char) - Constructor for class com.github.bordertech.wcomponents.WPartialDateField
-
Creates a WPartialDateField with a specific padding character.
- WPartialDateField(Integer, Integer, Integer) - Constructor for class com.github.bordertech.wcomponents.WPartialDateField
-
Creates a WPartialDateField with the specified date.
- WPartialDateField(Integer, Integer, Integer, char) - Constructor for class com.github.bordertech.wcomponents.WPartialDateField
-
Creates a WPartialDateField with the specified date and padding character.
- WPartialDateField.PartialDateFieldModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the partial date.
- WPasswordField - Class in com.github.bordertech.wcomponents
-
A WPasswordField is a wcomponent used to display a password input field.
- WPasswordField() - Constructor for class com.github.bordertech.wcomponents.WPasswordField
- WPasswordField.PasswordFieldModel - Class in com.github.bordertech.wcomponents
-
PasswordFieldModel holds Extrinsic state management of the field.
- WPhoneNumberField - Class in com.github.bordertech.wcomponents
-
A WPhoneNumberField is a wcomponent used to display a telephone number field.
- WPhoneNumberField() - Constructor for class com.github.bordertech.wcomponents.WPhoneNumberField
- WPhoneNumberField.PhoneFieldModel - Class in com.github.bordertech.wcomponents
-
PhoneFieldModel holds Extrinsic state management of the field.
- WPopup - Class in com.github.bordertech.wcomponents
-
This component enables a pop up browser window to an arbitrary location.
- WPopup() - Constructor for class com.github.bordertech.wcomponents.WPopup
-
Creates a new Window with no URL.
- WPopup(String) - Constructor for class com.github.bordertech.wcomponents.WPopup
-
Creates a new popup containing the specified content.
- WPopup.PopupModel - Class in com.github.bordertech.wcomponents
-
Stores the WPopup state information.
- WPrintButton - Class in com.github.bordertech.wcomponents
-
This button opens a client side browser print window.
- WPrintButton() - Constructor for class com.github.bordertech.wcomponents.WPrintButton
-
Creates a WPrintButton with the default button text.
- WPrintButton(String) - Constructor for class com.github.bordertech.wcomponents.WPrintButton
-
Creates a WPrintButton with the given button text.
- WProgressBar - Class in com.github.bordertech.wcomponents
-
WProgressBar is a component for displaying progress bars.
- WProgressBar() - Constructor for class com.github.bordertech.wcomponents.WProgressBar
-
Creates a normal progress bar.
- WProgressBar(int) - Constructor for class com.github.bordertech.wcomponents.WProgressBar
-
Creates a progress bar with the given maximum value.
- WProgressBar(WProgressBar.ProgressBarType) - Constructor for class com.github.bordertech.wcomponents.WProgressBar
-
Creates a progress bar with the given bar type.
- WProgressBar(WProgressBar.ProgressBarType, int) - Constructor for class com.github.bordertech.wcomponents.WProgressBar
-
Creates a progress bar with the given bar type and max value.
- WProgressBar(WProgressBar.ProgressBarType, WProgressBar.UnitType) - Constructor for class com.github.bordertech.wcomponents.WProgressBar
- WProgressBar(WProgressBar.ProgressBarType, WProgressBar.UnitType, int) - Constructor for class com.github.bordertech.wcomponents.WProgressBar
- WProgressBar.ProgressBarType - Enum in com.github.bordertech.wcomponents
-
Progress bar types.
- WProgressBar.UnitType - Enum in com.github.bordertech.wcomponents
-
Deprecated.- not implemented in HTML spec - do not use
- WProgressBar.WProgressBarModel - Class in com.github.bordertech.wcomponents
-
The component model that holds progress bar's state.
- WProgressBarModel() - Constructor for class com.github.bordertech.wcomponents.WProgressBar.WProgressBarModel
- WRadioButton - Class in com.github.bordertech.wcomponents
-
A WRadioButton is a wcomponent used to display a radio button and must be used with a
RadioButtonGroup
. - WRadioButtonSelect - Class in com.github.bordertech.wcomponents
-
WRadioButtonSelect is a convenience class which presents a group of radio buttons for the user to select one option from.
- WRadioButtonSelect() - Constructor for class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Creates an empty WRadioButtonSelect.
- WRadioButtonSelect(Object) - Constructor for class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Creates a WRadioButtonSelect with the options provided by the given crt.
- WRadioButtonSelect(Object[]) - Constructor for class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Creates a WRadioButtonSelect with the specified options.
- WRadioButtonSelect(List) - Constructor for class com.github.bordertech.wcomponents.WRadioButtonSelect
-
Creates a WRadioButtonSelect with the specified options.
- WRadioButtonSelect.Layout - Enum in com.github.bordertech.wcomponents
-
An enumeration of button layouts.
- WRadioButtonSelect.RadioButtonSelectModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- wrapXMLInRootElement(String) - Static method in class com.github.bordertech.wcomponents.DebugValidateXML
-
Wrap the XML in a root element before validating.
- WRepeater - Class in com.github.bordertech.wcomponents
-
When you have a situation where you have a list of a repeated data type that you want to render or edit, then this ui component can help.
- WRepeater() - Constructor for class com.github.bordertech.wcomponents.WRepeater
-
Creates a WRepeater without any repeated component.
- WRepeater(WComponent) - Constructor for class com.github.bordertech.wcomponents.WRepeater
-
Creates a WRepeater which will repeat the given component.
- WRepeater.RepeaterModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WRepeater.
- WRepeater.SubUIContext - Class in com.github.bordertech.wcomponents
-
The SubUIContext stores the state information for the repeated component hierarchy for a single row in the repeater.
- WRepeater.WRepeatRoot - Class in com.github.bordertech.wcomponents
-
Component to hold the repeated component and provide the correct row data.
- WRepeatRoot(WRepeater, WComponent) - Constructor for class com.github.bordertech.wcomponents.WRepeater.WRepeatRoot
-
Creates a WRepeatRoot.
- write(char[]) - Method in class com.github.bordertech.wcomponents.util.NullWriter
- write(char[], int, int) - Method in class com.github.bordertech.wcomponents.util.AbstractSearchReplaceWriter
-
Implementation of Writer's write method.
- write(char[], int, int) - Method in class com.github.bordertech.wcomponents.util.NullWriter
- write(char[], int, int) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterPrintWriter
-
Writes the given character data to the underlying output stream, filtering as necessary.
- write(int) - Method in class com.github.bordertech.wcomponents.util.mock.servlet.MockServletOutputStream
-
Writes the specified byte to this output stream.
- write(int) - Method in class com.github.bordertech.wcomponents.util.NullWriter
- write(int) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterPrintWriter
-
Writes the given byte to the underlying output stream if it passes filtering.
- write(File) - Method in class com.github.bordertech.wcomponents.util.mock.MockFileItem
- write(PrintWriter, UicStats) - Static method in class com.github.bordertech.wcomponents.monitor.UicStatsAsHtml
-
Writes out the given statistics in HTML format.
- write(String) - Method in class com.github.bordertech.wcomponents.util.NullWriter
- write(String, int, int) - Method in class com.github.bordertech.wcomponents.util.NullWriter
- write(String, int, int) - Method in class com.github.bordertech.wcomponents.util.WhiteSpaceFilterPrintWriter
-
Writes the given String to the underlying output stream, filtering as necessary.
- writeApplicationFooter(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Writes the footer text for an application.
- writeApplicationFooter(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Writes the footer text for an application.
- writeApplicationHeader(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Writes the header text for an application.
- writeApplicationHeader(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Writes the header text for an application.
- writeDebugInfo(WComponent, XmlStringBuilder) - Method in class com.github.bordertech.wcomponents.container.DebugStructureInterceptor
-
Writes debugging information for the given component.
- writeExternal(ObjectOutput) - Method in class com.github.bordertech.wcomponents.ComponentModel
-
Implementation of the Externalizable interface to ensure that we don't serialize redundant data (anything contained by the
ComponentModel.sharedModel
. - writeFooter(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Writes the footer information, which is written after all applications have rendered.
- writeFooter(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Writes the footer information, which is written after all applications have rendered.
- writeHeader(PrintWriter) - Method in class com.github.bordertech.wcomponents.container.DefaultPageShell
-
Writes the header information, which is written after all applications have rendered.
- writeHeader(PrintWriter) - Method in interface com.github.bordertech.wcomponents.container.PageShell
-
Writes the header information, which is written after all applications have rendered.
- writeReplace() - Method in class com.github.bordertech.wcomponents.AbstractWComponent
-
Implement writeReplace so that on serialization, WComponents that are registered in the UIRegistry write a reference to the registered component rather than the component itself.
- writeTemplate(Template, Context, Map<String, WComponent>, Writer) - Method in class com.github.bordertech.wcomponents.template.HandlebarsRendererImpl
- WrongStepAjaxInterceptor - Class in com.github.bordertech.wcomponents.container
-
This wrong step interceptor makes sure that ajax requests are only processed for the most recently rendered view.
- WrongStepAjaxInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.WrongStepAjaxInterceptor
- WrongStepContentInterceptor - Class in com.github.bordertech.wcomponents.container
-
This wrong step interceptor makes sure that content requests are only processed from the most recently rendered view.
- WrongStepContentInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.WrongStepContentInterceptor
- WrongStepServerInterceptor - Class in com.github.bordertech.wcomponents.container
-
This wrong step interceptor prevents an old request being processed that might have been submitted by a user using multiple windows.
- WrongStepServerInterceptor() - Constructor for class com.github.bordertech.wcomponents.container.WrongStepServerInterceptor
- WRow - Class in com.github.bordertech.wcomponents
-
This is a layout component, to which you add
WColumn
components. - WRow() - Constructor for class com.github.bordertech.wcomponents.WRow
-
Creates a WRow.
- WRow(int) - Constructor for class com.github.bordertech.wcomponents.WRow
-
Deprecated.
- WRow(Size) - Constructor for class com.github.bordertech.wcomponents.WRow
-
Create a WRow with the specified space between columns.
- WRow.RowModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WSection - Class in com.github.bordertech.wcomponents
-
The WSection component defines a major discrete section of a screen which is associated with, and described by, a heading.
- WSection(WPanel, WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WSection
-
Creates a WSection with the given content and heading.
- WSection(WPanel, String) - Constructor for class com.github.bordertech.wcomponents.WSection
-
Creates a WSection with the given content and heading.
- WSection(String) - Constructor for class com.github.bordertech.wcomponents.WSection
-
Creates a WSection with the given heading.
- WSection.SectionMode - Enum in com.github.bordertech.wcomponents
-
The available types of section mode.
- WSection.SectionModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WSection.
- WSelectToggle - Class in com.github.bordertech.wcomponents
-
This is component can be used to select all/none within a containing component, for example a
WPanel
orWFieldSet
containingWCheckBox
es, or aWDataTable
with multiple row selection enabled. - WSelectToggle() - Constructor for class com.github.bordertech.wcomponents.WSelectToggle
-
Creates a client-side WSelectToggle.
- WSelectToggle(boolean) - Constructor for class com.github.bordertech.wcomponents.WSelectToggle
-
Deprecated.1.2.8 all select toggle must be client side.
- WSelectToggle(boolean, WComponent) - Constructor for class com.github.bordertech.wcomponents.WSelectToggle
-
Deprecated.1.2.58 all select toggle must be client side.
- WSelectToggle(WComponent) - Constructor for class com.github.bordertech.wcomponents.WSelectToggle
-
Creates a WSelectToggle for the given target.
- WSelectToggle.SelectToggleModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WSelectToggle.
- WSelectToggle.State - Enum in com.github.bordertech.wcomponents
-
Describes the tri-state nature of a selectToggle.
- WSeparator - Class in com.github.bordertech.wcomponents
-
WSeparator provides spacing between items in a WMenu or WSubMenu.
- WSeparator() - Constructor for class com.github.bordertech.wcomponents.WSeparator
- WServlet - Class in com.github.bordertech.wcomponents.servlet
-
This class enables hosting of wcomponents in a servlet container.
- WServlet() - Constructor for class com.github.bordertech.wcomponents.servlet.WServlet
- WServlet.WServletEnvironment - Class in com.github.bordertech.wcomponents.servlet
-
The WServlet implementation of the WEnvironment interface.
- WServlet.WServletHelper - Class in com.github.bordertech.wcomponents.servlet
-
A servlet specific ContainerHelper.
- WServletEnvironment(String, String, UserAgentInfo) - Constructor for class com.github.bordertech.wcomponents.servlet.WServlet.WServletEnvironment
- WServletEnvironment(String, String, String) - Constructor for class com.github.bordertech.wcomponents.servlet.WServlet.WServletEnvironment
- WServletHelper(WServlet, HttpServletRequest, HttpServletResponse) - Constructor for class com.github.bordertech.wcomponents.servlet.WServlet.WServletHelper
- WShuffler - Class in com.github.bordertech.wcomponents
-
The WShuffler is a WComponent that allows a list of options to have its order manually shuffled by the user.
- WShuffler() - Constructor for class com.github.bordertech.wcomponents.WShuffler
-
Creates an empty WShuffler.
- WShuffler(List<?>) - Constructor for class com.github.bordertech.wcomponents.WShuffler
-
Creates a WShuffler with the specified options.
- WShuffler.ShufflerModel - Class in com.github.bordertech.wcomponents
-
The ShufflerModel holds the state management of the shuffler.
- WSingleSelect - Class in com.github.bordertech.wcomponents
-
The WSingleSelect input component allows the user to select one option from a list.
- WSingleSelect() - Constructor for class com.github.bordertech.wcomponents.WSingleSelect
-
Creates an empty WSingleSelect.
- WSingleSelect(Object) - Constructor for class com.github.bordertech.wcomponents.WSingleSelect
-
Creates a WSingleSelect with the options provided by the given table.
- WSingleSelect(Object[]) - Constructor for class com.github.bordertech.wcomponents.WSingleSelect
-
Creates a WSingleSelect containing the specified options.
- WSingleSelect(List) - Constructor for class com.github.bordertech.wcomponents.WSingleSelect
-
Creates a WSingleSelect containing the specified options.
- WSingleSelect.SingleSelectModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of the component.
- WSkipLinks - Class in com.github.bordertech.wcomponents
-
WSkipLinks is a component which has a heading and a list of internal links.
- WSkipLinks() - Constructor for class com.github.bordertech.wcomponents.WSkipLinks
- WStyledText - Class in com.github.bordertech.wcomponents
-
This component is used to render the different types of text.
- WStyledText() - Constructor for class com.github.bordertech.wcomponents.WStyledText
-
Creates a plain WStyledText with no text.
- WStyledText(String) - Constructor for class com.github.bordertech.wcomponents.WStyledText
-
Creates a plain WStyledText with the given text.
- WStyledText(String, WStyledText.Type) - Constructor for class com.github.bordertech.wcomponents.WStyledText
-
Creates a plain WStyledText with the given text and type.
- WStyledText.StyledTextModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WStyledText.
- WStyledText.Type - Enum in com.github.bordertech.wcomponents
-
The available types of text.
- WStyledText.WhitespaceMode - Enum in com.github.bordertech.wcomponents
-
Specifies how white-space should be handled.
- WSubMenu - Class in com.github.bordertech.wcomponents
-
This component is used to provide either a dropmenu (when added directly to a
WMenu
or nestable sub menus (when added to anotherWSubMenu
instance). - WSubMenu(WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WSubMenu
-
Creates a WSubMenu with the given text.
- WSubMenu(String) - Constructor for class com.github.bordertech.wcomponents.WSubMenu
-
Creates a WSubMenu with the given text.
- WSubMenu(String, char) - Constructor for class com.github.bordertech.wcomponents.WSubMenu
-
Deprecated.access keys are not implemented in menus. See https://www.w3.org/TR/wai-aria-practices/#keyboard-interaction-9 for information regarding key access to menus.
- WSubMenu.MenuMode - Enum in com.github.bordertech.wcomponents
-
The available types of operation.
- WSubMenu.SubMenuModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WSubMenu.
- WSubordinateControl - Class in com.github.bordertech.wcomponents.subordinate
-
WSubordinateControl enables screen logic (in particular visibility) to be abstracted in such a way that the logic can be executed by the UI framework in the client browser.
- WSubordinateControl() - Constructor for class com.github.bordertech.wcomponents.subordinate.WSubordinateControl
- WSuggestions - Class in com.github.bordertech.wcomponents
-
WSuggestions represents a device for providing suggested input for a text-like input field.
- WSuggestions() - Constructor for class com.github.bordertech.wcomponents.WSuggestions
-
Create a WSuggestions.
- WSuggestions(Object) - Constructor for class com.github.bordertech.wcomponents.WSuggestions
-
Creates a WSuggestions using a lookup table for the suggestions.
- WSuggestions(List<String>) - Constructor for class com.github.bordertech.wcomponents.WSuggestions
-
Creates a WSuggestions with predefined suggestions.
- WSuggestions.Autocomplete - Enum in com.github.bordertech.wcomponents
-
The way in which the suggestion is provided to and selected by the user.
- WSuggestions.SuggestionsModel - Class in com.github.bordertech.wcomponents
-
A class used to hold the list of options for this component.
- WTab - Class in com.github.bordertech.wcomponents
-
WTab encapsulates a tab on a tab set.
- WTab(WComponent, WDecoratedLabel, WTabSet.TabMode) - Constructor for class com.github.bordertech.wcomponents.WTab
-
Creates a new tab.
- WTab(WComponent, WDecoratedLabel, WTabSet.TabMode, char) - Constructor for class com.github.bordertech.wcomponents.WTab
-
Creates a new tab.
- WTab(WComponent, String, WTabSet.TabMode) - Constructor for class com.github.bordertech.wcomponents.WTab
-
Creates a new tab.
- WTab(WComponent, String, WTabSet.TabMode, char) - Constructor for class com.github.bordertech.wcomponents.WTab
-
Creates a new tab.
- WTab.TabModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WTab.
- WTabGroup - Class in com.github.bordertech.wcomponents
-
Deprecated.No replacement: must not be used as causes accessibility failure.
- WTabGroup(WDecoratedLabel) - Constructor for class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Creates a WTabGroup.
- WTabGroup(String) - Constructor for class com.github.bordertech.wcomponents.WTabGroup
-
Deprecated.Creates a WTabGroup.
- WTable - Class in com.github.bordertech.wcomponents
-
The WTable component is used to display tabular data.
- WTable() - Constructor for class com.github.bordertech.wcomponents.WTable
-
Creates a WTable.
- WTable.ActionConstraint - Class in com.github.bordertech.wcomponents
-
Describes a constraint on a table action.
- WTable.BeanBoundTableModel - Interface in com.github.bordertech.wcomponents
-
The BeanBoundTableModel provides a link between a bean (bound to a table), and the table model API.
- WTable.ExpandMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how row expansion should work.
- WTable.PaginationLocation - Enum in com.github.bordertech.wcomponents
-
This is used to control where in the table the pagination controls appear.
- WTable.PaginationMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how pagination should work.
- WTable.RowIdWrapper - Class in com.github.bordertech.wcomponents
-
Used to wrap the row index and the row key (used to uniquely identify the row).
- WTable.ScrollableTableModel - Interface in com.github.bordertech.wcomponents
-
This extension of
WTable.TableModel
is primarily for models that do not store their data locally. - WTable.SelectAllType - Enum in com.github.bordertech.wcomponents
-
This is used to control how the "select all" function should work.
- WTable.SelectMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how row selection should work.
- WTable.SeparatorType - Enum in com.github.bordertech.wcomponents
-
This is used to control the type of striping used, if any.
- WTable.SortMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how sorting should work.
- WTable.StripingType - Enum in com.github.bordertech.wcomponents
-
This is used to control the type of striping used, if any.
- WTable.TableModel - Interface in com.github.bordertech.wcomponents
-
TableModel provides the data for tables.
- WTable.TableRepeater - Class in com.github.bordertech.wcomponents
-
This repeater extension is necessary to ensure that tree-tables are painted correctly.
- WTable.Type - Enum in com.github.bordertech.wcomponents
-
This is used to control how table data should be displayed.
- WTable.WTableComponentModel - Class in com.github.bordertech.wcomponents
-
Contains the table's UI state.
- WTableColumn - Class in com.github.bordertech.wcomponents
-
WTableColumn represents a column in a
WDataTable
. - WTableColumn(WDecoratedLabel, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(WDecoratedLabel, WComponent, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(WDecoratedLabel, Class<? extends WComponent>) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(WDecoratedLabel, Class<? extends WComponent>, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(String, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(String, WComponent, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(String, Class<? extends WComponent>) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn(String, Class<? extends WComponent>, WComponent) - Constructor for class com.github.bordertech.wcomponents.WTableColumn
-
Creates a WTableColumn.
- WTableColumn.Alignment - Enum in com.github.bordertech.wcomponents
-
An enumeration of possible values for horizontal alignment of table column content.
- WTableColumn.WTableColumnModel - Class in com.github.bordertech.wcomponents
-
The component model that holds the column's state.
- WTableColumnModel() - Constructor for class com.github.bordertech.wcomponents.WTableColumn.WTableColumnModel
- WTableComponentModel() - Constructor for class com.github.bordertech.wcomponents.WTable.WTableComponentModel
- WTableRepeater - Class in com.github.bordertech.wcomponents
-
Deprecated.Use
WTable
instead. - WTableRepeater(WDataTable) - Constructor for class com.github.bordertech.wcomponents.WTableRepeater
-
Deprecated.
- WTableRowRenderer - Class in com.github.bordertech.wcomponents
-
WTableRowRenderer is used by the table's repeater to render row data.
- WTableRowRenderer(WTable) - Constructor for class com.github.bordertech.wcomponents.WTableRowRenderer
-
Creates a WTableRowRenderer.
- WTabSet - Class in com.github.bordertech.wcomponents
-
This component enables rendering of a set of tabbed components.
- WTabSet() - Constructor for class com.github.bordertech.wcomponents.WTabSet
-
Creates a WTabSet with the tabs positioned on the top.
- WTabSet(WTabSet.TabSetType) - Constructor for class com.github.bordertech.wcomponents.WTabSet
-
Creates a WTabSet of the given type.
- WTabSet.TabMode - Enum in com.github.bordertech.wcomponents
-
The available types of tab invocation.
- WTabSet.TabSetModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WTabSet.
- WTabSet.TabSetType - Enum in com.github.bordertech.wcomponents
-
The available types of client-side tab sets.
- WTemplate - Class in com.github.bordertech.wcomponents
-
Allows the use of custom templates to layout components, insert custom css and javascript.
- WTemplate() - Constructor for class com.github.bordertech.wcomponents.WTemplate
-
Construct WTemplate.
- WTemplate(String) - Constructor for class com.github.bordertech.wcomponents.WTemplate
- WTemplate(String, TemplateRendererFactory.TemplateEngine) - Constructor for class com.github.bordertech.wcomponents.WTemplate
- WTemplate(String, String) - Constructor for class com.github.bordertech.wcomponents.WTemplate
- WTemplate.TemplateModel - Class in com.github.bordertech.wcomponents
-
A class used to hold the list of options for this component.
- WText - Class in com.github.bordertech.wcomponents
-
WText is used to render some basic/raw text.
- WText() - Constructor for class com.github.bordertech.wcomponents.WText
-
Creates an empty WText.
- WText(String, Serializable...) - Constructor for class com.github.bordertech.wcomponents.WText
-
Creates a WText with the given initial text.
- WText.TextModel - Class in com.github.bordertech.wcomponents
-
Component model for WText.
- WTextArea - Class in com.github.bordertech.wcomponents
-
A WTextArea is a wcomponent used to display a html textarea.
- WTextArea() - Constructor for class com.github.bordertech.wcomponents.WTextArea
- WTextArea.TextAreaModel - Class in com.github.bordertech.wcomponents
-
TextAreaModel holds Extrinsic state management of the field.
- WTextField - Class in com.github.bordertech.wcomponents
-
A WTextField is a wcomponent used to display a html text input field.
- WTextField() - Constructor for class com.github.bordertech.wcomponents.WTextField
- WTextField.TextFieldModel - Class in com.github.bordertech.wcomponents
-
TextFieldModel holds Extrinsic state management of the field.
- WTimeoutWarning - Class in com.github.bordertech.wcomponents
-
WTimeoutWarning provides a mechanism to pass a session timeout period in seconds to the client.
- WTimeoutWarning() - Constructor for class com.github.bordertech.wcomponents.WTimeoutWarning
-
Creates a WTimeoutWarning using default timeout and warning settings.
- WTimeoutWarning(int) - Constructor for class com.github.bordertech.wcomponents.WTimeoutWarning
-
Creates a timeout indicator with a timeout period and uses the default warning period.
- WTimeoutWarning(int, int) - Constructor for class com.github.bordertech.wcomponents.WTimeoutWarning
-
Creates a timeout indicator with both a timeout period and warning period
- WTimeoutWarning.TimeoutWarningModel - Class in com.github.bordertech.wcomponents
-
Extends ComponentModel to provide timeout and warning periods to be set.
- WToggleButton - Class in com.github.bordertech.wcomponents
-
A selectable component with a button-like appearance.
- WToggleButton() - Constructor for class com.github.bordertech.wcomponents.WToggleButton
-
Create a default WToggleButton.
- WToggleButton(boolean) - Constructor for class com.github.bordertech.wcomponents.WToggleButton
-
Create a WToggleButton in a given selected state.
- WToggleButton(String) - Constructor for class com.github.bordertech.wcomponents.WToggleButton
-
Create a WToggleButton with specific text.
- WToggleButton(String, boolean) - Constructor for class com.github.bordertech.wcomponents.WToggleButton
-
Create a WToggleButton with specified text and selected state.
- WToggleButton.ToggleButtonModel - Class in com.github.bordertech.wcomponents
-
Holds state information for the toggle button.
- WTree - Class in com.github.bordertech.wcomponents
-
WTree represents a tree view selection control.
- WTree() - Constructor for class com.github.bordertech.wcomponents.WTree
-
Construct the WTree.
- WTree(WTree.Type) - Constructor for class com.github.bordertech.wcomponents.WTree
- WTree.ExpandMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how row expansion should work.
- WTree.SelectMode - Enum in com.github.bordertech.wcomponents
-
This is used to control how row selection should work.
- WTree.Type - Enum in com.github.bordertech.wcomponents
-
This is used to indicate the type of tree.
- WTree.WTreeComponentModel - Class in com.github.bordertech.wcomponents
-
Contains the tree's UI state.
- WTreeComponentModel() - Constructor for class com.github.bordertech.wcomponents.WTree.WTreeComponentModel
- WValidationErrors - Class in com.github.bordertech.wcomponents.validation
-
This component is used to render an error message box (commonly near the top of an application's UI) which contains all supplied validation errors.
- WValidationErrors() - Constructor for class com.github.bordertech.wcomponents.validation.WValidationErrors
- WValidationErrors.GroupedDiagnositcs - Class in com.github.bordertech.wcomponents.validation
-
Groups a set of related diagnostics.
- WValidationErrors.ValidationErrorsModel - Class in com.github.bordertech.wcomponents.validation
-
Holds the extrinsic state information of a WValidationErrors.
- WVideo - Class in com.github.bordertech.wcomponents
-
WVideo is used to display video content on the client.
- WVideo() - Constructor for class com.github.bordertech.wcomponents.WVideo
-
Creates a WVideo with no video clips.
- WVideo(Video) - Constructor for class com.github.bordertech.wcomponents.WVideo
-
Creates a WVideo with the given video clip.
- WVideo(Video[]) - Constructor for class com.github.bordertech.wcomponents.WVideo
-
Creates a WVideo with the given video clip in multiple formats.
- WVideo(String) - Constructor for class com.github.bordertech.wcomponents.WVideo
-
Creates a WVideo with the given static content.
- WVideo.Controls - Enum in com.github.bordertech.wcomponents
-
Deprecated.replaced with renderControls accessors
WVideo.isRenderControls()
andWVideo.setRenderControls(boolean)
- WVideo.Preload - Enum in com.github.bordertech.wcomponents
-
This is used to indicate whether pre-loading of content should occur before the clip is played.
- WVideo.VideoModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a WVideo.
- WWindow - Class in com.github.bordertech.wcomponents
-
This component enables a pop up browser window with interactive wcomponent content.
- WWindow() - Constructor for class com.github.bordertech.wcomponents.WWindow
-
Creates a new Window.
- WWindow(WComponent) - Constructor for class com.github.bordertech.wcomponents.WWindow
-
Creates a new Window containing the specified content.
- WWINDOW_REQUEST_PARAM_KEY - Static variable in class com.github.bordertech.wcomponents.WWindow
-
Request parameter key for a wwindow.
- WWindow.WindowModel - Class in com.github.bordertech.wcomponents
-
Holds the extrinsic state information of a window.
- WWindowInterceptor - Class in com.github.bordertech.wcomponents.container
-
This interceptor temporarily replaces the primary UIContext's
Environment
with an Environment suitable for processing a content request for a WWindow. - WWindowInterceptor(boolean) - Constructor for class com.github.bordertech.wcomponents.container.WWindowInterceptor
X
- XHTML_URI - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
XHtml URI.
- XL - com.github.bordertech.wcomponents.Size
-
Very large space.
- XML_DECLARATION - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
XML Declaration.
- XML_DECLERATION - Static variable in class com.github.bordertech.wcomponents.util.XMLUtil
-
Deprecated.1.4.0 never used internally. Must never be used!
- XML_ENCODE - Static variable in class com.github.bordertech.wcomponents.template.PlainTextRendererImpl
-
XML encode the template engine option.
- XmlStringBuilder - Class in com.github.bordertech.wcomponents
-
This class is used by the Layout classes to assist with common but primitive html/xml string construction.
- XmlStringBuilder(Writer) - Constructor for class com.github.bordertech.wcomponents.XmlStringBuilder
-
Creates a XmlStringBuilder with the default capacity and no explicit locale.
- XmlStringBuilder(Writer, Locale) - Constructor for class com.github.bordertech.wcomponents.XmlStringBuilder
-
Creates a XmlStringBuilder with the default capacity and the given Locale.
- XMLUtil - Class in com.github.bordertech.wcomponents.util
-
Utility class for rendering file element.
- XSLT_ALLOW_CORRUPT_CHARACTER - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Whether to allow corrupt characters for XSLT processing.
- XSLT_SERVER_SIDE - Static variable in class com.github.bordertech.wcomponents.util.ConfigurationProperties
-
Deprecated.1.3.1 No longer used: no replacement, will be removed in v2.0.0.
Z
A B C D E F G H I J L M N O P Q R S T U V W X ZAll Classes All Packages