|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.GridColumn
public final class GridColumn
Used with cfgrid in a cfform, you use cfgridcolumn to specify column data in a cfgrid control. Font and alignment attributes used in cfgridcolumn override any global font or alignment settings defined in cfgrid.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
GridColumn()
|
Method Summary | |
---|---|
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. |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridColumn() throws TagNotSupported
TagNotSupported
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
public void setMask(String mask)
mask
- the mask to setpublic 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 set
ExpressionException
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 setType(String type)
type
- 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 set
ExpressionException
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 set
ExpressionException
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
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |