IlvObject | +--IlvFacesLayerVisibilityTool
IlvFacesLayerVisibilityTool
is a component that displays layers and gives control on their visibility.Constructor Attributes | Constructor Name and Description |
---|---|
IlvFacesLayerVisibilityTool(selfId, parentId)
|
Method Attributes | Method Name and Description |
---|---|
addLayer(layerName, layerIndex)
Internal implementation
Adds a single layer on the layer table. |
|
Internal implementation
Fills the layer table. |
|
Returns the absolute identifier of the server side JavaServer Faces component.
|
|
getView()
Returns the dependency view of this component.
|
|
mouseOver(e)
This method is invoked when the mouse is over the layer table.
|
|
setAbsoluteId(absId)
Sets the absolute identifier of the server side JavaServer Faces component.
|
|
setEnabled(enabled)
Enables or disables layer visibility control .
|
|
setLayerEnabled(layerIndex, enabled)
Enables the visible/invisible toggle for a single layer on the layer table.
|
|
setMessage(message)
Sets the message to be displayed when the mouse is over the button.
|
|
setMessageBox(panelProxy)
Sets the message box of the view.
|
|
setStyle(style)
Changes the style of the table and its cells.
|
|
setStyleClass(style)
Changes the style of the table and its cells.
|
|
setTitle(title)
Sets the component title and tooltip.
|
|
setView(viewProxy)
Sets the dependency view of this component
|
|
toggleLayer(k, bool)
Internal implementation
Invoked when clicking on a layer toggle. |
|
Internal implementation
Updates the layer state. |
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
setMessagePanel
method.