| PREV CLASS Documentation homepage |
IlvFacesLayerVisibilityTool
IlvFacesLayerVisibilityTool is a component that displays layers and gives control on their visibility. | Constructor Summary | |
|---|---|
IlvFacesLayerVisibilityTool(selfId, parentId)
|
|
| Method Summary | |
|---|---|
addLayer(layerName, layerIndex)
Internal implementation Adds a single layer on the layer table. |
|
createLayers()
Internal implementation Fills the layer table. |
|
getAbsoluteId()
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(id)
Sets the absolute identifier of the server side JavaServer Faces component. |
|
setEnabled(enabled)
Enables or disables layer visibility control . |
|
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(styleClass)
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 |
|
updateLayers()
Internal implementation Updates the layer state. |
|
| Constructor Detail |
IlvFacesLayerVisibilityTool(selfId, parentId)
| Method Detail |
addLayer(layerName, layerIndex)
createLayers()
getAbsoluteId()
getView()
mouseOver(e)
setAbsoluteId(id)
absId - The absolute identifier of the component.setEnabled(enabled)
enabled - true or false.setMessage(message)
setMessagePanel method. message - The message.setMessageBox(panelProxy)
panelProxy - The message box.setStyle(style)
style - A String containing CSS text.setStyleClass(styleClass)
style - A String containing the name of a CSS style.setTitle(title)
title - .setView(viewProxy)
viewProxy - The view to link this component to.updateLayers()
| PREV CLASS Documentation homepage |