Package org.apache.ofbiz.widget.model
Class ModelScreenWidget.ScreenLink
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelWidget
-
- org.apache.ofbiz.widget.model.ModelScreenWidget
-
- org.apache.ofbiz.widget.model.ModelScreenWidget.ScreenLink
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ModelScreenWidget
public static final class ModelScreenWidget.ScreenLink extends ModelScreenWidget
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.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
-
-
Field Summary
Fields Modifier and Type Field Description static String
TAG_NAME
-
Fields inherited from class org.apache.ofbiz.widget.model.ModelScreenWidget
module
-
Fields inherited from class org.apache.ofbiz.widget.model.ModelWidget
enableBoundaryCommentsParam
-
-
Constructor Summary
Constructors Constructor Description ScreenLink(ModelScreen modelScreen, Element linkElement)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.widget.model.ModelScreenWidget
getModelScreen, readSubWidgets, renderSubWidgetsString
-
Methods inherited from class org.apache.ofbiz.widget.model.ModelWidget
getBoundaryCommentName, getStartColumn, getStartLine, getSystemId, toString, widgetBoundaryCommentsEnabled
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ScreenLink
public ScreenLink(ModelScreen modelScreen, Element linkElement)
-
-
Method Detail
-
getName
public String getName()
Description copied from class:ModelWidget
Returns the widget's name.- Overrides:
getName
in classModelWidget
- Returns:
- Widget's name
-
getUrlMode
public String getUrlMode()
-
getFullPath
public boolean getFullPath()
-
getSecure
public boolean getSecure()
-
getEncode
public boolean getEncode()
-
getImage
public ModelScreenWidget.ScreenImage getImage()
-
getLinkType
public String getLinkType()
-
getWidth
public String getWidth()
-
getHeight
public String getHeight()
-
getTextExdr
public FlexibleStringExpander getTextExdr()
-
getIdExdr
public FlexibleStringExpander getIdExdr()
-
getStyleExdr
public FlexibleStringExpander getStyleExdr()
-
getTargetExdr
public FlexibleStringExpander getTargetExdr()
-
getTargetWindowExdr
public FlexibleStringExpander getTargetWindowExdr()
-
getPrefixExdr
public FlexibleStringExpander getPrefixExdr()
-
getNameExdr
public FlexibleStringExpander getNameExdr()
-
getParameterList
public List<CommonWidgetModels.Parameter> getParameterList()
-
getAutoServiceParameters
public CommonWidgetModels.AutoServiceParameters getAutoServiceParameters()
-
getAutoEntityParameters
public CommonWidgetModels.AutoEntityParameters getAutoEntityParameters()
-
renderWidgetString
public void renderWidgetString(Appendable writer, Map<String,Object> context, ScreenStringRenderer screenStringRenderer)
- Specified by:
renderWidgetString
in classModelScreenWidget
-
accept
public void accept(ModelWidgetVisitor visitor) throws Exception
- Specified by:
accept
in classModelWidget
- Throws:
Exception
-
getLink
public CommonWidgetModels.Link getLink()
-
-