Class EditTextElementData
- java.lang.Object
-
- net.sf.jasperreports.interactivity.headertoolbar.actions.BaseColumnData
-
- net.sf.jasperreports.interactivity.headertoolbar.actions.EditTextElementData
-
- All Implemented Interfaces:
Serializable
public class EditTextElementData extends BaseColumnData
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLY_TO_DETAIL_ROWS
static String
APPLY_TO_GROUP_SUBTOTAL
static String
APPLY_TO_GROUPHEADING
static String
APPLY_TO_HEADING
static String
APPLY_TO_TABLE_TOTAL
-
Constructor Summary
Constructors Constructor Description EditTextElementData()
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.interactivity.headertoolbar.actions.BaseColumnData
getTableUuid, setTableUuid
-
-
-
-
Field Detail
-
APPLY_TO_HEADING
public static final String APPLY_TO_HEADING
- See Also:
- Constant Field Values
-
APPLY_TO_DETAIL_ROWS
public static final String APPLY_TO_DETAIL_ROWS
- See Also:
- Constant Field Values
-
APPLY_TO_GROUPHEADING
public static final String APPLY_TO_GROUPHEADING
- See Also:
- Constant Field Values
-
APPLY_TO_GROUP_SUBTOTAL
public static final String APPLY_TO_GROUP_SUBTOTAL
- See Also:
- Constant Field Values
-
APPLY_TO_TABLE_TOTAL
public static final String APPLY_TO_TABLE_TOTAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getColumnIndex
public int getColumnIndex()
-
setColumnIndex
public void setColumnIndex(int columnIndex)
-
getHeadingName
public String getHeadingName()
-
setHeadingName
public void setHeadingName(String headingName)
-
getFontName
public String getFontName()
-
setFontName
public void setFontName(String fontName)
-
getFontSize
public String getFontSize()
-
setFontSize
public void setFontSize(String fontSize)
-
getFontBold
public Boolean getFontBold()
-
setFontBold
public void setFontBold(Boolean fontBold)
-
getFontItalic
public Boolean getFontItalic()
-
setFontItalic
public void setFontItalic(Boolean fontItalic)
-
getFontUnderline
public Boolean getFontUnderline()
-
setFontUnderline
public void setFontUnderline(Boolean fontUnderline)
-
getFontColor
public String getFontColor()
-
setFontColor
public void setFontColor(String fontColor)
-
getFontBackColor
public String getFontBackColor()
-
setFontBackColor
public void setFontBackColor(String fontBackColor)
-
getFontHAlign
public String getFontHAlign()
-
setFontHAlign
public void setFontHAlign(String fontHAlign)
-
getFormatPattern
public String getFormatPattern()
-
setFormatPattern
public void setFormatPattern(String formatPattern)
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
getApplyTo
public String getApplyTo()
-
setApplyTo
public void setApplyTo(String applyTo)
-
getGroupName
public String getGroupName()
-
setGroupName
public void setGroupName(String groupName)
-
getFloatFontSize
public Float getFloatFontSize()
-
setFloatFontSize
public void setFloatFontSize(Float floatFontSize)
-
-