Package com.axelor.meta.schema.views
Class PanelInclude
- java.lang.Object
-
- com.axelor.meta.schema.views.AbstractWidget
-
- com.axelor.meta.schema.views.PanelInclude
-
public class PanelInclude extends AbstractWidget
-
-
Constructor Summary
Constructors Constructor Description PanelInclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
String
getName()
AbstractView
getView()
void
setModule(String module)
void
setName(String name)
void
setOwner(AbstractView owner)
-
Methods inherited from class com.axelor.meta.schema.views.AbstractWidget
getConditionToCheck, getModel, getModuleToCheck, getOtherAttributes, getWidgetAttrs, setConditionToCheck, setModel, setModuleToCheck, setOtherAttributes, setWidgetAttrs
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getModule
public String getModule()
-
setModule
public void setModule(String module)
-
setOwner
public void setOwner(AbstractView owner)
-
getView
public AbstractView getView()
-
-