|
|||||||||
| Home >> All >> nextapp >> echoservlet >> [ ui overview ] | PREV NEXT | ||||||||
A
- ALIGN - Static variable in class nextapp.echoservlet.ui.PanelUI
- AbstractButtonUI - class nextapp.echoservlet.ui.AbstractButtonUI.
- A base peer class for components derived from
AbstractButton. - AbstractButtonUI() - Constructor for class nextapp.echoservlet.ui.AbstractButtonUI
- Default constructor.
- active - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
- The value that will be stored in the controller form when the button state is selected.
- addAlignmentSettings(Element, int, int) - Static method in class nextapp.echoservlet.ui.ButtonRenderer
- Adds alignment (text-align/vertical-align) properties to a TD element.
- addBorderStyleSetting(ComponentStyle, int) - Static method in class nextapp.echoservlet.ui.ButtonRenderer
- Adds
border-styleproperty to aComponentSyle. - addColumn(Element, Element) - Method in class nextapp.echoservlet.ui.TriCellTable
- Adds an cell element to a table row.
- addGlobalAttribute(String, String) - Method in class nextapp.echoservlet.ui.TriCellTable
- Adds an attribute to every table cell in the rendered table.
- addRow(Element) - Method in class nextapp.echoservlet.ui.TriCellTable
- Adds a row containing a single column element to a table.
B
- BACKGROUND_IMAGE - Static variable in class nextapp.echoservlet.ui.GridCellUI
- BOTTOM_TOP - Static variable in class nextapp.echoservlet.ui.TriCellTable
- ButtonRenderer - class nextapp.echoservlet.ui.ButtonRenderer.
- A utility class for rendering
Button,RadioButton,CheckBox, andCButtoncomponents. - ButtonRenderer(RenderingContext, AbstractButtonUI) - Constructor for class nextapp.echoservlet.ui.ButtonRenderer
- Creates a ButtonRenderer for the given Button.
- ButtonUI - class nextapp.echoservlet.ui.ButtonUI.
- A peer for
Buttoncomponents. - ButtonUI() - Constructor for class nextapp.echoservlet.ui.ButtonUI
- borderTdStyleName - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- Name of style applied to border TD element (used for CButton renderings).
- button - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- The underlying
AbstractButtoncomponent being rendered. - buttonUI - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- The
AbstractButtonUIbeing rendered.
C
- CButtonUI - class nextapp.echoservlet.ui.CButtonUI.
- A peer for
CButtoncomponents. - CButtonUI() - Constructor for class nextapp.echoservlet.ui.CButtonUI
- CELL_TYPE_EMPTY - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
- CELL_TYPE_ORIGIN - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
- CELL_TYPE_POINTER - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
- CheckBoxUI - class nextapp.echoservlet.ui.CheckBoxUI.
- A peer for
CheckBoxcomponents. - CheckBoxUI() - Constructor for class nextapp.echoservlet.ui.CheckBoxUI
- ColumnUI - class nextapp.echoservlet.ui.ColumnUI.
- A peer for
Columncomponents. - ColumnUI() - Constructor for class nextapp.echoservlet.ui.ColumnUI
- ContainerUI - class nextapp.echoservlet.ui.ContainerUI.
- A peer for
Containercomponents. - ContainerUI() - Constructor for class nextapp.echoservlet.ui.ContainerUI
- CssSwapScript - class nextapp.echoservlet.ui.CssSwapScript.
- A utility class that wraps JavaScript code required to swap CSS styles in HTML pages on the client without server interaction.
- CssSwapScript() - Constructor for class nextapp.echoservlet.ui.CssSwapScript
- Non-instantiable class
- cell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- cellArray - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- clientAction(String) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- clientAction(String) - Method in class nextapp.echoservlet.ui.SelectFieldUI
- clientAction(String) - Method in class nextapp.echoservlet.ui.TextFieldUI
- clientInput(String) - Method in class nextapp.echoservlet.ui.CheckBoxUI
- clientInput(String) - Method in class nextapp.echoservlet.ui.ListBoxUI
- clientInput(String) - Method in class nextapp.echoservlet.ui.RadioButtonUI
- clientInput(String) - Method in class nextapp.echoservlet.ui.SelectFieldUI
- clientInput(String) - Method in class nextapp.echoservlet.ui.TextComponentUI
- columnCount - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- columnMapping - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- columnSpan - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- columnWidths - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- columnWidthsUsePercentUnits - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- compare(Object, Object) - Method in class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator
- createCButtonBorderElement(Renderable) - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates and returns border element for CButton.
- createContainerRenderable() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates and returns a
Renderablethat contains the icon, state, and text renderables of the button. - createIconElement(RenderingContext) - Method in class nextapp.echoservlet.ui.LabelUI
- Creates the image
Elementthat will reference the label's image. - createIconRenderable() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates and returns an
Renderablerepresenting the icon part of the button. - createMainRenderables() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates the main (text/icon/state) renderable components that will make up the button.
- createPressEvents() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Adds mouse up/down event code to
rootElementto create button-press effects when mouse is depressed on button. - createRolloverEvents() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Adds mouse over/out event code to
rootElementto create button-press effects when mouse is depressed on button. - createStateRenderable(Element) - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates and returns an
Renderablerepresenting the state part of the button. - createTablePressedCssStyle() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates CSS style for pressed state of
CButtonwhich should be applied to all renderedTABLEelements via a rollover effect when button is pressed on client. - createTableRolloverCssStyle() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates CSS style for rollover state of button
which should be applied to all rendered
TABLEelements via a rollover effect when button is rolled over on client. - createTdPressedCssStyle() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates CSS style for pressed state of
CButtonwhich should be applied to the borderTDelement via a rollover effect when button is pressed on client. - createTdRolloverCssStyle() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates CSS style for rolled over state of
CButtonwhich should be applied to the borderTDelement via a rollover effect when button is rolled over on client. - createTextRenderable() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Creates and returns an
Renderablerepresenting the text part of the button.
E
- ELEMENT_BR - Static variable in class nextapp.echoservlet.ui.FillerUI
F
- FLOW_ORDER_COMPARATOR - Static variable in class nextapp.echoservlet.ui.GridRenderingModel
- FillerUI - class nextapp.echoservlet.ui.FillerUI.
- A peer for
Filler(strut) components. - FillerUI() - Constructor for class nextapp.echoservlet.ui.FillerUI
- flowCell(Grid.Cell) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Grows cells that have a flow property set.
G
- GridCellUI - class nextapp.echoservlet.ui.GridCellUI.
- A peer for
Grid.Cellcomponents. - GridCellUI() - Constructor for class nextapp.echoservlet.ui.GridCellUI
- GridRenderingModel - class nextapp.echoservlet.ui.GridRenderingModel.
- A utility class used when rendering
Gridcomponents. - GridRenderingModel(Grid) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel
- Creates a
GridRenderingModelfor the specifiedGrid. - GridRenderingModel.FlowOrderComparator - class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator.
- A comparator used to determine the order in which cells will "flow" within a grid to consume empty space.
- GridRenderingModel.FlowOrderComparator() - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.FlowOrderComparator
- GridRenderingModel.OriginCell - class nextapp.echoservlet.ui.GridRenderingModel.OriginCell.
- An object used to describe the origin of (top-left coordinate) of a grid cell.
- GridRenderingModel.OriginCell(Grid.Cell) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Creates a new
OriginCellto represent aGrid.Cellduring rendering. - GridRenderingModel.PointerCell - class nextapp.echoservlet.ui.GridRenderingModel.PointerCell.
- An object used to describe a grid coordinate that is occupied by a multi-row and/or multi-column cell, but is not the origin (top-left cell) of that cell.
- GridRenderingModel.PointerCell(GridRenderingModel.OriginCell) - Constructor for class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
- Creates a new
PointerCellto represent grid coordinates occupied by a givenOriginCell. - GridUI - class nextapp.echoservlet.ui.GridUI.
- A peer for
Gridcomponents. - GridUI() - Constructor for class nextapp.echoservlet.ui.GridUI
- getBackgroundImageUri(Connection) - Method in class nextapp.echoservlet.ui.GridCellUI
- Returns the URI of the background image of this grid cell or null if it has no background image.
- getBorderTableCellId() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Returns the element id of the border table cell's TD.
- getCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Returns the
Grid.Cellobject that thisOriginCellis representing during rendering. - getCell(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the
Grid.Cellat the specified coordinate. - getCellHeight(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the height of the specified cell, or
EchoConstants.UNDEFINED_SIZEif it cannot be determined. - getCellType(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the cell type at the specified coordinate.
- getCellWidth(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the width of the specified cell, or
EchoConstants.UNDEFINED_SIZEif it cannot be determined. - getColumnCount() - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the number of columns in the rendered version of the grid.
- getColumnSpan() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Returns the number of columns spanned by the cell.
- getColumnSpan(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the column span of the cell at the specified coordinates in the rendered version of the grid.
- getColumnWidth(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the rendered width of the given column.
- getControllerFieldValue() - Method in class nextapp.echoservlet.ui.CheckBoxUI
- getControllerFieldValue() - Method in class nextapp.echoservlet.ui.RadioButtonUI
- getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.CheckBoxUI
- getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.RadioButtonUI
- getDefaultStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
- Returns the URI of the default image used to represent the toggle button's state.
- getElement(RenderingContext, AbstractButtonUI) - Static method in class nextapp.echoservlet.ui.ButtonRenderer
- Returns an Element containing an HTML representation of the provided button.
- getGroupId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
- Returns the
Idof theButtonGroup. - getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.LabelUI
- getHorizontalAlignment() - Method in class nextapp.echoservlet.ui.PanelUI
- getMarginTdElement(int) - Method in class nextapp.echoservlet.ui.TriCellTable
- Returns the specified margin element.
- getNextRolloverElementId() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Returns the next sequential id available to assign to an elemnet participating in the rollover effect.
- getOnChangeScript() - Method in class nextapp.echoservlet.ui.ListBoxUI
- Returns the JavaScript method call that will be invoked when the state of the list box is altered by the user.
- getOrientation(int, int) - Static method in class nextapp.echoservlet.ui.TriCellTable
- Translates horizontal and vertical orientation constants from the
nextapp.echo.EchoContstantsclass into the constants used byTriCellTable: LEFT_RIGHT RIGHT_LEFT TOP_BOTTOM BOTTOM_TOP - getOriginCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
- Returns the represented
OriginCell. - getPointerCell() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Returns the
PointerCellthat will be used in thecellArraygrid to indicate which coordinates are occupied by this occupied by this cells row- and column-spanning. - getRoot() - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Returns the rendered root element.
- getRowCount() - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the number of rows in the rendered version of the grid.
- getRowHeight(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the rendered height of the given row.
- getRowSpan() - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Returns the number of rows spanned by the cell.
- getRowSpan(int, int) - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Returns the row span of the cell at the specified coordinates in the rendered version of the grid.
- getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- Returns JavaScript code that will be executed when the button is clicked.
- getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.ButtonUI
- getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.CheckBoxUI
- getScriptAction(RenderingContext) - Method in class nextapp.echoservlet.ui.RadioButtonUI
- getScriptCustomStateIconToggleRollover(Connection, String, String, String, String, String) - Static method in class nextapp.echoservlet.ui.ToggleButtonUI
- Returns the necessary script to produce a button rollover effect.
- getScriptImageSwap(Connection, Id, String) - Static method in class nextapp.echoservlet.ui.ImageSwapScript
- Returns the JavaScript necessary to dynamically change an image that
exists in the client browser to the one specified in
newImageUri. - getScriptMultiRollover(Connection, RolloverScript.MultipleRolloverScriptElement[]) - Static method in class nextapp.echoservlet.ui.RolloverScript
- Returns the necessary script to produce a button rollover effect where multiple elements will be modified.
- getScriptRollover(Connection, String, String, String) - Static method in class nextapp.echoservlet.ui.RolloverScript
- Returns the necessary script to produce a button rollover effect.
- getSelectedId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
- Returns the
Idof the selected button in theButtonGroup. - getStateId() - Method in class nextapp.echoservlet.ui.RadioButtonUI
- getStateId() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
- Returns the
Idof the controller input field in which theToggleButton's state is to be stored. - getStateImageUri(RenderingContext, boolean) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
- Returns the URI of the image that will be used to represent state for this particular toggle button.
- getStyle() - Method in class nextapp.echoservlet.ui.TextComponentUI
- Returns a ComponentStyle object suitable for this component.
- getTdElement(int) - Method in class nextapp.echoservlet.ui.TriCellTable
- Returns the specified container element.
- getVerticalAlignment() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- getVerticalAlignment() - Method in class nextapp.echoservlet.ui.LabelUI
- getVerticalAlignment() - Method in class nextapp.echoservlet.ui.PanelUI
- grid - Variable in class nextapp.echoservlet.ui.GridRenderingModel
I
- ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.AbstractButtonUI
- A constant used to identify the default icon for the
in the
ImageManager. - INVERTED - Static variable in class nextapp.echoservlet.ui.TriCellTable
- ImageSwapScript - class nextapp.echoservlet.ui.ImageSwapScript.
- A utility class that wraps JavaScript code required to swap images in HTML pages on the client without server interaction.
- ImageSwapScript() - Constructor for class nextapp.echoservlet.ui.ImageSwapScript
- Non-instantiable class.
- iconRenderable - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- Icon HTML code.
- id - Variable in class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
- imageManager - Variable in class nextapp.echoservlet.ui.AbstractButtonUI
- The image manager that will handle images for the button, including custom state images for toggle buttons.
- imageManager - Variable in class nextapp.echoservlet.ui.GridCellUI
- imageManager - Variable in class nextapp.echoservlet.ui.LabelUI
- An image manager that will handle the label's icon.
- imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.GridCellUI
- imageUpdate(ImageUpdateEvent) - Method in class nextapp.echoservlet.ui.LabelUI
- imageUri - Variable in class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
L
- LABEL_IMAGE - Static variable in class nextapp.echoservlet.ui.LabelUI
- A string that will indentify the label's icon in the
ImageManager. - LEFT_RIGHT - Static variable in class nextapp.echoservlet.ui.TriCellTable
- LabelUI - class nextapp.echoservlet.ui.LabelUI.
- A peer for
Labelcomponents. - LabelUI() - Constructor for class nextapp.echoservlet.ui.LabelUI
- ListBoxUI - class nextapp.echoservlet.ui.ListBoxUI.
- A peer for
ListBoxcomponents. - ListBoxUI() - Constructor for class nextapp.echoservlet.ui.ListBoxUI
M
- marginTds - Variable in class nextapp.echoservlet.ui.TriCellTable
- modifyCButtonBorderTableStyle(ComponentStyle) - Method in class nextapp.echoservlet.ui.ButtonRenderer
- Modifies style of border table to take into account properties
of
CButton.
N
- nextRolloverSubIdValue - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- Counter indicating the next 'sub id' available to identify an HTML element that will take part in the rollover effect.
- nextapp.echoservlet.ui - package nextapp.echoservlet.ui
O
- originCell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.PointerCell
P
- PanelUI - class nextapp.echoservlet.ui.PanelUI.
- A peer for
Panelcomponents. - PanelUI() - Constructor for class nextapp.echoservlet.ui.PanelUI
- pointerCell - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ColumnUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ContainerUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.GridCellUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.GridUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.LabelUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ListBoxUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.PanelUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.RowUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.SelectFieldUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TableHeaderUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TableUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.TextComponentUI
- propertyChange(PropertyChangeEvent) - Method in class nextapp.echoservlet.ui.ToggleButtonUI
R
- RIGHT_LEFT - Static variable in class nextapp.echoservlet.ui.TriCellTable
- ROLLOVER_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.AbstractButtonUI
- A constant used to identify the rollover icon for the
in the
ImageManager. - ROLLOVER_SELECTED_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
- A constant used to identify the rollover selected icon for the
in the
ImageManager. - RadioButtonUI - class nextapp.echoservlet.ui.RadioButtonUI.
- A peer for
RadioButtoncomponents. - RadioButtonUI() - Constructor for class nextapp.echoservlet.ui.RadioButtonUI
- RolloverScript - class nextapp.echoservlet.ui.RolloverScript.
- A utility class that wraps JavaScript code required to create mouse rollover effects in HTML pages on the client without server interaction.
- RolloverScript() - Constructor for class nextapp.echoservlet.ui.RolloverScript
- Non-instantiable class
- RolloverScript.MultipleRolloverScriptElement - class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement.
- A data object used to describe a rollover action when multiple actions are required for a rollover effect.
- RolloverScript.MultipleRolloverScriptElement(String, String, String) - Constructor for class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
- Creates a new
MultipleRolloverScriptElement. - RowUI - class nextapp.echoservlet.ui.RowUI.
- A peer for
Rowcomponents. - RowUI() - Constructor for class nextapp.echoservlet.ui.RowUI
- rc - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- The
RenderingContextbeing used for this rendering. - reduceColumns() - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Removes empty columns that are spanned across in every row of the grid.
- reduceRows() - Method in class nextapp.echoservlet.ui.GridRenderingModel
- Removes empty rows that are spanned across in every column of the grid.
- registered() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- registered() - Method in class nextapp.echoservlet.ui.ColumnUI
- registered() - Method in class nextapp.echoservlet.ui.ContainerUI
- registered() - Method in class nextapp.echoservlet.ui.GridCellUI
- registered() - Method in class nextapp.echoservlet.ui.GridUI
- registered() - Method in class nextapp.echoservlet.ui.LabelUI
- registered() - Method in class nextapp.echoservlet.ui.ListBoxUI
- registered() - Method in class nextapp.echoservlet.ui.PanelUI
- registered() - Method in class nextapp.echoservlet.ui.RowUI
- registered() - Method in class nextapp.echoservlet.ui.SelectFieldUI
- registered() - Method in class nextapp.echoservlet.ui.TableHeaderUI
- registered() - Method in class nextapp.echoservlet.ui.TableUI
- registered() - Method in class nextapp.echoservlet.ui.TextComponentUI
- registered() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.ColumnUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.ContainerUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.FillerUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.GridCellUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.GridUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.LabelUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.ListBoxUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.PanelUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.RowUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.SelectFieldUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TableHeaderUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TableUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TextAreaUI
- render(RenderingContext, Element) - Method in class nextapp.echoservlet.ui.TextFieldUI
- renderedActive - Variable in class nextapp.echoservlet.ui.AbstractButtonUI
- Indicates whether the button was most recently rendered enabled.
- renderedActive - Variable in class nextapp.echoservlet.ui.ListBoxUI
- Indicates whether the component was most recently rendered editable and enabled.
- renderedActive - Variable in class nextapp.echoservlet.ui.SelectFieldUI
- Indicates whether the component was most recently rendered editable and enabled.
- renderedActive - Variable in class nextapp.echoservlet.ui.TextComponentUI
- Indicates whether the component was most recently rendered editable and enabled.
- rootElement - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- The root of the rendered HTML
Element hierarchy.- rootStyleName - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- Name of style of root element.
- rowCount - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- rowHeights - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- rowHeightsUsePercentUnits - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- rowMapping - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- rowSpan - Variable in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
S
- SELECTED_ICON_IMAGE - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
- A constant used to identify the selected icon for the
in the
ImageManager. - SERVICE_BUTTON_SCRIPT - Static variable in class nextapp.echoservlet.ui.ButtonRenderer
- SERVICE_CHECK_BOX_OFF - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
- A service that renders the default deselected check box image.
- SERVICE_CHECK_BOX_ON - Static variable in class nextapp.echoservlet.ui.CheckBoxUI
- A service that renders the default selected check box image.
- SERVICE_CSS_SWAP_SCRIPT - Static variable in class nextapp.echoservlet.ui.CssSwapScript
- A service containing JavaScript code used to swap CSS styles on the client.
- SERVICE_IMAGE_SWAP_SCRIPT - Static variable in class nextapp.echoservlet.ui.ImageSwapScript
- A service containing JavaScript code used to swap images on the client.
- SERVICE_LIST_BOX_SCRIPT - Static variable in class nextapp.echoservlet.ui.ListBoxUI
- A service that will provide the JavaScript used to manage a list box's state.
- SERVICE_RADIO_BUTTON_OFF - Static variable in class nextapp.echoservlet.ui.RadioButtonUI
- A service that renders the default deselected radio button image.
- SERVICE_RADIO_BUTTON_ON - Static variable in class nextapp.echoservlet.ui.RadioButtonUI
- A service that renders the default selected radio button image.
- SERVICE_ROLLOVER_SCRIPT - Static variable in class nextapp.echoservlet.ui.RolloverScript
- A service containing JavaScript code used to create rollover effects.
- SERVICE_SELECT_FIELD_SCRIPT - Static variable in class nextapp.echoservlet.ui.SelectFieldUI
- SERVICE_TEXT_FIELD_SCRIPT - Static variable in class nextapp.echoservlet.ui.TextFieldUI
- SERVICE_TOGGLE_BUTTON_SCRIPT - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
- A service providing JavaScript to handle client-side management of toggle buttons.
- SelectFieldUI - class nextapp.echoservlet.ui.SelectFieldUI.
- A peer for
SelectFieldcomponents. - SelectFieldUI() - Constructor for class nextapp.echoservlet.ui.SelectFieldUI
- setColumnSpan(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Sets the number of columns spanned by the cell.
- setRowSpan(int) - Method in class nextapp.echoservlet.ui.GridRenderingModel.OriginCell
- Sets the number of rows spanned by the cell.
- stateRenderable - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- State icon HTML code.
- styleName - Variable in class nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
T
- TOGGLE_IMAGE_PREFIX - Static variable in class nextapp.echoservlet.ui.ToggleButtonUI
- A prefix used in the value of the image "name" attribute of a an <img> element rendered to represent a toggle button's state icon.
- TOP_BOTTOM - Static variable in class nextapp.echoservlet.ui.TriCellTable
- TableHeaderUI - class nextapp.echoservlet.ui.TableHeaderUI.
- A peer for
TableHeadercomponents. - TableHeaderUI() - Constructor for class nextapp.echoservlet.ui.TableHeaderUI
- TableUI - class nextapp.echoservlet.ui.TableUI.
- A peer for
Tablecomponents. - TableUI() - Constructor for class nextapp.echoservlet.ui.TableUI
- TextAreaUI - class nextapp.echoservlet.ui.TextAreaUI.
- A peer for
TextAreacomponents. - TextAreaUI() - Constructor for class nextapp.echoservlet.ui.TextAreaUI
- TextComponentUI - class nextapp.echoservlet.ui.TextComponentUI.
- A base peer class for components derived from
TextComponent. - TextComponentUI() - Constructor for class nextapp.echoservlet.ui.TextComponentUI
- TextFieldUI - class nextapp.echoservlet.ui.TextFieldUI.
- A peer for
TextFieldandPasswordFieldcomponents. - TextFieldUI() - Constructor for class nextapp.echoservlet.ui.TextFieldUI
- ToggleButtonUI - class nextapp.echoservlet.ui.ToggleButtonUI.
- A base peer class for components derived from
ToggleButton. - ToggleButtonUI() - Constructor for class nextapp.echoservlet.ui.ToggleButtonUI
- TriCellTable - class nextapp.echoservlet.ui.TriCellTable.
- Renders an HTML table that has two or three "container" cells and independently settable margins between them.
- TriCellTable() - Constructor for class nextapp.echoservlet.ui.TriCellTable
- This constructor is called by the non-private constructors to set up common properties.
- TriCellTable(Connection, int, int) - Constructor for class nextapp.echoservlet.ui.TriCellTable
- Creates a two-celled
TriCellTable. - TriCellTable(Connection, int, int, int, int) - Constructor for class nextapp.echoservlet.ui.TriCellTable
- Creates a three-celled
TriCellTable. - tds - Variable in class nextapp.echoservlet.ui.TriCellTable
- textRenderable - Variable in class nextapp.echoservlet.ui.ButtonRenderer
- Text HTML code.
U
- unregistered() - Method in class nextapp.echoservlet.ui.AbstractButtonUI
- unregistered() - Method in class nextapp.echoservlet.ui.ColumnUI
- unregistered() - Method in class nextapp.echoservlet.ui.ContainerUI
- unregistered() - Method in class nextapp.echoservlet.ui.GridCellUI
- unregistered() - Method in class nextapp.echoservlet.ui.GridUI
- unregistered() - Method in class nextapp.echoservlet.ui.LabelUI
- unregistered() - Method in class nextapp.echoservlet.ui.ListBoxUI
- unregistered() - Method in class nextapp.echoservlet.ui.PanelUI
- unregistered() - Method in class nextapp.echoservlet.ui.RowUI
- unregistered() - Method in class nextapp.echoservlet.ui.SelectFieldUI
- unregistered() - Method in class nextapp.echoservlet.ui.TableHeaderUI
- unregistered() - Method in class nextapp.echoservlet.ui.TableUI
- unregistered() - Method in class nextapp.echoservlet.ui.TextComponentUI
- unregistered() - Method in class nextapp.echoservlet.ui.ToggleButtonUI
V
- VERTICAL - Static variable in class nextapp.echoservlet.ui.TriCellTable
- visibleColumns - Variable in class nextapp.echoservlet.ui.GridRenderingModel
- visibleRows - Variable in class nextapp.echoservlet.ui.GridRenderingModel
A B C E F G I L M N O P R S T U V
|
|||||||||
| Home >> All >> nextapp >> echoservlet >> [ ui overview ] | PREV NEXT | ||||||||