public final class GridColumn extends TagImpl
Constructor and Description |
---|
GridColumn() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setBgcolor(String bgcolor)
set the value bgcolor
Color value for the background of the grid column, or an expression you can use to manipulate grid
column background color.
|
void |
setBold(boolean bold)
set the value bold
Yes or No.
|
void |
setDataalign(String dataalign)
set the value dataalign
Alignment for column data.
|
void |
setDisplay(boolean display)
set the value display
Yes or No.
|
void |
setFont(String font)
set the value font
Font name to use for data in the column.
|
void |
setFontsize(double fontsize)
set the value fontsize
Font size for text in the column.
|
void |
setHeader(String header)
set the value header
Text for the column header.
|
void |
setHeaderalign(String headeralign)
set the value headeralign
Alignment for the column header text.
|
void |
setHeaderbold(boolean headerbold)
set the value headerbold
Yes or No.
|
void |
setHeaderfont(String headerfont)
set the value headerfont
Font to use for the column header.
|
void |
setHeaderfontsize(double headerfontsize)
set the value headerfontsize
Font size to use for the column header, in pixels.
|
void |
setHeaderitalic(boolean headeritalic)
set the value headeritalic
Yes or No.
|
void |
setHeadertextcolor(String headertextcolor)
set the value colheadertextcolor
Color value for the grid control column header text.
|
void |
setHref(String href)
set the value href
URL to associate with the grid item.
|
void |
setHrefkey(String hrefkey)
set the value hrefkey
The name of a query column when the grid uses a query.
|
void |
setItalic(boolean italic)
set the value italic
Yes or No.
|
void |
setMask(String mask) |
void |
setName(String name)
set the value name
A name for the grid column element.
|
void |
setNumberformat(String numberformat)
set the value numberformat
The format for displaying numeric data in the grid.
|
void |
setSelect(boolean select)
set the value select
Yes or No.
|
void |
setTarget(String target)
set the value target
The name of the frame in which to open the link specified in href.
|
void |
setTextcolor(String textcolor)
set the value textcolor
Color value for grid element text in the grid column, or an expression you can use to manipulate text
color in grid column elements.
|
void |
setType(String type)
set the value type
|
void |
setValues(String values)
set the value values
Formats cells in the column as drop down list boxes.
|
void |
setValuesdelimiter(String valuesdelimiter)
set the value valuesdelimiter
Character to use as a delimiter in the values and valuesDisplay attributes.
|
void |
setValuesdisplay(String valuesdisplay)
set the value valuesdisplay
Used to map elements specified in the values attribute to a string of your choice to display
in the drop down list.
|
void |
setWidth(double width)
set the value width
The width of the column, in pixels.
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public GridColumn() throws TagNotSupported
TagNotSupported
public void release()
public void setDisplay(boolean display)
display
- value to setpublic void setWidth(double width)
width
- value to setpublic void setHeaderfontsize(double headerfontsize)
headerfontsize
- value to setpublic void setHrefkey(String hrefkey)
hrefkey
- value to setpublic void setTarget(String target)
target
- value to setpublic void setValues(String values)
values
- value to setpublic void setHeaderfont(String headerfont)
headerfont
- value to setpublic void setFont(String font)
font
- value to setpublic void setItalic(boolean italic)
italic
- value to setpublic void setBgcolor(String bgcolor) throws ExpressionException
bgcolor
- value to setExpressionException
public void setValuesdisplay(String valuesdisplay)
valuesdisplay
- value to setpublic void setHeaderitalic(boolean headeritalic)
headeritalic
- value to setpublic void setName(String name)
name
- value to setpublic void setHref(String href)
href
- value to setpublic void setValuesdelimiter(String valuesdelimiter)
valuesdelimiter
- value to setpublic void setNumberformat(String numberformat)
numberformat
- value to setpublic void setHeader(String header)
header
- value to setpublic void setTextcolor(String textcolor) throws ExpressionException
textcolor
- value to setExpressionException
public void setSelect(boolean select)
select
- value to setpublic void setHeaderalign(String headeralign)
headeralign
- value to setpublic void setDataalign(String dataalign)
dataalign
- value to setpublic void setBold(boolean bold)
bold
- value to setpublic void setHeaderbold(boolean headerbold)
headerbold
- value to setpublic void setHeadertextcolor(String headertextcolor) throws ExpressionException
headertextcolor
- value to setExpressionException
public void setFontsize(double fontsize)
fontsize
- value to setpublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee