WUI : API

A B C D E F G H I J K L M N O P R S T U V W

A

actionPerformed(WActionEvent) - Method in interface org.westofj.wui.WActionListener
Method invoked when an event occurs on a registered Widget instance.
add(Widget) - Method in class org.westofj.wui.WContainer
Add the specified widget to the container.
add(WMenuElement) - Method in class org.westofj.wui.WMenu
Adds a menu element to the menu.
add(Object) - Method in class org.westofj.wui.WParamText
Adds the specified argument to the end of the list of arguments.
add(WDisplayable, Widget) - Method in class org.westofj.wui.WTabbedPane
Adds a widget and an associated title to the tab pane.
addActionListener(WActionListener) - Method in class org.westofj.wui.WAbstractButton
Adds a WActionListener to the button.
addChangeListener(WChangeListener) - Method in class org.westofj.wui.Widget
Adds a change listener to the selection list.
addColumn(WTableColumn) - Method in class org.westofj.wui.table.WTableColumnModel
Adds a column specification to the column model.
addColumnSelection(int) - Method in class org.westofj.wui.table.WTable
 
addProtocolHandler(String, WIncludeProtocolHandler) - Static method in class org.westofj.wui.WInclude
 
addRowSelection(int) - Method in class org.westofj.wui.table.WTable
 
addSelectedIndex(int) - Method in class org.westofj.wui.WMultiList
Adds the value at the specified index to the set of selected values.
addSelectionListener(WTableSelectionListener) - Method in class org.westofj.wui.table.WTable
Adds a selection listener to the tables list of selection listener.
addStyleSheet(String) - Method in class org.westofj.wui.WRunner
Adds a style sheet to the runners collection of style sheets.

B

BOTTOM - Static variable in class org.westofj.wui.WVerticalAlignment
Aligns the widget to the bottom.
BUTTON_PRESSED - Static variable in class org.westofj.wui.WActionEvent
 

C

CENTER - Static variable in class org.westofj.wui.WBorderLayout
 
CENTER - Static variable in class org.westofj.wui.WHorizontalAlignment
Aligns the widget to the center.
CENTER - Static variable in class org.westofj.wui.WVerticalAlignment
Aligns the widget to the center.
CURRENT_CONTEXT - Static variable in class org.westofj.wui.WConstants
Attribute for jsp layout in request.
CURRENT_WIDGET - Static variable in class org.westofj.wui.WConstants
Attribute for jsp layout in request.
clear() - Method in class org.westofj.wui.WContainer
Removes all widgets from the container.
clear() - Method in class org.westofj.wui.WEventQueue
 
clear() - Method in class org.westofj.wui.WMapContainer
 
clear() - Method in class org.westofj.wui.WParamText
Removes all arguments.
clear() - Static method in class org.westofj.wui.WResources
Clears the internal resource bundle cache.
clear() - Method in class org.westofj.wui.WRunner
Empties the page stack of the runner.
clear() - Method in class org.westofj.wui.WTabbedPane
Removes all tabs from the tab pane.
clear() - Method in class org.westofj.wui.table.WTableColumnModel
Removes all column specifications from the column model.
clearColumnSelection() - Method in class org.westofj.wui.table.WTable
 
clearRowSelection() - Method in class org.westofj.wui.table.WTable
 
clearSelection() - Method in class org.westofj.wui.WList
Clears the current selection.
clearSelection() - Method in class org.westofj.wui.WMultiList
Clears the current selection.
containsKey(String) - Method in class org.westofj.wui.WMapContainer
 
containsWidget(Widget) - Method in class org.westofj.wui.WMapContainer
 
copy() - Method in class org.westofj.wui.WRenderContext
 
copyStream(InputStream, OutputStream) - Static method in class org.westofj.wui.WUtil
 
copyStream(InputStream, PrintWriter) - Static method in class org.westofj.wui.WUtil
 

D

DASHED - Static variable in class org.westofj.wui.WBorderStyle
 
DEFAULT_ACTIVE_BACKGROUND_COLOR - Static variable in class org.westofj.wui.WConstants
Default active background color.
DEFAULT_ACTIVE_COLOR - Static variable in class org.westofj.wui.WConstants
Default active color.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.westofj.wui.WConstants
Default background color.
DEFAULT_BORDER_COLOR - Static variable in class org.westofj.wui.WConstants
Default border color.
DEFAULT_COLOR - Static variable in class org.westofj.wui.WConstants
Default color.
DEFAULT_FONT - Static variable in class org.westofj.wui.WConstants
Default background color.
DEFAULT_HOVER_BACKGROUND_COLOR - Static variable in class org.westofj.wui.WConstants
Default hover background color.
DEFAULT_INACTIVE_BACKGROUND_COLOR - Static variable in class org.westofj.wui.WConstants
Default inactive background color.
DEFAULT_INACTIVE_COLOR - Static variable in class org.westofj.wui.WConstants
Default inactive color.
DEFAULT_LAYOUT - Static variable in class org.westofj.wui.WConstants
Default layout for containers.
DEFAULT_LINK_COLOR - Static variable in class org.westofj.wui.WConstants
Default link color.
DEFAULT_SELECTED_BACKGROUND_COLOR - Static variable in class org.westofj.wui.WConstants
Default selected background color.
DEFAULT_SELECTED_COLOR - Static variable in class org.westofj.wui.WConstants
Default selected color.
DEFAULT_STYLE_SHEET - Static variable in class org.westofj.wui.WConstants
Default layout for containers.
DEFAULT_TEXT - Static variable in class org.westofj.wui.WConstants
Text to output when nothing has been specified.
DEFAULT_TITLE - Static variable in class org.westofj.wui.WConstants
Title of pages when nothing has been specified.
DOCS_ROOT - Static variable in class org.westofj.wui.WConstants
public document root
DOTTED - Static variable in class org.westofj.wui.WBorderStyle
 
DOUBLE - Static variable in class org.westofj.wui.WBorderStyle
 
dequeue() - Method in class org.westofj.wui.WEventQueue
 
destroy() - Method in class org.westofj.wui.WApplication
Invoked when the application is destroyed by the controlling servlet.
destroy() - Method in class org.westofj.wui.WController
 
destroy() - Method in class org.westofj.wui.WRunner
Called when the runner is destroyed.
destroyRunner(WRunner) - Method in class org.westofj.wui.WApplication
Invoked when a new WRunner is destroyed by the controlling servlet.
doEndTag() - Method in class org.westofj.wui.tag.WidgetTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.westofj.wui.WController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.westofj.wui.WController
 

E

EAST - Static variable in class org.westofj.wui.WBorderLayout
 
enqueue(WEvent) - Method in class org.westofj.wui.WEventQueue
 
enqueue(WEvent) - Method in class org.westofj.wui.WRunner
 
enqueue1(WEvent) - Method in class org.westofj.wui.WEventQueue
 
enqueue2(WEvent) - Method in class org.westofj.wui.WEventQueue
 
enqueue2(WEvent) - Method in class org.westofj.wui.WRunner
 
equals(Object) - Method in class org.westofj.wui.WLocalizedText
 
equals(Object) - Method in class org.westofj.wui.WText
 
exit() - Method in class org.westofj.wui.WRunner
Instructs the controller to destroy the runner when the runner finishes its current event processing and render cycle.

F

filter(PrintWriter, String) - Static method in class org.westofj.wui.WUtil
Filters a string for display between HTML tags.
filter(String) - Static method in class org.westofj.wui.WUtil
Filters a string for display between HTML tags.
findId(Widget) - Method in class org.westofj.wui.WRunner
Returns the registered identifier for the specified widget.
fire() - Method in class org.westofj.wui.WActionEvent
 
fire() - Method in class org.westofj.wui.WChangeEvent
 
fire() - Method in class org.westofj.wui.WEvent
Fires the event.
fire() - Method in class org.westofj.wui.table.WTableSelectionEvent
 

G

GROOVE - Static variable in class org.westofj.wui.WBorderStyle
 
get(int) - Method in class org.westofj.wui.WContainer
Returns the widget at the specified index within the container.
get(String) - Method in class org.westofj.wui.WContainer
 
get(String) - Method in class org.westofj.wui.WMapContainer
 
getAbstractButton() - Method in class org.westofj.wui.WActionEvent
Returns the WAbstractButton associated with the event.
getActionCommand() - Method in class org.westofj.wui.WAbstractButton
Returns the action command of the button.
getActionCommand() - Method in class org.westofj.wui.WActionEvent
Returns the action command of the source widget.
getActiveBackgroundColor() - Method in class org.westofj.wui.WRenderContext
 
getActiveColor() - Method in class org.westofj.wui.WRenderContext
 
getActiveImage() - Method in class org.westofj.wui.WImageButton
Returns the target image url of the image displayed when the button is enabled.
getAlt() - Method in class org.westofj.wui.WImage
Returns the alternate text of the image.
getApplication() - Method in class org.westofj.wui.WRunner
Returns the WApplication instance associated with the runner.
getArgs() - Method in class org.westofj.wui.WParamText
Returns an unmodifiable list of the arguments.
getBackgroundColor() - Method in class org.westofj.wui.WAbstractContainer
Returns the background color.
getBackgroundColor() - Method in class org.westofj.wui.WCheckList
Returns the background color.
getBackgroundColor() - Method in class org.westofj.wui.WRadioList
Returns the background color.
getBackgroundColor() - Method in class org.westofj.wui.WRenderContext
 
getBorder() - Method in class org.westofj.wui.WAbstractContainer
Returns the border scalar value.
getBorder() - Method in class org.westofj.wui.WCheckList
Returns the border scalar value.
getBorder() - Method in class org.westofj.wui.WRadioList
Returns the border scalar value.
getBorderColor() - Method in class org.westofj.wui.WAbstractContainer
Returns the border color.
getBorderColor() - Method in class org.westofj.wui.WCheckList
Returns the border color.
getBorderColor() - Method in class org.westofj.wui.WRadioList
Returns the border color.
getBorderColor() - Method in class org.westofj.wui.WRenderContext
 
getBorderStyle() - Method in class org.westofj.wui.WAbstractContainer
Returns the style of the border.
getBorderStyle() - Method in class org.westofj.wui.WCheckList
Returns the border style.
getBorderStyle() - Method in class org.westofj.wui.WRadioList
Returns the border style.
getBorderUnit() - Method in class org.westofj.wui.WAbstractContainer
Returns the border unit type.
getBorderUnit() - Method in class org.westofj.wui.WCheckList
Returns the border unit type.
getBorderUnit() - Method in class org.westofj.wui.WRadioList
Returns the border unit type.
getBundle(Locale, String) - Static method in class org.westofj.wui.WResources
Returns a resource bundle for the specified bundle name and locale.
getBundleName() - Method in class org.westofj.wui.WLocalizedText
Returns the name of the resource bundle.
getCenter(WMapContainer) - Method in class org.westofj.wui.WBorderLayout
Returns the center widget.
getCenterHorizontalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getCenterVerticalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getClickImage() - Method in class org.westofj.wui.WImageButton
Returns the target image url of the image displayed when the user clicks the button.
getColor() - Method in class org.westofj.wui.WAbstractContainer
Returns the color.
getColor() - Method in class org.westofj.wui.WAnchor
Returns the color of the anchor.
getColor() - Method in class org.westofj.wui.WCheckList
Returns the color.
getColor() - Method in class org.westofj.wui.WLabelWidget
Returns the color of the label.
getColor() - Method in class org.westofj.wui.WLink
Returns the color.
getColor() - Method in class org.westofj.wui.WMultiSelectList
Returns the color of the list.
getColor() - Method in class org.westofj.wui.WRadioList
Returns the color.
getColor() - Method in class org.westofj.wui.WRenderContext
 
getColor() - Method in class org.westofj.wui.WSelectList
Returns the color of the list.
getColor() - Method in class org.westofj.wui.WTextWidget
Returns the color.
getColumn(int) - Method in class org.westofj.wui.table.WTableColumnModel
Returns the column specification at the specified index.
getColumn() - Method in class org.westofj.wui.table.WTableSelectionEvent
Returns the column the event applies to.
getColumnCount() - Method in class org.westofj.wui.table.WTableColumnModel
Returns the number of column specifications in the column model.
getColumnCount() - Method in interface org.westofj.wui.table.WTableModel
Returns the number of columns in the table model.
getColumnIndex() - Method in class org.westofj.wui.table.WTableColumn
Returns the index into the WTableModel.
getColumnModel() - Method in class org.westofj.wui.table.WTable
 
getColumnSelectionMode() - Method in class org.westofj.wui.table.WTable
 
getColumnSeparator() - Method in class org.westofj.wui.table.WTableSelectLayout
 
getColumns() - Method in class org.westofj.wui.WGridLayout
Returns the number of columns.
getColumns() - Method in class org.westofj.wui.WTextArea
Returns the horizontal width of the text area input widget.
getColumns() - Method in class org.westofj.wui.table.WTableColumnModel
Returns an unmodifiable list of the column specifications in the column model.
getContext() - Method in class org.westofj.wui.WPage
Returns the render context of the page.
getContextPath() - Method in class org.westofj.wui.WRunner
Returns the context path of the runner.
getCurrentIndex() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Returns the current scroll index of the table.
getCurrentPage() - Method in class org.westofj.wui.WRunner
Returns the page at the top of the page stack.
getDefaultHorizontalAlignment() - Method in class org.westofj.wui.WGridLayout
Returns the horizontal alignment of the layout.
getDefaultHorizontalAlignment() - Method in class org.westofj.wui.WHorizontalLayout
Returns the horizontal alignment of the layout.
getDefaultHorizontalAlignment() - Method in class org.westofj.wui.WVerticalLayout
Returns the horizontal alignment of the layout.
getDefaultStyleSheet() - Method in class org.westofj.wui.WRunner
Returns the default style sheet of the runner.
getDefaultVerticalAlignment() - Method in class org.westofj.wui.WGridLayout
Returns the vertical alignment of the layout.
getDefaultVerticalAlignment() - Method in class org.westofj.wui.WHorizontalLayout
Returns the vertical alignment of the layout.
getDefaultVerticalAlignment() - Method in class org.westofj.wui.WVerticalLayout
Returns the vertical alignment of the layout.
getDisplayValue(WRunner, WTableModel, int, WTableColumn) - Static method in class org.westofj.wui.table.WTable
 
getEast(WMapContainer) - Method in class org.westofj.wui.WBorderLayout
Returns the east widget.
getEastHorizontalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getEastVerticalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getElement(int) - Method in class org.westofj.wui.WMenu
Returns the menu element at the specified position.
getElementCount() - Method in class org.westofj.wui.WMenu
 
getElementCount() - Method in class org.westofj.wui.WMenuElement
Returns the number of elements contained within this menu element.
getElementCount() - Method in class org.westofj.wui.WMenuItem
 
getEvent() - Method in class org.westofj.wui.WActionEvent
Returns the type of event.
getEvent() - Method in class org.westofj.wui.table.WTableSelectionEvent
Returns the type of event.
getFamily() - Method in class org.westofj.wui.WFont
 
getFont() - Method in class org.westofj.wui.WAbstractContainer
Returns the font.
getFont() - Method in class org.westofj.wui.WAnchor
Returns the font of the anchor.
getFont() - Method in class org.westofj.wui.WButton
Returns the font.
getFont() - Method in class org.westofj.wui.WCheckList
Returns the font.
getFont() - Method in class org.westofj.wui.WLabelWidget
Returns the font of the label.
getFont() - Method in class org.westofj.wui.WLink
Returns the font.
getFont() - Method in class org.westofj.wui.WMultiSelectList
Returns the font of the list.
getFont() - Method in class org.westofj.wui.WRadioList
Returns the font.
getFont() - Method in class org.westofj.wui.WRenderContext
 
getFont() - Method in class org.westofj.wui.WResetButton
Returns the font.
getFont() - Method in class org.westofj.wui.WSelectList
Returns the font of the list.
getFont() - Method in class org.westofj.wui.WTextWidget
Returns the font.
getHeader() - Method in class org.westofj.wui.table.WTableColumn
Returns the header of the column.
getHeader(WRunner) - Method in class org.westofj.wui.table.WTableColumn
Returns the header of the column.
getHeight() - Method in class org.westofj.wui.WAbstractContainer
Returns the height scalar value
getHeight() - Method in class org.westofj.wui.WButton
Returns the height of the button.
getHeight() - Method in class org.westofj.wui.WResetButton
Returns the height.
getHeight() - Method in class org.westofj.wui.WSpacer
Returns the height of the spacer.
getHeightUnit() - Method in class org.westofj.wui.WAbstractContainer
Returns the height unit type.
getHorizontalAlignment(int) - Method in class org.westofj.wui.WGridLayout
Returns the horizontal alignment of the column.
getHorizontalAlignment(int) - Method in class org.westofj.wui.WHorizontalLayout
Returns the horizontal alignment of the column.
getHorizontalAlignment(int) - Method in class org.westofj.wui.WVerticalLayout
Returns the horizontal alignment of the row.
getHoverBackgroundColor() - Method in class org.westofj.wui.WRenderContext
 
getHoverImage() - Method in class org.westofj.wui.WImageButton
Returns the target image url of the image displayed when the user's mouse is over the button.
getHtml() - Method in class org.westofj.wui.WInlineHtml
Returns the HTML that is rendered to the display.
getHtmlAlign() - Method in class org.westofj.wui.WHorizontalAlignment
Returns the html alignment string for insertion into generated HTML.
getHtmlAlign() - Method in class org.westofj.wui.WVerticalAlignment
Returns the html alignment string for insertion into generated HTML.
getHtmlBorderStyle() - Method in class org.westofj.wui.WBorderStyle
 
getHtmlLength() - Method in class org.westofj.wui.WLengthUnit
 
getIdentifier() - Method in class org.westofj.wui.table.WTableColumn
Returns the user assigned identifier of the column specification.
getImage() - Method in class org.westofj.wui.WImage
Returns the target url of the image.
getInactiveBackgroundColor() - Method in class org.westofj.wui.WRenderContext
 
getInactiveColor() - Method in class org.westofj.wui.WRenderContext
Returns the inactive color.
getInactiveImage() - Method in class org.westofj.wui.WImageButton
Returns the target image url of the image displayed when the button is not enabled.
getInitParameter(String) - Method in class org.westofj.wui.WApplication
Returns the value of the specified initialization parameter from the servlets configuration.
getJspPage() - Method in class org.westofj.wui.WJspLayout
 
getKey() - Method in class org.westofj.wui.WLocalizedText
Returns the name of the resource key.
getLayoutManager() - Method in class org.westofj.wui.WContainer
Returns the layout manager that renders the display.
getLayoutManager() - Method in class org.westofj.wui.WMapContainer
Returns the layout manager.
getLinkColor() - Method in class org.westofj.wui.WAnchor
Returns the link color.
getLinkColor() - Method in class org.westofj.wui.WLink
Returns the link color.
getLinkColor() - Method in class org.westofj.wui.WRenderContext
 
getLocale() - Method in class org.westofj.wui.WRunner
Returns the locale associated with the runner.
getMargin() - Method in class org.westofj.wui.WPage
Returns the margin scalar value;
getMarginUnit() - Method in class org.westofj.wui.WPage
Returns the margin unit type.
getMaxLength() - Method in class org.westofj.wui.WTextField
Returns the maximum length in characters of text input to the widget.
getMenu() - Method in class org.westofj.wui.WMenuBar
Returns the menu displayed by the menu bar widget.
getMenu() - Method in class org.westofj.wui.WMenuTree
Returns the menu displayed by the menu tree widget.
getName() - Method in class org.westofj.wui.tag.WidgetTag
 
getNorth(WMapContainer) - Method in class org.westofj.wui.WBorderLayout
Returns the north widget.
getNorthHorizontalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getNorthVerticalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getObjectText(WRunner, Object) - Static method in class org.westofj.wui.WUtil
Returns the displayable text for an object.
getOptions() - Method in class org.westofj.wui.WList
Returns the selectable options.
getOptions() - Method in class org.westofj.wui.WMultiList
Returns the list of selectable options.
getPadding() - Method in class org.westofj.wui.WAbstractContainer
Returns the padding scalar value
getPaddingUnit() - Method in class org.westofj.wui.WAbstractContainer
Returns the padding unit type.
getPixelWidth() - Method in class org.westofj.wui.table.WTableSelectLayout
 
getPoints() - Method in class org.westofj.wui.WFont
 
getRealPath(String) - Method in class org.westofj.wui.WApplication
Returns a String containing the real path for a given virtual path.
getRenderer() - Method in class org.westofj.wui.table.WTableColumn
Returns the renderer that will render the data for this column.
getRequest() - Method in class org.westofj.wui.WRunner
Returns the active request instance.
getResourcePath(String) - Method in class org.westofj.wui.WRunner
Returns a normalized URL for the specified path .
getResponse() - Method in class org.westofj.wui.WRunner
Returns the active response instance.
getRow() - Method in class org.westofj.wui.table.WTableSelectionEvent
Returns the row the event applies to.
getRowCount() - Method in interface org.westofj.wui.table.WTableModel
 
getRowSelectionMode() - Method in class org.westofj.wui.table.WTable
 
getRows() - Method in class org.westofj.wui.WGridLayout
Returns the number of rows.
getRows() - Method in class org.westofj.wui.WTextArea
Returns the vertical height of the text area input widget.
getRunner() - Method in class org.westofj.wui.WPage
Returns the current runner context.
getRunner() - Static method in class org.westofj.wui.WRunner
Returns the current runner context.
getRunner() - Method in class org.westofj.wui.Widget
Returns the current runner context.
getSelectPixelWidth() - Method in class org.westofj.wui.WGrabBox
Returns the pixel width of the selection lists.
getSelectedBackgroundColor() - Method in class org.westofj.wui.WRenderContext
 
getSelectedColor() - Method in class org.westofj.wui.WRenderContext
 
getSelectedIndex() - Method in class org.westofj.wui.WList
Returns the index in the list of options of the currently selected value.
getSelectedIndices() - Method in class org.westofj.wui.WMultiList
Returns a list of indices in the list of selectable options of the currently selected values.
getSelectedTab() - Method in class org.westofj.wui.WTabbedPane
Returns the index of the selected tab.
getSelectedValue() - Method in class org.westofj.wui.WList
Returns the currently selected value.
getSelectedValues() - Method in class org.westofj.wui.WMultiList
Returns a list of the currently selected values.
getSelectedWidget() - Method in class org.westofj.wui.WTabbedPane
Returns the widget associated with the currently selected tab.
getServletContext() - Method in class org.westofj.wui.WApplication
Returns the servlet context of the WUI application.
getServletName() - Method in class org.westofj.wui.WApplication
Returns the name of the controlling servlet.
getServletPath() - Method in class org.westofj.wui.WRunner
Returns the servlet path of the runner.
getSource() - Method in class org.westofj.wui.WEvent
Returns the source of the event.
getSouth(WMapContainer) - Method in class org.westofj.wui.WBorderLayout
Returns the south widget.
getSouthHorizontalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getSouthVerticalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getSpacing() - Method in class org.westofj.wui.WAbstractContainer
Returns the spacing scalar value.
getSpacingUnit() - Method in class org.westofj.wui.WAbstractContainer
Returns the spacing unit type.
getStyle() - Method in class org.westofj.wui.WFont
 
getStyleSheets() - Method in class org.westofj.wui.WRunner
Returns an unmodifiable collection of style sheets associated with the runner.
getSubElements() - Method in class org.westofj.wui.WMenu
 
getSubElements() - Method in class org.westofj.wui.WMenuElement
Returns the sub-menu elements of this menu element.
getSubElements() - Method in class org.westofj.wui.WMenuItem
 
getTabCount() - Method in class org.westofj.wui.WTabbedPane
Returns the number of tabs contained within the tab pane.
getTable() - Method in class org.westofj.wui.table.WTableSelectionEvent
Returns the source of the event.
getTableModel() - Method in class org.westofj.wui.table.WTable
 
getText() - Method in class org.westofj.wui.WAbstractButton
Returns the button label.
getText(WRunner) - Method in class org.westofj.wui.WAbstractButton
Returns the label of the button as a String.
getText() - Method in class org.westofj.wui.WAnchor
Returns the label of the anchor widget.
getText(WRunner) - Method in interface org.westofj.wui.WDisplayable
Returns the textual view of the instance.
getText() - Method in class org.westofj.wui.WLabel
Returns the text of the label.
getText(WRunner) - Method in class org.westofj.wui.WLabel
 
getText(WRunner) - Method in class org.westofj.wui.WLocalizedText
 
getText(WRunner) - Method in class org.westofj.wui.WParamText
 
getText() - Method in class org.westofj.wui.WResetButton
Returns the label of the reset button.
getText(WRunner) - Method in class org.westofj.wui.WResetButton
Returns the label of the reset button as a string.
getText(Locale, String, String) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource.
getText(Locale, String, String, Object[]) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource constructed with the specified arguments.
getText(Locale, String, String, List) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource constructed with the specified arguments.
getText(Locale, String, String, Object) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource constructed with the specified argument.
getText(Locale, String, String, Object, Object) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource constructed with the specified arguments.
getText(Locale, String, String, Object, Object, Object) - Static method in class org.westofj.wui.WResources
Returns text for the specified resource constructed with the specified arguments.
getText() - Method in class org.westofj.wui.WStringLabel
Returns the text of the label.
getText(WRunner) - Method in class org.westofj.wui.WStringLabel
 
getText(WRunner) - Method in class org.westofj.wui.WText
 
getText() - Method in class org.westofj.wui.WText
Returns the text value.
getText() - Method in class org.westofj.wui.WTextWidget
Returns the text value of the widget.
getTitle() - Method in class org.westofj.wui.WImage
Returns the title of the image.
getTitle() - Method in class org.westofj.wui.WPage
Returns the title of the page.
getTitleAt(int) - Method in class org.westofj.wui.WTabbedPane
Returns the title of the tab at the specified index.
getTransactionId() - Method in class org.westofj.wui.WRunner
Returns the transaction identifier.
getUrl() - Method in class org.westofj.wui.WAnchor
Returns the target URL of the anchor.
getUrl() - Method in class org.westofj.wui.WExternalLink
Returns the target of the external link.
getUrl() - Method in class org.westofj.wui.WExternalPage
Gets the target URL.
getUrl() - Method in class org.westofj.wui.WInclude
Returns the URL of the resource to be included.
getValueAt(int, int) - Method in interface org.westofj.wui.table.WTableModel
Returns the data at the specified row and column in the table.
getViewportSize() - Method in class org.westofj.wui.table.WTableSelectLayout
 
getViewportSize() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Returns the number of rows displayed at one time.
getVisibleRowCount() - Method in class org.westofj.wui.WGrabBox
Returns the height of the selection lists in visible rows.
getVisibleRowCount() - Method in class org.westofj.wui.WMultiSelectList
Returns the number of visible options in the selection box.
getVisibleRowCount() - Method in class org.westofj.wui.WSelectList
Returns the height of the selection box in visible rows.
getVisibleSize() - Method in class org.westofj.wui.WTextField
Returns the visible horizontal size of the text input widget.
getWest(WMapContainer) - Method in class org.westofj.wui.WBorderLayout
Returns the west widget.
getWestHorizontalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getWestVerticalAlignment() - Method in class org.westofj.wui.WBorderLayout
 
getWidget() - Method in class org.westofj.wui.WPage
Returns the root widget of the widget hierarchy.
getWidgetAt(int) - Method in class org.westofj.wui.WTabbedPane
Returns the widget associated with the tab at the specified index.
getWidgets() - Method in class org.westofj.wui.WContainer
Returns the widgets contained within the container as a list.
getWidgets() - Method in class org.westofj.wui.WMapContainer
 
getWidth() - Method in class org.westofj.wui.WAbstractContainer
Returns the width unit scalar value.
getWidth() - Method in class org.westofj.wui.WButton
Returns the width of the button.
getWidth() - Method in class org.westofj.wui.WMultiSelectList
Returns the pixel width of the selection box.
getWidth() - Method in class org.westofj.wui.WResetButton
Returns the wdith.
getWidth() - Method in class org.westofj.wui.WSelectList
Returns the width of the selection box in pixels.
getWidth() - Method in class org.westofj.wui.WSpacer
Returns the width of the spacer.
getWidth() - Method in class org.westofj.wui.WTabbedPane
Returns the width scalar value.
getWidth() - Method in class org.westofj.wui.table.WTableColumn
 
getWidthUnit() - Method in class org.westofj.wui.WAbstractContainer
Returns the width unit type.
getWidthUnit() - Method in class org.westofj.wui.WTabbedPane
Returns the width units.

H

handle(WRunner, WRenderContext, PrintWriter, String) - Method in interface org.westofj.wui.WIncludeProtocolHandler
 
handleNoParams(WRunner) - Method in class org.westofj.wui.WCheckBox
 
handleNoParams(WRunner) - Method in class org.westofj.wui.Widget
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WAbstractButton
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WCheckBox
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WCheckList
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WGrabBox
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WMenuBar
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WMenuTree
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WMultiSelectList
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WRadioList
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WSelectList
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WTabbedPane
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.WTextWidget
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.Widget
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.table.WTableSelectLayout
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.table.WTableServerScrollLayout
 
handleParams(WRunner, String[]) - Method in class org.westofj.wui.table.WTableSimpleLayout
 
hasActionListeners() - Method in class org.westofj.wui.WAbstractButton
Returns true if the list has action listeners, false otherwise.
hasChangeListeners() - Method in class org.westofj.wui.Widget
Returns true if the list has a change listener, false otherwise.
hasSelectionListeners() - Method in class org.westofj.wui.table.WTable
Returns true if the list has a change listener, false otherwise.
hashCode() - Method in class org.westofj.wui.WLocalizedText
 
hashCode() - Method in class org.westofj.wui.WText
 

I

INCLUDE_SERVLET_PARM_NAME - Static variable in class org.westofj.wui.WConstants
 
INSET - Static variable in class org.westofj.wui.WBorderStyle
 
INSTANCE - Static variable in class org.westofj.wui.WEmpty
An instance of a WEmpty widget.
INSTANCE - Static variable in class org.westofj.wui.WFlowLayout
An instance of a flow layout manager.
INSTANCE - Static variable in class org.westofj.wui.WSeparator
An instance of a WSeparator widget.
init() - Method in class org.westofj.wui.WApplication
Invoked when the application is first created by the controlling servlet.
init(ServletConfig) - Method in class org.westofj.wui.WController
 
init() - Method in class org.westofj.wui.WRunner
Called when the runner is created.
initRunner(WRunner) - Method in class org.westofj.wui.WApplication
Invoked when a new WRunner is created by the controlling servlet.
initialize(WTable) - Method in interface org.westofj.wui.table.WTableLayout
 
initialize(WTable) - Method in class org.westofj.wui.table.WTableSelectLayout
 
initialize(WTable) - Method in class org.westofj.wui.table.WTableServerScrollLayout
 
initialize(WTable) - Method in class org.westofj.wui.table.WTableSimpleLayout
 
insert(WMenuElement, int) - Method in class org.westofj.wui.WMenu
Inserts the specified menu element into the menu at the specified position.
isBold() - Method in class org.westofj.wui.WFont
 
isCacheOn() - Static method in class org.westofj.wui.WResources
Returns true if resource bundle caching is on, false otherwise.
isEmpty() - Method in class org.westofj.wui.WEventQueue
 
isEmpty() - Method in class org.westofj.wui.WMapContainer
 
isEnabled() - Method in class org.westofj.wui.WAbstractButton
Returns true if the button is enabled, false otherwise.
isEnabled() - Method in class org.westofj.wui.WAnchor
Returns true if the anchor is enabled, false otherwise.
isEnabled() - Method in class org.westofj.wui.WResetButton
Returns true if the reset button is enabled, false otherwise.
isEnabledAt(int) - Method in class org.westofj.wui.WTabbedPane
Returns true if the tab at the specified index is enabled, false otherwise.
isItalics() - Method in class org.westofj.wui.WFont
 
isScrollEnabled() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Returns true if the table scroll bar is displayed, false otherwise.
isSelectable() - Method in class org.westofj.wui.table.WTableColumn
Returns true if this column is selectable,false otherwise.
isSelected() - Method in class org.westofj.wui.WCheckBox
Returns true if the check box is checked, false otherwise.
isSelected() - Method in class org.westofj.wui.WCheckMenuItem
Returns true if the check menu item is selected, false otherwise.
isSelected() - Method in class org.westofj.wui.WRadioMenuItem
Returns true if the radio menu item is selected, false otherwise.
isSelectedColumn(int) - Method in class org.westofj.wui.table.WTable
Returns true if the specified row is selected, false othewise.
isSelectedIndex(int) - Method in class org.westofj.wui.WList
Returns true if the specified index is the selected index, false otherwise.
isSelectedIndex(int) - Method in class org.westofj.wui.WMultiList
Returns true if the specified index is in the set of selected indices, false otherwise.
isSelectedRow(int) - Method in class org.westofj.wui.table.WTable
Returns true if the specified row is selected, false othewise.
isShowRoot() - Method in class org.westofj.wui.WMenuTree
Returns if the root of the menu tree is be displayed.

J

join(String[], int, String) - Static method in class org.westofj.wui.WUtil
 
jsFilter(PrintWriter, String) - Static method in class org.westofj.wui.WUtil
Filters a string for display within a javascript expression.
jsFilter(String) - Static method in class org.westofj.wui.WUtil
Filters a string for display within a javascript expression.

K

keySet() - Method in class org.westofj.wui.WMapContainer
 

L

LEFT - Static variable in class org.westofj.wui.WHorizontalAlignment
Aligns the widget to the left.
LOG_ID - Static variable in class org.westofj.wui.WConstants
Name of the log4j logger for the package.

M

MULTIPLE - Static variable in class org.westofj.wui.table.WTableSelectionMode
 

N

NONE - Static variable in class org.westofj.wui.table.WTableSelectionMode
 
NORTH - Static variable in class org.westofj.wui.WBorderLayout
 
newFromFile(File) - Static method in class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from a file source.
newFromFile(String) - Static method in class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from a file source.
newFromReader(Reader) - Static method in class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from a Reader source.
newFromResource(String) - Static method in class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from a resource on the classpath.
newFromString(String) - Static method in class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from a String.

O

OUTSET - Static variable in class org.westofj.wui.WBorderStyle
 
org.westofj.wui - package org.westofj.wui
 
org.westofj.wui.table - package org.westofj.wui.table
 
org.westofj.wui.tag - package org.westofj.wui.tag
 

P

PERCENT - Static variable in class org.westofj.wui.WLengthUnit
 
PIXELS - Static variable in class org.westofj.wui.WLengthUnit
 
pageDown() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls the view down one page.
pageUp() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls the view up one page.
paramFilter(PrintWriter, String) - Static method in class org.westofj.wui.WUtil
Filters a string for display as a HTML attribute value.
paramFilter(String) - Static method in class org.westofj.wui.WUtil
Filters a string for display as a HTML attribute value.
popPage() - Method in class org.westofj.wui.WRunner
Removes a page from the top of the page stack.
press() - Method in class org.westofj.wui.WAbstractButton
Presses the button.
press() - Method in class org.westofj.wui.WCheckMenuItem
 
press() - Method in class org.westofj.wui.WRadioMenuItem
 
pushPage(WPage) - Method in class org.westofj.wui.WRunner
Pushes a WPage instance onto the top of the runners page stack.
put(String, Widget) - Method in class org.westofj.wui.WMapContainer
 

R

RIDGE - Static variable in class org.westofj.wui.WBorderStyle
 
RIGHT - Static variable in class org.westofj.wui.WHorizontalAlignment
Aligns the widget to the right.
RUNNER - Static variable in class org.westofj.wui.WConstants
Attribute of runner in request.
registerWidget(Widget) - Method in class org.westofj.wui.WRunner
 
release() - Method in class org.westofj.wui.tag.WidgetTag
 
remove(Widget) - Method in class org.westofj.wui.WContainer
Removes the specified widget from the container.
remove(String) - Method in class org.westofj.wui.WMapContainer
 
remove(int) - Method in class org.westofj.wui.WTabbedPane
Removes the tab at the specified index from the tab pane.
removeActionListener(WActionListener) - Method in class org.westofj.wui.WAbstractButton
Removes an WActionListener from the button.
removeChangeListener(WChangeListener) - Method in class org.westofj.wui.Widget
Removes the specified change listener from the selection list.
removeColumn(int) - Method in class org.westofj.wui.table.WTableColumnModel
Removes the column specification at the specified index.
removeColumn(WTableColumn) - Method in class org.westofj.wui.table.WTableColumnModel
Removes the specified column specification from the column model.
removeColumnSelection(int) - Method in class org.westofj.wui.table.WTable
 
removeRowSelection(int) - Method in class org.westofj.wui.table.WTable
 
removeSelectedIndex(int) - Method in class org.westofj.wui.WMultiList
Removes the specified index from the list of selected indices.
removeSelectionListener(WTableSelectionListener) - Method in class org.westofj.wui.table.WTable
Removes the specified selection listener from the tables list of selection listeners.
removeStyleSheet(String) - Method in class org.westofj.wui.WRunner
Removes a style sheet from the runners collection of style sheets.
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WAnchor
 
render(WMapContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WBorderLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WButton
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WCheckBox
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WCheckList
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WContainer
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WEmpty
 
render(WRunner, PrintWriter) - Method in class org.westofj.wui.WExternalPage
 
render(WContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WFlowLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WGrabBox
 
render(WContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WGridLayout
 
render(WContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WHorizontalLayout
 
render(WMapContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WHtmlLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WImage
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WImageButton
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WInclude
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WInlineHtml
 
render(WMapContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WJspLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WLabelWidget
 
render(WContainer, WRunner, WRenderContext, PrintWriter) - Method in interface org.westofj.wui.WLayoutManager
Renders the WContainer.
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WLink
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WMapContainer
 
render(WMapContainer, WRunner, WRenderContext, PrintWriter) - Method in interface org.westofj.wui.WMapLayoutManager
Renders the WMapContainer.
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WMenuBar
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WMenuElement
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WMenuTree
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WMultiSelectList
 
render(WRunner, PrintWriter) - Method in class org.westofj.wui.WPage
Renders the page to the display.
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WRadioList
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WResetButton
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WSelectList
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WSeparator
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WSpacer
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WTabbedPane
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WTextArea
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WTextField
 
render(WContainer, WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WVerticalLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.Widget
Renders the widget to the display.
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.table.WTable
 
render(WRunner, WRenderContext, PrintWriter) - Method in interface org.westofj.wui.table.WTableLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.table.WTableSelectLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.table.WTableServerScrollLayout
 
render(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.table.WTableSimpleLayout
 
render2(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WTabbedPane
 
render3(WRunner, WRenderContext, PrintWriter) - Method in class org.westofj.wui.WTabbedPane
 
renderCell(WRunner, Object) - Method in interface org.westofj.wui.table.WTableCellRenderer
Renders the data for a cell in a table.
renderModifier(WRunner, PrintWriter) - Method in class org.westofj.wui.WCheckMenuItem
 
renderModifier(WRunner, PrintWriter) - Method in class org.westofj.wui.WMenuElement
Renders a modifier image to the display.
renderModifier(WRunner, PrintWriter) - Method in class org.westofj.wui.WRadioMenuItem
 
renderResourcePath(PrintWriter, String) - Method in class org.westofj.wui.WRunner
Renders a normalized URL for the specified path .
replace(Widget, Widget) - Method in class org.westofj.wui.WContainer
Replaces the first occurrance of one widget with another.

S

SELECT - Static variable in class org.westofj.wui.table.WTableSelectionEvent
 
SINGLE - Static variable in class org.westofj.wui.table.WTableSelectionMode
 
SOLID - Static variable in class org.westofj.wui.WBorderStyle
 
SOUTH - Static variable in class org.westofj.wui.WBorderLayout
 
scrollBottom() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls to the end of the data set.
scrollDown() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls the view down one row.
scrollTop() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls to the beginning of the data set.
scrollUp() - Method in class org.westofj.wui.table.WTableServerScrollLayout
Scrolls the view up one row.
selectAll() - Method in class org.westofj.wui.WMultiList
Adds all values to the list of selected values.
selectionPerformed(WTableSelectionEvent) - Method in interface org.westofj.wui.table.WTableSelectionListener
Method invoked when a selection event occurs on a registered WTable instance.
set(int, Widget) - Method in class org.westofj.wui.WContainer
Sets the widget at the specified index.
set(int, Object) - Method in class org.westofj.wui.WParamText
Sets the value of the argument at the specified index.
setActionCommand(String) - Method in class org.westofj.wui.WAbstractButton
Sets the action command of the button.
setActiveBackgroundColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setActiveColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setActiveImage(String) - Method in class org.westofj.wui.WImageButton
Sets the target image url of the image displayed when the button is enabled.
setAlt(String) - Method in class org.westofj.wui.WImage
Sets the alternate text of the image.
setAlt(WDisplayable) - Method in class org.westofj.wui.WImage
Sets the alternate text of the image.
setBackgroundColor(Color) - Method in class org.westofj.wui.WAbstractContainer
Sets the background color.
setBackgroundColor(Color) - Method in class org.westofj.wui.WCheckList
Sets the background color.
setBackgroundColor(Color) - Method in class org.westofj.wui.WRadioList
Sets the background color.
setBackgroundColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setBorder(int) - Method in class org.westofj.wui.WAbstractContainer
Sets the border scalar value.
setBorder(int, WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the border.
setBorder(int, WLengthUnit, Color, WBorderStyle) - Method in class org.westofj.wui.WAbstractContainer
Sets the border.
setBorder(int) - Method in class org.westofj.wui.WCheckList
Sets the border scalar value.
setBorder(int, WLengthUnit) - Method in class org.westofj.wui.WCheckList
Sets the border.
setBorder(int, WLengthUnit, Color, WBorderStyle) - Method in class org.westofj.wui.WCheckList
Sets the border.
setBorder(int) - Method in class org.westofj.wui.WRadioList
Sets the border scalar value.
setBorder(int, WLengthUnit) - Method in class org.westofj.wui.WRadioList
Sets the border.
setBorder(int, WLengthUnit, Color, WBorderStyle) - Method in class org.westofj.wui.WRadioList
Sets the border.
setBorderColor(Color) - Method in class org.westofj.wui.WAbstractContainer
Sets the border color.
setBorderColor(Color) - Method in class org.westofj.wui.WCheckList
Sets the border color.
setBorderColor(Color) - Method in class org.westofj.wui.WRadioList
Sets the border color.
setBorderColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setBorderStyle(WBorderStyle) - Method in class org.westofj.wui.WAbstractContainer
Sets the border style.
setBorderStyle(WBorderStyle) - Method in class org.westofj.wui.WCheckList
Sets the border style.
setBorderStyle(WBorderStyle) - Method in class org.westofj.wui.WRadioList
Sets the border style.
setBorderUnit(WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the border unit type.
setBorderUnit(WLengthUnit) - Method in class org.westofj.wui.WCheckList
Sets the border unit type.
setBorderUnit(WLengthUnit) - Method in class org.westofj.wui.WRadioList
Sets the border unit type.
setCacheOn(boolean) - Static method in class org.westofj.wui.WResources
Turns resource bundle caching on or off.
setCenterHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setCenterVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setClickImage(String) - Method in class org.westofj.wui.WImageButton
Sets the target image url of the image displayed when the user clicks the button.
setColor(Color) - Method in class org.westofj.wui.WAbstractContainer
Sets the color.
setColor(Color) - Method in class org.westofj.wui.WAnchor
Sets the color of the anchor.
setColor(Color) - Method in class org.westofj.wui.WCheckList
Sets the color.
setColor(Color) - Method in class org.westofj.wui.WLabelWidget
Sets the color of the label.
setColor(Color) - Method in class org.westofj.wui.WLink
Sets the color.
setColor(Color) - Method in class org.westofj.wui.WMultiSelectList
Sets the color of the list.
setColor(Color) - Method in class org.westofj.wui.WRadioList
Sets the color.
setColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setColor(Color) - Method in class org.westofj.wui.WSelectList
Sets the color of the list.
setColor(Color) - Method in class org.westofj.wui.WTextWidget
Sets the color.
setColumnModel(WTableColumnModel) - Method in class org.westofj.wui.table.WTable
 
setColumnSelectionMode(WTableSelectionMode) - Method in class org.westofj.wui.table.WTable
 
setColumnSeparator(String) - Method in class org.westofj.wui.table.WTableSelectLayout
 
setColumns(int) - Method in class org.westofj.wui.WGridLayout
Sets the number of columns in the grid layout.
setColumns(int) - Method in class org.westofj.wui.WTextArea
Sets the horizontal width of the text area input widget.
setContext(WRenderContext) - Method in class org.westofj.wui.WPage
Sets the render context of the page.
setCurrentIndex(int) - Method in class org.westofj.wui.table.WTableServerScrollLayout
Sets the current scroll index of the table.
setCurrentPage(WPage) - Method in class org.westofj.wui.WRunner
Replaces the page at the top of the page stack with the specified page.
setDefaultExpiration(HttpServletResponse) - Static method in class org.westofj.wui.WUtil
 
setDefaultHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WGridLayout
Sets the horizontal alignment of the layout to the specified alignment.
setDefaultHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WHorizontalLayout
Sets the horizontal alignment of the layout to the specified alignment.
setDefaultHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WVerticalLayout
Sets the horizontal alignment of the layout to the specified alignment.
setDefaultStyleSheet(String) - Method in class org.westofj.wui.WRunner
Sets the default style sheet of the runner.
setDefaultVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WGridLayout
Sets the vertical alignment of the layout to the specified alignment.
setDefaultVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WHorizontalLayout
Sets the vertical alignment of the layout to the specified alignment.
setDefaultVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WVerticalLayout
Sets the vertical alignment of the layout to the specified alignment.
setEastHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setEastVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setEnabled(boolean) - Method in class org.westofj.wui.WAbstractButton
Enables or disables the button.
setEnabled(boolean) - Method in class org.westofj.wui.WAnchor
Enables or disables the anchor.
setEnabled(boolean) - Method in class org.westofj.wui.WResetButton
Enables or disables the reset button.
setEnabledAt(int, boolean) - Method in class org.westofj.wui.WTabbedPane
Enables or disables the tab at the specified index.
setExpiration(HttpServletResponse, long) - Static method in class org.westofj.wui.WUtil
 
setFont(WFont) - Method in class org.westofj.wui.WAbstractContainer
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WAnchor
Sets the font of the anchor.
setFont(WFont) - Method in class org.westofj.wui.WButton
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WCheckList
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WLabelWidget
Sets the font of the label.
setFont(WFont) - Method in class org.westofj.wui.WLink
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WMultiSelectList
Sets the font of the list.
setFont(WFont) - Method in class org.westofj.wui.WRadioList
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WRenderContext
 
setFont(WFont) - Method in class org.westofj.wui.WResetButton
Sets the font.
setFont(WFont) - Method in class org.westofj.wui.WSelectList
Sets the font of the list.
setFont(WFont) - Method in class org.westofj.wui.WTextWidget
Sets the font.
setHeader(String) - Method in class org.westofj.wui.table.WTableColumn
Sets the text of the column header.
setHeader(WDisplayable) - Method in class org.westofj.wui.table.WTableColumn
Sets the text of the column header.
setHeight(int) - Method in class org.westofj.wui.WAbstractContainer
Sets the height scalar value.
setHeight(int, WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the height.
setHeight(int) - Method in class org.westofj.wui.WButton
Sets the height of the button.
setHeight(int) - Method in class org.westofj.wui.WResetButton
Sets the height.
setHeight(int) - Method in class org.westofj.wui.WSpacer
Sets the height of the spacer.
setHeightUnit(WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the height unit type.
setHorizontalAlignment(int, WHorizontalAlignment) - Method in class org.westofj.wui.WGridLayout
Sets the horizontal alignment of the column to the specified alignment.
setHorizontalAlignment(int, WHorizontalAlignment) - Method in class org.westofj.wui.WHorizontalLayout
Sets the horizontal alignment of the column to the specified alignment.
setHorizontalAlignment(int, WHorizontalAlignment) - Method in class org.westofj.wui.WVerticalLayout
Sets the horizontal alignment of the row to the specified alignment.
setHoverBackgroundColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setHoverImage(String) - Method in class org.westofj.wui.WImageButton
Sets the target image url of the image displayed when the user's mouse is over the button.
setHtml(String) - Method in class org.westofj.wui.WInlineHtml
Sets the HTML rendered to the display.
setIdentifier(Object) - Method in class org.westofj.wui.table.WTableColumn
Sets the user assigned identifier of the column.
setImage(String) - Method in class org.westofj.wui.WImage
Sets the target url of the image.
setInactiveBackgroundColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setInactiveColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setInactiveImage(String) - Method in class org.westofj.wui.WImageButton
Sets the target image url of the image displayed when the button is not enabled.
setJspPage(String) - Method in class org.westofj.wui.WJspLayout
 
setLayout(WTableLayout) - Method in class org.westofj.wui.table.WTable
 
setLayoutManager(WLayoutManager) - Method in class org.westofj.wui.WContainer
Sets the layout manager that renders the display.
setLayoutManager(WMapLayoutManager) - Method in class org.westofj.wui.WMapContainer
Sets the layout manager.
setLinkColor(Color) - Method in class org.westofj.wui.WAnchor
Sets the link color.
setLinkColor(Color) - Method in class org.westofj.wui.WLink
Sets the link color.
setLinkColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setLocale(Locale) - Method in class org.westofj.wui.WRunner
Sets the locale associated with the runner.
setMargin(int) - Method in class org.westofj.wui.WPage
Sets the margin scalar value.
setMargin(int, WLengthUnit) - Method in class org.westofj.wui.WPage
Sets the margin.
setMarginUnit(WLengthUnit) - Method in class org.westofj.wui.WPage
Sets the margin unit type.
setMaxLength(int) - Method in class org.westofj.wui.WTextField
Sets the maximum length in characters of text input to the widget.
setMenu(WMenu) - Method in class org.westofj.wui.WMenuBar
Sets the menu displayed by the menu bar.
setMenu(WMenu) - Method in class org.westofj.wui.WMenuTree
Sets the menu displayed by the menu tree.
setName(String) - Method in class org.westofj.wui.tag.WidgetTag
 
setNorthHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setNorthVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setOptions(List) - Method in class org.westofj.wui.WList
Sets the options for the list.
setOptions(Object[]) - Method in class org.westofj.wui.WList
Sets the options for the list.
setOptions(List) - Method in class org.westofj.wui.WMultiList
Sets the list of selectable options.
setOptions(Object[]) - Method in class org.westofj.wui.WMultiList
Sets the list of selectable options.
setPadding(int) - Method in class org.westofj.wui.WAbstractContainer
Sets the padding scalar value.
setPadding(int, WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the padding.
setPaddingUnit(WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the padding unit type.
setPixelWidth(int) - Method in class org.westofj.wui.table.WTableSelectLayout
 
setRenderer(WTableCellRenderer) - Method in class org.westofj.wui.table.WTableColumn
Sets the renderer for the column data.
setRenderer(WTableCellRenderer) - Method in class org.westofj.wui.table.WTableRowNumberColumn
 
setRowSelection(Set) - Method in class org.westofj.wui.table.WTable
 
setRowSelectionMode(WTableSelectionMode) - Method in class org.westofj.wui.table.WTable
 
setRows(int) - Method in class org.westofj.wui.WGridLayout
Sets the number of rows in the grid layout.
setRows(int) - Method in class org.westofj.wui.WTextArea
Sets the horizontal width of the text area input widget.
setScrollEnabled(boolean) - Method in class org.westofj.wui.table.WTableServerScrollLayout
Sets if the table scroll bar should be displayed.
setSelectPixelWidth(int) - Method in class org.westofj.wui.WGrabBox
Sets the pixel width of the selection lists.
setSelectable(boolean) - Method in class org.westofj.wui.table.WTableColumn
Sets if the column is selectable.
setSelected(boolean) - Method in class org.westofj.wui.WCheckBox
Sets the value of the check box selected.
setSelected(boolean) - Method in class org.westofj.wui.WCheckMenuItem
Sets if the check menu item is selected.
setSelected(boolean) - Method in class org.westofj.wui.WRadioMenuItem
Sets if the radio menu item is selected.
setSelectedBackgroundColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setSelectedColor(Color) - Method in class org.westofj.wui.WRenderContext
 
setSelectedIndex(int) - Method in class org.westofj.wui.WList
Sets the selected value to the value at the specified index.
setSelectedIndices(int[]) - Method in class org.westofj.wui.WMultiList
Sets the set of selected indices to the specified array of indices.
setSelectedIndices(List) - Method in class org.westofj.wui.WMultiList
Sets the set of selected indices to the specified list of indices.
setSelectedTab(int) - Method in class org.westofj.wui.WTabbedPane
Sets the selected tab to the tab at the specified index.
setSelectedValue(Object) - Method in class org.westofj.wui.WList
Sets the selected value to the specified value.
setSelectedValues(List) - Method in class org.westofj.wui.WMultiList
Sets the selected values to the specified list of values.
setSelectedValues(Object[]) - Method in class org.westofj.wui.WMultiList
Sets the selected values to the specified array of values.
setShowRoot(boolean) - Method in class org.westofj.wui.WMenuTree
Sets if the root of the menu tree is displayed.
setSouthHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setSouthVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setSpacing(int) - Method in class org.westofj.wui.WAbstractContainer
Sets the spacing scalar value.
setSpacingUnit(WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the spacing unit type.
setTableModel(WTableModel) - Method in class org.westofj.wui.table.WTable
 
setText(String) - Method in class org.westofj.wui.WAbstractButton
Sets the label of the button.
setText(WDisplayable) - Method in class org.westofj.wui.WAbstractButton
Sets the label of the button.
setText(String) - Method in class org.westofj.wui.WAnchor
Sets the label of the anchor.
setText(WDisplayable) - Method in class org.westofj.wui.WAnchor
Sets the label of the anchor.
setText(String) - Method in class org.westofj.wui.WLabel
Sets the text of the label.
setText(WDisplayable) - Method in class org.westofj.wui.WLabel
Sets the text of the label.
setText(String) - Method in class org.westofj.wui.WResetButton
Sets the label of the reset button to the specified value.
setText(WDisplayable) - Method in class org.westofj.wui.WResetButton
Sets the label of the reset button to the specified value.
setText(String) - Method in class org.westofj.wui.WStringLabel
Sets the text of the label.
setText(String) - Method in class org.westofj.wui.WTextWidget
Sets the text value of the widget.
setTitle(String) - Method in class org.westofj.wui.WImage
Sets the title of the image.
setTitle(WDisplayable) - Method in class org.westofj.wui.WImage
Sets the title of the image.
setTitle(String) - Method in class org.westofj.wui.WPage
Sets the title of the page.
setTitle(WDisplayable) - Method in class org.westofj.wui.WPage
Sets the title of the page.
setUrl(String) - Method in class org.westofj.wui.WAnchor
Sets the target URL.
setUrl(String) - Method in class org.westofj.wui.WExternalLink
Sets the target of the external link.
setUrl(String) - Method in class org.westofj.wui.WExternalPage
Sets the target URL.
setUrl(String) - Method in class org.westofj.wui.WInclude
Sets the URL that refers to the resource to be included.
setViewportSize(int) - Method in class org.westofj.wui.table.WTableSelectLayout
 
setViewportSize(int) - Method in class org.westofj.wui.table.WTableServerScrollLayout
Sets the number of rows displayed at one time.
setVisibleRowCount(int) - Method in class org.westofj.wui.WGrabBox
Sets the height of the selection list in visible rows.
setVisibleRowCount(int) - Method in class org.westofj.wui.WMultiSelectList
Sets the height of the selection box in visible options.
setVisibleRowCount(int) - Method in class org.westofj.wui.WSelectList
Sets the height of the selection box in visible rows.
setVisibleSize(int) - Method in class org.westofj.wui.WTextField
Sets the visible horizontal size of the text input widget.
setWestHorizontalAlignment(WHorizontalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setWestVerticalAlignment(WVerticalAlignment) - Method in class org.westofj.wui.WBorderLayout
 
setWidget(Widget) - Method in class org.westofj.wui.WPage
Sets the root widget of the widget hierarchy.
setWidth(int) - Method in class org.westofj.wui.WAbstractContainer
Sets the width scalar value.
setWidth(int, WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the width.
setWidth(int) - Method in class org.westofj.wui.WButton
Sets the width of the button.
setWidth(int) - Method in class org.westofj.wui.WMultiSelectList
Sets the width of the selection box in pixels.
setWidth(int) - Method in class org.westofj.wui.WResetButton
Sets the width.
setWidth(int) - Method in class org.westofj.wui.WSelectList
Sets the width of the selection box in pixels.
setWidth(int) - Method in class org.westofj.wui.WSpacer
Sets the width of the spacer.
setWidth(int) - Method in class org.westofj.wui.WTabbedPane
Sets the width scalar value.
setWidth(int, WLengthUnit) - Method in class org.westofj.wui.WTabbedPane
Sets the width scalar value.
setWidth(int) - Method in class org.westofj.wui.table.WTableColumn
 
setWidthUnit(WLengthUnit) - Method in class org.westofj.wui.WAbstractContainer
Sets the width unit type.
setWidthUnit(WLengthUnit) - Method in class org.westofj.wui.WTabbedPane
Sets the width units.
size() - Method in class org.westofj.wui.WContainer
Returns the number of widgets in the container.
size() - Method in class org.westofj.wui.WEventQueue
 
size() - Method in class org.westofj.wui.WMapContainer
 
stateChanged(WChangeEvent) - Method in interface org.westofj.wui.WChangeListener
Method invoked when a change event occurs on a registered Widget instance.
stateChanged() - Method in class org.westofj.wui.Widget
Generate a change event.

T

TOP - Static variable in class org.westofj.wui.WVerticalAlignment
Aligns the widget to the top.
TRAN_ID - Static variable in class org.westofj.wui.WConstants
Field name for the hidden field in the form presented to the user that represents the transaction identifier.
toColorString(Color) - Static method in class org.westofj.wui.WUtil
 
toString() - Method in class org.westofj.wui.WText
 
toString() - Method in class org.westofj.wui.table.WTableSelectionMode
 

U

UNSELECT - Static variable in class org.westofj.wui.table.WTableSelectionEvent
 

V

VALUE_ID - Static variable in class org.westofj.wui.WConstants
Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed.

W

WAbstractButton - class org.westofj.wui.WAbstractButton.
Implements base functionality for button like objects including buttons, links and menu items.
WAbstractButton() - Constructor for class org.westofj.wui.WAbstractButton
Contructs a button.
WAbstractButton(String) - Constructor for class org.westofj.wui.WAbstractButton
Constructs a button labelled with the specified text.
WAbstractButton(WDisplayable) - Constructor for class org.westofj.wui.WAbstractButton
Constructs a button labelled with the specified text.
WAbstractContainer - class org.westofj.wui.WAbstractContainer.
 
WAbstractContainer() - Constructor for class org.westofj.wui.WAbstractContainer
Default CTOR.
WActionEvent - class org.westofj.wui.WActionEvent.
An object capturing that a widget event has occurred.
WActionEvent(WAbstractButton, int, String) - Constructor for class org.westofj.wui.WActionEvent
Constructs an event instance.
WActionListener - interface org.westofj.wui.WActionListener.
Listener interface for subscribing to action events.
WAnchor - class org.westofj.wui.WAnchor.
Renders an HTML link.
WAnchor() - Constructor for class org.westofj.wui.WAnchor
Constructs an anchor widget.
WAnchor(String) - Constructor for class org.westofj.wui.WAnchor
Constructs an anchor widget with the specified label.
WAnchor(WDisplayable) - Constructor for class org.westofj.wui.WAnchor
Constructs an anchor widget with the specified label.
WApplication - class org.westofj.wui.WApplication.
Captures global application information.
WApplication() - Constructor for class org.westofj.wui.WApplication
Constructs an application.
WBorderLayout - class org.westofj.wui.WBorderLayout.
A map layout manager that renders map container around a border.
WBorderLayout() - Constructor for class org.westofj.wui.WBorderLayout
Constructs a border layout.
WBorderStyle - class org.westofj.wui.WBorderStyle.
 
WButton - class org.westofj.wui.WButton.
Represents a button with a label.
WButton() - Constructor for class org.westofj.wui.WButton
Constructs a button without a label.
WButton(String) - Constructor for class org.westofj.wui.WButton
Constructs a button with the specified label.
WButton(WDisplayable) - Constructor for class org.westofj.wui.WButton
Constructs a button with the specified label.
WChangeEvent - class org.westofj.wui.WChangeEvent.
An object capturing that a change event has occurred.
WChangeEvent(Widget) - Constructor for class org.westofj.wui.WChangeEvent
Constructs a change event.
WChangeListener - interface org.westofj.wui.WChangeListener.
Listener interface for subscribing to change events.
WCheckBox - class org.westofj.wui.WCheckBox.
Implements a graphical check box.
WCheckBox() - Constructor for class org.westofj.wui.WCheckBox
Constructs a check box witha default value of false;
WCheckList - class org.westofj.wui.WCheckList.
Presents a list of options for selection as multiple check boxes.
WCheckList() - Constructor for class org.westofj.wui.WCheckList
Constructs an empty check list.
WCheckList(List) - Constructor for class org.westofj.wui.WCheckList
Constructs a check list with the specified options.
WCheckList(Object[]) - Constructor for class org.westofj.wui.WCheckList
Constrcuts a chcek list with the specified options.
WCheckMenuItem - class org.westofj.wui.WCheckMenuItem.
A menu item that behaves as a check box.
WCheckMenuItem() - Constructor for class org.westofj.wui.WCheckMenuItem
Constructs a check menu item.
WCheckMenuItem(String) - Constructor for class org.westofj.wui.WCheckMenuItem
Constructs a check menu item with the specified text.
WCheckMenuItem(WDisplayable) - Constructor for class org.westofj.wui.WCheckMenuItem
Constructs a check menu item with the specified text.
WConstants - class org.westofj.wui.WConstants.
Non-instantiable class for holding constant values.
WContainer - class org.westofj.wui.WContainer.
A collection of widgets.
WContainer() - Constructor for class org.westofj.wui.WContainer
Constructs a container with the default layout.
WContainer(WLayoutManager) - Constructor for class org.westofj.wui.WContainer
Constructs a container with the specified layout manager.
WController - class org.westofj.wui.WController.
The servlet which links the WApplication and WRunner instances to the underlying web application framework.
WController() - Constructor for class org.westofj.wui.WController
Constructs a controlling servlet.
WDisplayable - interface org.westofj.wui.WDisplayable.
Defines the interface for displaying text to the display.
WEST - Static variable in class org.westofj.wui.WBorderLayout
 
WEmpty - class org.westofj.wui.WEmpty.
Renders an empty space to the display.
WEmpty() - Constructor for class org.westofj.wui.WEmpty
Constructs an instance of the empty widget.
WEvent - class org.westofj.wui.WEvent.
An object capturing that an event has occurred.
WEvent(Widget) - Constructor for class org.westofj.wui.WEvent
Constructs a change event.
WEventQueue - class org.westofj.wui.WEventQueue.
 
WEventQueue() - Constructor for class org.westofj.wui.WEventQueue
Constructs an event queue
WExternalLink - class org.westofj.wui.WExternalLink.
Presents a link that forwards the user to the specified URL.
WExternalLink() - Constructor for class org.westofj.wui.WExternalLink
Constructs an external link.
WExternalLink(String, String) - Constructor for class org.westofj.wui.WExternalLink
Constructs an external link with the specified label and URL.
WExternalLink(WDisplayable, String) - Constructor for class org.westofj.wui.WExternalLink
Constructs an external link with the specified label and URL.
WExternalPage - class org.westofj.wui.WExternalPage.
Sends a redirect to the clients browser to redirect the client to the target URL.
WExternalPage() - Constructor for class org.westofj.wui.WExternalPage
Constructs an empty external page.
WExternalPage(String) - Constructor for class org.westofj.wui.WExternalPage
Constructs an external page with the specified target url.
WFlowLayout - class org.westofj.wui.WFlowLayout.
Arranges Widget components in a WContainer in their natural HTML layout.
WFlowLayout() - Constructor for class org.westofj.wui.WFlowLayout
Constructs a flow layout manager.
WFont - class org.westofj.wui.WFont.
 
WFont(String, int, boolean, boolean) - Constructor for class org.westofj.wui.WFont
 
WGrabBox - class org.westofj.wui.WGrabBox.
Presents a list of selectable options as side by side not selected and selected lists.
WGrabBox() - Constructor for class org.westofj.wui.WGrabBox
Constructs an empty grab box.
WGrabBox(List) - Constructor for class org.westofj.wui.WGrabBox
Constructs a grab box with the specified options.
WGrabBox(Object[]) - Constructor for class org.westofj.wui.WGrabBox
Constructs a grab box with the specified options.
WGridLayout - class org.westofj.wui.WGridLayout.
Arranges Widgetcomponents in a WContainerin a grid.
WGridLayout() - Constructor for class org.westofj.wui.WGridLayout
Constructs a grid layout manager.
WGridLayout(int, int) - Constructor for class org.westofj.wui.WGridLayout
Constructs a grid layout manager with the specified number of rows and columns.
WHorizontalAlignment - class org.westofj.wui.WHorizontalAlignment.
An enumerated type that contains values representing horizontal alignment.
WHorizontalLayout - class org.westofj.wui.WHorizontalLayout.
Arranges Widgetcomponents in a WContainerin a horizontal row.
WHorizontalLayout() - Constructor for class org.westofj.wui.WHorizontalLayout
Constructs a horizontal layout manager.
WHtmlLayout - class org.westofj.wui.WHtmlLayout.
An HTML layout manager renders the a container by replacing special tags in an HTML template with the HTML generated by the widgets.
WHtmlLayout(String) - Constructor for class org.westofj.wui.WHtmlLayout
Constructs an HTML layout manager from String
WIDGET_ID - Static variable in class org.westofj.wui.WConstants
Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed.
WIDGET_PREFIX - Static variable in class org.westofj.wui.WConstants
Prefix for generated widget identifiers.
WImage - class org.westofj.wui.WImage.
Renders a graphical image to the display.
WImage() - Constructor for class org.westofj.wui.WImage
Constructs an image.
WImage(String) - Constructor for class org.westofj.wui.WImage
Constructs an image with the specified url.
WImageButton - class org.westofj.wui.WImageButton.
An image that behaves as a button.
WImageButton() - Constructor for class org.westofj.wui.WImageButton
Constructs an image button.
WImageButton(String) - Constructor for class org.westofj.wui.WImageButton
Constructs an image button with the specified target image url.
WImageButton(String, String, String, String) - Constructor for class org.westofj.wui.WImageButton
Constructs an image button with the specified images.
WInclude - class org.westofj.wui.WInclude.
Includes a resource external to the wui.
WInclude() - Constructor for class org.westofj.wui.WInclude
Constructs an include widget.
WInclude(String) - Constructor for class org.westofj.wui.WInclude
Constructs an include widget that includes the resource identified by the specified URL.
WIncludeProtocolHandler - interface org.westofj.wui.WIncludeProtocolHandler.
Defines a WInclude protocol handler
WInlineHtml - class org.westofj.wui.WInlineHtml.
Renders the specified HTML to the display.
WInlineHtml() - Constructor for class org.westofj.wui.WInlineHtml
Constructs an empty inline HTML instance.
WInlineHtml(String) - Constructor for class org.westofj.wui.WInlineHtml
Constructs an inline HTML instance that renders the specified HTML to the display.
WJspLayout - class org.westofj.wui.WJspLayout.
 
WJspLayout() - Constructor for class org.westofj.wui.WJspLayout
 
WJspLayout(String) - Constructor for class org.westofj.wui.WJspLayout
 
WLabel - class org.westofj.wui.WLabel.
Renders text to the display.
WLabel() - Constructor for class org.westofj.wui.WLabel
Constructs a label.
WLabel(String) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text.
WLabel(String, WFont) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text and font.
WLabel(String, WFont, Color) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text, font and color.
WLabel(WDisplayable) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text.
WLabel(WDisplayable, WFont) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text and font.
WLabel(WDisplayable, WFont, Color) - Constructor for class org.westofj.wui.WLabel
Constructs a label with the specified text, font and color.
WLabelWidget - class org.westofj.wui.WLabelWidget.
Implements base functionality for labels.
WLabelWidget() - Constructor for class org.westofj.wui.WLabelWidget
Constructs a base label widget.
WLabelWidget(WFont, Color) - Constructor for class org.westofj.wui.WLabelWidget
Constructs a base label widget with the specified style.
WLayoutManager - interface org.westofj.wui.WLayoutManager.
Defines the interface for classes that perform the rendering of WContainerinstances.
WLengthUnit - class org.westofj.wui.WLengthUnit.
 
WLink - class org.westofj.wui.WLink.
A button represented as a hyperlink.
WLink() - Constructor for class org.westofj.wui.WLink
Constructs a link button.
WLink(String) - Constructor for class org.westofj.wui.WLink
Constructs a link button with the specified label.
WLink(WDisplayable) - Constructor for class org.westofj.wui.WLink
Constructs a link button with the specified label.
WList - class org.westofj.wui.WList.
Implements base functionality for user selection of a single value from a list of values.
WList() - Constructor for class org.westofj.wui.WList
Constructs an empty single selection list.
WList(List) - Constructor for class org.westofj.wui.WList
Constructs a single selection list with the specified options.
WList(Object[]) - Constructor for class org.westofj.wui.WList
Constructs a single selection list with the specified options.
WLocalizedText - class org.westofj.wui.WLocalizedText.
Represents a localized resource.
WLocalizedText(String, String) - Constructor for class org.westofj.wui.WLocalizedText
Constructs a localized text instance.
WMapContainer - class org.westofj.wui.WMapContainer.
 
WMapContainer() - Constructor for class org.westofj.wui.WMapContainer
 
WMapLayoutManager - interface org.westofj.wui.WMapLayoutManager.
Defines the interface for classes that perform the rendering of WContainerinstances.
WMenu - class org.westofj.wui.WMenu.
A menu groups menu elements into a hierarchical tree.
WMenu() - Constructor for class org.westofj.wui.WMenu
Constructs an empty menu.
WMenu(String) - Constructor for class org.westofj.wui.WMenu
Constructs an empty menu with the specified label.
WMenu(WDisplayable) - Constructor for class org.westofj.wui.WMenu
Constructs an empty menu with the specified label.
WMenuBar - class org.westofj.wui.WMenuBar.
Renders a menu as a horizontal bar.
WMenuBar() - Constructor for class org.westofj.wui.WMenuBar
Constructs a menu bar widget.
WMenuBar(WMenu) - Constructor for class org.westofj.wui.WMenuBar
Constructs a menu bar widget to display the specified menu.
WMenuElement - class org.westofj.wui.WMenuElement.
An element of a menu.
WMenuElement() - Constructor for class org.westofj.wui.WMenuElement
Constructs a menu element.
WMenuElement(String) - Constructor for class org.westofj.wui.WMenuElement
Constructs a menu element with the specified label.
WMenuElement(WDisplayable) - Constructor for class org.westofj.wui.WMenuElement
Constructs a menu element with the specified label.
WMenuItem - class org.westofj.wui.WMenuItem.
A selectable item within a WMenu.
WMenuItem() - Constructor for class org.westofj.wui.WMenuItem
Constructs a menu item.
WMenuItem(String) - Constructor for class org.westofj.wui.WMenuItem
Constructs a menu item with the specified text.
WMenuItem(WDisplayable) - Constructor for class org.westofj.wui.WMenuItem
Constructs a menu item with the specified text.
WMenuTree - class org.westofj.wui.WMenuTree.
Displays a menu as a static tree.
WMenuTree() - Constructor for class org.westofj.wui.WMenuTree
Constructs a menu tree widget.
WMenuTree(WMenu) - Constructor for class org.westofj.wui.WMenuTree
Constructs a menu tree widget to display the specified menu.
WMultiList - class org.westofj.wui.WMultiList.
Implements base functionality for user selection of multiple values from a list of values.
WMultiList() - Constructor for class org.westofj.wui.WMultiList
Constructs an empty multiple selection list.
WMultiList(List) - Constructor for class org.westofj.wui.WMultiList
Constructs a multiple selection list with the specified options.
WMultiList(Object[]) - Constructor for class org.westofj.wui.WMultiList
Constructs a multiple selection list with the specified options.
WMultiSelectList - class org.westofj.wui.WMultiSelectList.
Presents a list of selectable options as a scrollable list.
WMultiSelectList() - Constructor for class org.westofj.wui.WMultiSelectList
Constructs an empty multiple selection list.
WMultiSelectList(List) - Constructor for class org.westofj.wui.WMultiSelectList
Constructs a multiple selection list with the specified options.
WMultiSelectList(Object[]) - Constructor for class org.westofj.wui.WMultiSelectList
Constructs a multiple selection list with the specified options.
WPage - class org.westofj.wui.WPage.
The top level of a widget hierarchy.
WPage() - Constructor for class org.westofj.wui.WPage
Constructs a page.
WPage(String) - Constructor for class org.westofj.wui.WPage
Constructs a page with the specified title.
WPage(WDisplayable) - Constructor for class org.westofj.wui.WPage
Constructs a page with the specified title.
WParamText - class org.westofj.wui.WParamText.
Represents a parameterized localized resource.
WParamText(String, String) - Constructor for class org.westofj.wui.WParamText
Constructs a parameterized localized text instance.
WParamText(String, String, List) - Constructor for class org.westofj.wui.WParamText
Constructs a parameterized localized text instance.
WPasswordField - class org.westofj.wui.WPasswordField.
A widget that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.
WPasswordField() - Constructor for class org.westofj.wui.WPasswordField
Constructs a password field.
WPasswordField(String) - Constructor for class org.westofj.wui.WPasswordField
Constructs a password field with the specified text.
WRadioList - class org.westofj.wui.WRadioList.
Presents the user a selection of values as a set of radio buttons.
WRadioList() - Constructor for class org.westofj.wui.WRadioList
Constructs an empty radio list.
WRadioList(List) - Constructor for class org.westofj.wui.WRadioList
Constructs a radio list with the specified options.
WRadioList(Object[]) - Constructor for class org.westofj.wui.WRadioList
Constructs a radio list with the specified options.
WRadioMenuItem - class org.westofj.wui.WRadioMenuItem.
A menu item that behaves as a radio button.
WRadioMenuItem() - Constructor for class org.westofj.wui.WRadioMenuItem
Constructs a radio menu item.
WRadioMenuItem(String) - Constructor for class org.westofj.wui.WRadioMenuItem
Constructs a radio menu item with the specified text.
WRadioMenuItem(WDisplayable) - Constructor for class org.westofj.wui.WRadioMenuItem
Constructs a radio menu item with the specified text.
WRenderContext - class org.westofj.wui.WRenderContext.
TODO: Add Border Style? TODO: Add Border Width? But what then indicates that a border is desired?
WRenderContext() - Constructor for class org.westofj.wui.WRenderContext
 
WRenderException - exception org.westofj.wui.WRenderException.
Exception thrown when there is an unrecoverable error while rendering a widget.
WRenderException() - Constructor for class org.westofj.wui.WRenderException
Constructs a render exception.
WRenderException(String) - Constructor for class org.westofj.wui.WRenderException
Constructs a render exception with the specified message.
WRenderException(String, Throwable) - Constructor for class org.westofj.wui.WRenderException
Constructs a render exception with the specified message and cause.
WRenderException(Throwable) - Constructor for class org.westofj.wui.WRenderException
Constructs a render exception with the specified cause.
WResetButton - class org.westofj.wui.WResetButton.
Implements an HTML reset button.
WResetButton() - Constructor for class org.westofj.wui.WResetButton
Constructs a reset button without a label.
WResetButton(String) - Constructor for class org.westofj.wui.WResetButton
Constructs a reset button with the specified label.
WResetButton(WDisplayable) - Constructor for class org.westofj.wui.WResetButton
Constructs a reset button with the specified label.
WResources - class org.westofj.wui.WResources.
Provides access to values within resource bundles.
WRunner - class org.westofj.wui.WRunner.
A WRunner manages the application for a single client.
WRunner() - Constructor for class org.westofj.wui.WRunner
Constructs a runner.
WSelectList - class org.westofj.wui.WSelectList.
Presents the user a selection of values as a select box.
WSelectList() - Constructor for class org.westofj.wui.WSelectList
Constructs an empty selection list.
WSelectList(List) - Constructor for class org.westofj.wui.WSelectList
Constructs a selection list with the specified options.
WSelectList(Object[]) - Constructor for class org.westofj.wui.WSelectList
Constructs a selection list with the specified options.
WSeparator - class org.westofj.wui.WSeparator.
A horizontal separator.
WSeparator() - Constructor for class org.westofj.wui.WSeparator
Constructs a separator.
WSpacer - class org.westofj.wui.WSpacer.
Adds space to the display.
WSpacer() - Constructor for class org.westofj.wui.WSpacer
Constructs a spacer widget.
WSpacer(int, int) - Constructor for class org.westofj.wui.WSpacer
Constructs a spacer widget with the specified width and height.
WStringLabel - class org.westofj.wui.WStringLabel.
A string based label.
WStringLabel() - Constructor for class org.westofj.wui.WStringLabel
Constructs a string label.
WStringLabel(String) - Constructor for class org.westofj.wui.WStringLabel
Constructs a string label with the specified text.
WStringLabel(String, WFont) - Constructor for class org.westofj.wui.WStringLabel
Constructs a string label with the specified text and font.
WStringLabel(String, WFont, Color) - Constructor for class org.westofj.wui.WStringLabel
Constructs a string label with the specified text, font and color.
WTabbedPane - class org.westofj.wui.WTabbedPane.
A widget that implements a tab control.
WTabbedPane() - Constructor for class org.westofj.wui.WTabbedPane
Constructs a tab pane.
WTable - class org.westofj.wui.table.WTable.
 
WTable(WTableModel, WTableColumnModel) - Constructor for class org.westofj.wui.table.WTable
 
WTable(WTableModel, Object[]) - Constructor for class org.westofj.wui.table.WTable
Constructs a table widget with the specified data model and column names.
WTable(WTableModel, Object[], boolean) - Constructor for class org.westofj.wui.table.WTable
 
WTableCellRenderer - interface org.westofj.wui.table.WTableCellRenderer.
Renders the data for a table cell.
WTableColumn - class org.westofj.wui.table.WTableColumn.
Specifies a column within a column model.
WTableColumn(int) - Constructor for class org.westofj.wui.table.WTableColumn
Constructs a column specification with the specified index.
WTableColumnModel - class org.westofj.wui.table.WTableColumnModel.
Specifies a column definition.
WTableColumnModel() - Constructor for class org.westofj.wui.table.WTableColumnModel
Constructs an empty column model.
WTableLayout - interface org.westofj.wui.table.WTableLayout.
 
WTableModel - interface org.westofj.wui.table.WTableModel.
Defines the interface for classes that provide table data to a WTable instance.
WTableRowNumberColumn - class org.westofj.wui.table.WTableRowNumberColumn.
 
WTableRowNumberColumn() - Constructor for class org.westofj.wui.table.WTableRowNumberColumn
 
WTableSelectLayout - class org.westofj.wui.table.WTableSelectLayout.
 
WTableSelectLayout() - Constructor for class org.westofj.wui.table.WTableSelectLayout
 
WTableSelectionEvent - class org.westofj.wui.table.WTableSelectionEvent.
An object capturing that a table selection event has occurred.
WTableSelectionEvent(WTable, WTableColumn, int, int) - Constructor for class org.westofj.wui.table.WTableSelectionEvent
Constructs a selection event.
WTableSelectionListener - interface org.westofj.wui.table.WTableSelectionListener.
Listener interface for subscribing to table selection events.
WTableSelectionMode - class org.westofj.wui.table.WTableSelectionMode.
 
WTableServerScrollLayout - class org.westofj.wui.table.WTableServerScrollLayout.
 
WTableServerScrollLayout() - Constructor for class org.westofj.wui.table.WTableServerScrollLayout
 
WTableSimpleLayout - class org.westofj.wui.table.WTableSimpleLayout.
 
WTableSimpleLayout() - Constructor for class org.westofj.wui.table.WTableSimpleLayout
Constructs a simple layout
WText - class org.westofj.wui.WText.
An implementation of WDisplayable that wraps a String.
WText(String) - Constructor for class org.westofj.wui.WText
Constructs a text instance with the specified text.
WTextArea - class org.westofj.wui.WTextArea.
A multi-row text input widget.
WTextArea() - Constructor for class org.westofj.wui.WTextArea
Constructs a text area input widget.
WTextArea(String) - Constructor for class org.westofj.wui.WTextArea
Constructs a text area input widget that initially contains the specified text.
WTextField - class org.westofj.wui.WTextField.
A text input widget.
WTextField() - Constructor for class org.westofj.wui.WTextField
Constructs a text input widget.
WTextField(String) - Constructor for class org.westofj.wui.WTextField
Constructs a text input widget that initially contains the specified text.
WTextField(String, int, int) - Constructor for class org.westofj.wui.WTextField
Constructs a text input widget that initially contains the specified text with the specified maximum length and visible size.
WTextWidget - class org.westofj.wui.WTextWidget.
Implements base functionality of text input widgets.
WTextWidget() - Constructor for class org.westofj.wui.WTextWidget
Constructs a text widget.
WTextWidget(String) - Constructor for class org.westofj.wui.WTextWidget
Constructs a text widget that initially contains the specified text.
WUtil - class org.westofj.wui.WUtil.
Non-instantiable class containing static utility functions.
WVerticalAlignment - class org.westofj.wui.WVerticalAlignment.
An enumerated type that contains values representing vertical alignment.
WVerticalLayout - class org.westofj.wui.WVerticalLayout.
Arranges Widgetcomponents in a WContainerin a vertical column.
WVerticalLayout() - Constructor for class org.westofj.wui.WVerticalLayout
Constructs a vertical layout manager.
Widget - class org.westofj.wui.Widget.
Represents a component that may be placed onto the display.
Widget() - Constructor for class org.westofj.wui.Widget
Constructs a widget.
WidgetTag - class org.westofj.wui.tag.WidgetTag.
 
WidgetTag() - Constructor for class org.westofj.wui.tag.WidgetTag
 

A B C D E F G H I J K L M N O P R S T U V W
Copyright (c) 2003 West of J - All rights reserved.