Interface CodeElement
-
- All Known Implementing Classes:
CodeList
public interface CodeElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNav(org.gwtbootstrap3.client.ui.DropDownMenu parent, org.gwtbootstrap3.client.ui.Button dropdownButton, org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.CodeType> onChange)org.gwtbootstrap3.client.ui.constants.IconTypegetIcon()org.uberfire.ext.plugin.model.CodeTypegetType()
-
-
-
Method Detail
-
addNav
void addNav(org.gwtbootstrap3.client.ui.DropDownMenu parent, org.gwtbootstrap3.client.ui.Button dropdownButton, org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.CodeType> onChange)
-
getIcon
org.gwtbootstrap3.client.ui.constants.IconType getIcon()
-
getType
org.uberfire.ext.plugin.model.CodeType getType()
-
-