public static final class ModelScreenWidget.HorizontalSeparator extends ModelScreenWidget
ModelScreenWidget.Column, ModelScreenWidget.ColumnContainer, ModelScreenWidget.Container, ModelScreenWidget.Content, ModelScreenWidget.DecoratorScreen, ModelScreenWidget.DecoratorSection, ModelScreenWidget.DecoratorSectionInclude, ModelScreenWidget.Form, ModelScreenWidget.Grid, ModelScreenWidget.HorizontalSeparator, ModelScreenWidget.IncludeScreen, ModelScreenWidget.Label, ModelScreenWidget.Menu, ModelScreenWidget.PlatformSpecific, ModelScreenWidget.PortalPage, ModelScreenWidget.ScreenImage, ModelScreenWidget.Screenlet, ModelScreenWidget.ScreenLink, ModelScreenWidget.Section, ModelScreenWidget.SectionsRenderer, ModelScreenWidget.SubContent, ModelScreenWidget.Tree
Modifier and Type | Field and Description |
---|---|
static String |
TAG_NAME |
module
enableBoundaryCommentsParam
Constructor and Description |
---|
HorizontalSeparator(ModelScreen modelScreen,
Element separatorElement) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelWidgetVisitor visitor) |
String |
getId(Map<String,Object> context) |
FlexibleStringExpander |
getIdExdr() |
String |
getStyle(Map<String,Object> context) |
FlexibleStringExpander |
getStyleExdr() |
void |
renderWidgetString(Appendable writer,
Map<String,Object> context,
ScreenStringRenderer screenStringRenderer) |
getModelScreen, readSubWidgets, renderSubWidgetsString
getBoundaryCommentName, getName, getStartColumn, getStartLine, getSystemId, toString, widgetBoundaryCommentsEnabled
public static final String TAG_NAME
public HorizontalSeparator(ModelScreen modelScreen, Element separatorElement)
public void renderWidgetString(Appendable writer, Map<String,Object> context, ScreenStringRenderer screenStringRenderer) throws GeneralException, IOException
renderWidgetString
in class ModelScreenWidget
GeneralException
IOException
public void accept(ModelWidgetVisitor visitor) throws Exception
accept
in class ModelWidget
Exception
public FlexibleStringExpander getIdExdr()
public FlexibleStringExpander getStyleExdr()