Package org.apache.ofbiz.widget.model
Class ModelScreenWidget.Column
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelWidget
-
- org.apache.ofbiz.widget.model.ModelScreenWidget.Column
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ModelScreenWidget
public static final class ModelScreenWidget.Column extends ModelWidget
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.widget.model.ModelWidget
enableBoundaryCommentsParam, module
-
-
Constructor Summary
Constructors Constructor Description Column(ModelScreen modelScreen, Element columnElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ModelWidgetVisitor visitor)
String
getId(Map<String,Object> context)
FlexibleStringExpander
getIdExdr()
String
getStyle(Map<String,Object> context)
FlexibleStringExpander
getStyleExdr()
List<ModelScreenWidget>
getSubWidgets()
-
Methods inherited from class org.apache.ofbiz.widget.model.ModelWidget
getBoundaryCommentName, getName, getStartColumn, getStartLine, getSystemId, toString, widgetBoundaryCommentsEnabled
-
-
-
-
Constructor Detail
-
Column
public Column(ModelScreen modelScreen, Element columnElement)
-
-
Method Detail
-
getSubWidgets
public List<ModelScreenWidget> getSubWidgets()
-
accept
public void accept(ModelWidgetVisitor visitor) throws Exception
- Specified by:
accept
in classModelWidget
- Throws:
Exception
-
getIdExdr
public FlexibleStringExpander getIdExdr()
-
getStyleExdr
public FlexibleStringExpander getStyleExdr()
-
-