Package com.axelor.meta.schema.views
Class MenuItem
- java.lang.Object
-
- com.axelor.meta.schema.views.AbstractWidget
-
- com.axelor.meta.schema.views.SimpleWidget
-
- com.axelor.meta.schema.views.MenuItem
-
- Direct Known Subclasses:
Menu.Item
public class MenuItem extends SimpleWidget
-
-
Constructor Summary
Constructors Constructor Description MenuItem()
-
Method Summary
-
Methods inherited from class com.axelor.meta.schema.views.SimpleWidget
getAutoTitle, getColOffset, getColSpan, getCss, getDepends, getHeight, getHelp, getHidden, getHideIf, getLocalizedHelp, getLocalizedTitle, getName, getReadonly, getReadonlyIf, getShowIf, getShowTitle, getTitle, getWidth, setColOffset, setColSpan, setCss, setDepends, setHeight, setHelp, setHidden, setHideIf, setName, setReadonly, setReadonlyIf, setShowIf, setShowTitle, setTitle, setWidth
-
Methods inherited from class com.axelor.meta.schema.views.AbstractWidget
getConditionToCheck, getModel, getModuleToCheck, getOtherAttributes, getWidgetAttrs, setConditionToCheck, setModel, setModuleToCheck, setOtherAttributes, setWidgetAttrs
-
-
-
-
Method Detail
-
getXmlId
public String getXmlId()
-
setXmlId
public void setXmlId(String xmlId)
-
getParent
public String getParent()
-
setParent
public void setParent(String parent)
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer order)
-
getGroups
public String getGroups()
-
setGroups
public void setGroups(String groups)
-
getTop
public Boolean getTop()
-
setTop
public void setTop(Boolean top)
-
getLeft
public Boolean getLeft()
-
setLeft
public void setLeft(Boolean left)
-
getMobile
public Boolean getMobile()
-
setMobile
public void setMobile(Boolean mobile)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getIconBackground
public String getIconBackground()
-
setIconBackground
public void setIconBackground(String iconBackground)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getLocalizedPrompt
public String getLocalizedPrompt()
-
getPrompt
public String getPrompt()
-
setPrompt
public void setPrompt(String prompt)
-
getTag
public String getTag()
-
getLocalizedTag
public String getLocalizedTag()
-
setTag
public void setTag(String tag)
-
getTagGet
public String getTagGet()
-
setTagGet
public void setTagGet(String tagGet)
-
getTagCount
public Boolean getTagCount()
-
setTagCount
public void setTagCount(Boolean tagCount)
-
getTagStyle
public String getTagStyle()
-
setTagStyle
public void setTagStyle(String tagStyle)
-
getHasTag
public Boolean getHasTag()
-
setHasTag
public void setHasTag(Boolean hasTag)
-
-