public class ParametriLegendaCategoria
extends java.lang.Object
| Constructor and Description | 
|---|
ParametriLegendaCategoria()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCategory(ParametriLegendaCategoria c)  | 
void | 
addLayer(ParametriLegendaLayer p)  | 
java.util.List<java.lang.String> | 
allGroupsList()
Metodo per recuperare l'elenco di tutti i layer contenuti
 Il nome del metodo non contiene il prefisso get per non essere serializzato json automaticamente 
 | 
java.util.List<ParametriLegendaLayer> | 
allLayersList()
Metodo per recuperare l'elenco di tutti i layer contenuti
 Il nome del metodo non contiene il prefisso get per non essere serializzato json automaticamente 
 | 
java.util.List<java.lang.String> | 
defaultGroupList()
Metodo per ottenere l'elenco di tutti i layer accesi all'avvio. 
 | 
java.util.List<java.lang.String> | 
defaultGroupStyleList()
Metodo per ottenere l'elenco degli stili corrispondenti ad i layer accesi all'avvio
 Il nome del metodo non contiene il prefisso get per non essere serializzato json automaticamente 
 | 
java.util.ArrayList<ParametriLegendaCategoria> | 
getCategoryList()  | 
java.lang.String | 
getCatTreeIdx()  | 
java.lang.String | 
getClickTarget()  | 
java.lang.String | 
getClickUrl()  | 
java.lang.Boolean | 
getDefaultCategory()  | 
java.lang.Boolean | 
getExpanded()
Getter del valore expanded, che indica se la categoria deve essere espansa all'avvio 
 | 
java.lang.Boolean | 
getHidden()  | 
java.lang.String | 
getItemIcon()  | 
java.lang.String | 
getItemType()  | 
java.util.ArrayList<ParametriLegendaLayer> | 
getLayerList()  | 
java.lang.Boolean | 
getMutualExclusive()
Getter del valore mutualExclusive, che indica se i layer contenuti all'interno della categoria sono mutuamente esclusivi 
 | 
java.lang.Boolean | 
getMutualExclusiveCategories()  | 
java.lang.Boolean | 
getMutualExclusiveCategoriesOnLayers()  | 
java.lang.String | 
getName()  | 
java.lang.String | 
getToolTip()  | 
java.lang.Boolean | 
getUserSwitchable()  | 
void | 
setCategoryList(java.util.ArrayList<ParametriLegendaCategoria> categoryList)  | 
void | 
setCatTreeIdx(java.lang.String catTreeIdx)
Setter per catTreeIdx. 
 | 
void | 
setClickTarget(java.lang.String clickTarget)  | 
void | 
setClickUrl(java.lang.String clickUrl)  | 
void | 
setDefaultCategory(java.lang.Boolean defaultCategory)  | 
void | 
setExpanded(java.lang.Boolean expanded)
Setter del valore expanded, che indica se la categoria deve essere espansa all'avvio 
 | 
void | 
setHidden(java.lang.Boolean hidden)  | 
void | 
setItemIcon(java.lang.String itemIcon)  | 
void | 
setItemType(java.lang.String itemType)  | 
void | 
setLayerList(java.util.ArrayList<ParametriLegendaLayer> layerList)  | 
void | 
setMutualExclusive(java.lang.Boolean mutualExclusive)
Setter del valore mutualExclusive, che indica se i layer contenuti all'interno della categoria sono mutuamente esclusivi 
 | 
void | 
setMutualExclusiveCategories(java.lang.Boolean mutualExclusiveCategories)  | 
void | 
setMutualExclusiveCategoriesOnLayers(java.lang.Boolean mutualExclusiveCategoriesOnLayers)  | 
void | 
setName(java.lang.String name)  | 
void | 
setToolTip(java.lang.String toolTip)  | 
void | 
setTreeIdxs(java.lang.String catTreeIdx)  | 
void | 
setUserSwitchable(java.lang.Boolean userSwitchable)  | 
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.ArrayList<ParametriLegendaLayer> getLayerList()
public void addLayer(ParametriLegendaLayer p)
public java.util.ArrayList<ParametriLegendaCategoria> getCategoryList()
public void addCategory(ParametriLegendaCategoria c)
public java.lang.Boolean getDefaultCategory()
public void setDefaultCategory(java.lang.Boolean defaultCategory)
public java.lang.Boolean getMutualExclusive()
public void setMutualExclusive(java.lang.Boolean mutualExclusive)
mutualExclusive - il valore da settarepublic java.lang.Boolean getExpanded()
public void setExpanded(java.lang.Boolean expanded)
expanded - il valore da settarepublic java.util.List<java.lang.String> allGroupsList()
public java.util.List<ParametriLegendaLayer> allLayersList()
public java.util.List<java.lang.String> defaultGroupList()
public java.util.List<java.lang.String> defaultGroupStyleList()
public void setTreeIdxs(java.lang.String catTreeIdx)
public java.lang.String getCatTreeIdx()
public java.lang.Boolean getHidden()
public void setHidden(java.lang.Boolean hidden)
hidden - the hidden to setpublic java.lang.Boolean getUserSwitchable()
public void setUserSwitchable(java.lang.Boolean userSwitchable)
userSwitchable - the userSwitchable to setpublic java.lang.String getClickUrl()
public void setClickUrl(java.lang.String clickUrl)
clickUrl - the clickUrl to setpublic java.lang.String getClickTarget()
public void setClickTarget(java.lang.String clickTarget)
clickTarget - the clickTarget to setpublic java.lang.String getToolTip()
public void setToolTip(java.lang.String toolTip)
toolTip - the toolTip to setpublic void setLayerList(java.util.ArrayList<ParametriLegendaLayer> layerList)
layerList - the layerList to setpublic void setCategoryList(java.util.ArrayList<ParametriLegendaCategoria> categoryList)
categoryList - the categoryList to setpublic void setCatTreeIdx(java.lang.String catTreeIdx)
setTreeIdxs(String)catTreeIdx - the catTreeIdx to setpublic java.lang.String getItemType()
public void setItemType(java.lang.String itemType)
itemType - the itemType to setpublic java.lang.String getItemIcon()
public void setItemIcon(java.lang.String itemIcon)
itemIcon - the itemIcon to setpublic java.lang.Boolean getMutualExclusiveCategories()
public void setMutualExclusiveCategories(java.lang.Boolean mutualExclusiveCategories)
mutualExclusiveCategories - the mutualExclusiveCategories to setpublic java.lang.Boolean getMutualExclusiveCategoriesOnLayers()
public void setMutualExclusiveCategoriesOnLayers(java.lang.Boolean mutualExclusiveCategoriesOnLayers)
mutualExclusiveCategories - the mutualExclusiveCategoriesOnLayers to set