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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
String
getCategory()
String
getGroups()
Boolean
getHasTag()
String
getIcon()
String
getIconBackground()
Boolean
getLeft()
String
getLocalizedPrompt()
String
getLocalizedTag()
Boolean
getMobile()
Integer
getOrder()
String
getParent()
String
getPrompt()
String
getTag()
Boolean
getTagCount()
String
getTagGet()
String
getTagStyle()
String
getXmlId()
void
setAction(String action)
void
setCategory(String category)
void
setGroups(String groups)
void
setHasTag(Boolean hasTag)
void
setIcon(String icon)
void
setIconBackground(String iconBackground)
void
setLeft(Boolean left)
void
setMobile(Boolean mobile)
void
setOrder(Integer order)
void
setParent(String parent)
void
setPrompt(String prompt)
void
setTag(String tag)
void
setTagCount(Boolean tagCount)
void
setTagGet(String tagGet)
void
setTagStyle(String tagStyle)
void
setXmlId(String xmlId)
-
Methods inherited from class com.axelor.meta.schema.views.SimpleWidget
getAutoTitle, getColOffset, getColSpan, getCss, getDepends, getHeight, getHelp, getHidden, getHideIf, getLocalizedHelp, getLocalizedTitle, getName, getReadonly, getReadonlyIf, getRowOffset, getRowSpan, getShowIf, getShowTitle, getTitle, getWidth, setColOffset, setColSpan, setCss, setDepends, setHeight, setHelp, setHidden, setHideIf, setName, setReadonly, setReadonlyIf, setRowOffset, setRowSpan, setShowIf, setShowTitle, setTitle, setWidth
-
Methods inherited from class com.axelor.meta.schema.views.AbstractWidget
getConditionToCheck, getModel, getModuleToCheck, getOtherAttributes, getWidgetAttrs, 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)
-
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)
-
-