Package org.apache.ofbiz.widget.model
Class ModelForm.Banner
java.lang.Object
org.apache.ofbiz.widget.model.ModelForm.Banner
- All Implemented Interfaces:
ModelForm.FieldGroupBase
- Enclosing class:
- ModelForm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLeftText
(Map<String, Object> context) Gets left text.getLeftTextStyle
(Map<String, Object> context) Gets left text style.getRightText
(Map<String, Object> context) Gets right text.getRightTextStyle
(Map<String, Object> context) Gets right text style.Gets style.Gets text.getTextStyle
(Map<String, Object> context) Gets text style.void
renderString
(Appendable writer, Map<String, Object> context, FormStringRenderer formStringRenderer) Render string.
-
Constructor Details
-
Banner
-
-
Method Details
-
getLeftText
Gets left text.- Parameters:
context
- the context- Returns:
- the left text
-
getLeftTextStyle
Gets left text style.- Parameters:
context
- the context- Returns:
- the left text style
-
getRightText
Gets right text.- Parameters:
context
- the context- Returns:
- the right text
-
getRightTextStyle
Gets right text style.- Parameters:
context
- the context- Returns:
- the right text style
-
getStyle
Gets style.- Parameters:
context
- the context- Returns:
- the style
-
getText
Gets text.- Parameters:
context
- the context- Returns:
- the text
-
getTextStyle
Gets text style.- Parameters:
context
- the context- Returns:
- the text style
-
renderString
public void renderString(Appendable writer, Map<String, Object> context, FormStringRenderer formStringRenderer) throws IOExceptionRender string.- Parameters:
writer
- the writercontext
- the contextformStringRenderer
- the form string renderer- Throws:
IOException
- the io exception
-