Package org.apache.ofbiz.widget.model
Class ModelFormField.SubHyperlink
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelFormField.SubHyperlink
-
- Enclosing class:
- ModelFormField
public static class ModelFormField.SubHyperlink extends Object
Models the <sub-hyperlink> element.- See Also:
widget-form.xsd
-
-
Constructor Summary
Constructors Constructor Description SubHyperlink(ModelFormField.SubHyperlink original, ModelFormField modelFormField)
SubHyperlink(Element element, ModelFormField modelFormField)
-
Method Summary
-
-
-
Constructor Detail
-
SubHyperlink
public SubHyperlink(Element element, ModelFormField modelFormField)
-
SubHyperlink
public SubHyperlink(ModelFormField.SubHyperlink original, ModelFormField modelFormField)
-
-
Method Detail
-
getAutoEntityParameters
public CommonWidgetModels.AutoEntityParameters getAutoEntityParameters()
-
getAutoServiceParameters
public CommonWidgetModels.AutoServiceParameters getAutoServiceParameters()
-
getEncode
public boolean getEncode()
-
getFullPath
public boolean getFullPath()
-
getHeight
public String getHeight()
-
getIdExdr
public FlexibleStringExpander getIdExdr()
-
getImage
public CommonWidgetModels.Image getImage()
-
getLinkType
public String getLinkType()
-
getName
public String getName()
-
getNameExdr
public FlexibleStringExpander getNameExdr()
-
getParameterList
public List<CommonWidgetModels.Parameter> getParameterList()
-
getParameterMap
public Map<String,String> getParameterMap(Map<String,Object> context, String defaultEntityName, String defaultServiceName)
-
getPrefixExdr
public FlexibleStringExpander getPrefixExdr()
-
getSecure
public boolean getSecure()
-
getSize
public Integer getSize()
-
getStyleExdr
public FlexibleStringExpander getStyleExdr()
-
getTargetExdr
public FlexibleStringExpander getTargetExdr()
-
getTargetWindowExdr
public FlexibleStringExpander getTargetWindowExdr()
-
getTextExdr
public FlexibleStringExpander getTextExdr()
-
getUrlMode
public String getUrlMode()
-
getWidth
public String getWidth()
-
getDescription
public FlexibleStringExpander getDescription()
-
getUseWhen
public FlexibleStringExpander getUseWhen()
-
getLink
public CommonWidgetModels.Link getLink()
-
getModelFormField
public ModelFormField getModelFormField()
-
-