Package com.esri.adf.web.faces.component

The faces.component package contains the Java ADF Web controls and extend JSF classes.

See:
          Description

Interface Summary
ToolbarItem The ToolbarItem is an interface which has an abstract method generateXML().
 

Class Summary
ButtonControl A button control executes the server side action and/or action listener method for the control its associated with.
CommandControl The Command control executes the server side action and/or action listener method for the control its associated with.
ContextControl The context control establishes a working environment with a GIS server.
MapControl The map control provides the display functionality of a map document served using GIS Server.
OverviewControl The overview control is similar to a map control.
SelectOneControl The SelectOne Control is rendered as a "select" HTML element.
SeparatorControl The Separator control is used to separate toolbar items based on the specified separator image, space, or image and space.
TaskControl  
TocControl The TOC control—or table of contents control—displays the contents of a map and allows an end user to turn layers on and off.
ToolbarControl The Toolbar control displays the tool bar items that are associated with it.
ToolControl The Tool Control executes the client action followed by the server side action.
UIToolbar The UIToolbar class provides the server side properties that are required for the Toolbar control.
 

Package com.esri.adf.web.faces.component Description

The faces.component package contains the Java ADF Web controls and extend JSF classes. A Web control is a JSF custom component. If the component responds to client actions, it is created by extending the UICommand class and implementing ActionListener. Otherwise, the component extends the UIComponentBase class. The context, North arrow, and scale bar controls are examples of controls which do not respond to client-side action events.