|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.monitor.AbstractMonitorEnabled de.bea.domingo.proxy.BaseProxy de.bea.domingo.proxy.ViewColumnProxy
public final class ViewColumnProxy
Represents the Domino-Class View
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.bea.domingo.proxy.BaseProxy |
---|
BaseProxy.DocumentCollectionIterator |
Field Summary |
---|
Fields inherited from class de.bea.domingo.proxy.BaseProxy |
---|
DATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES |
Fields inherited from interface de.bea.domingo.DViewColumn |
---|
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ATTR_PARENS, ATTR_PERCENT, ATTR_PUNCTUATED, FMT_ALL, FMT_ALWAYS, FMT_CURRENCY, FMT_DATE, FMT_DATETIME, FMT_FIXED, FMT_GENERAL, FMT_H, FMT_HM, FMT_HMS, FMT_MD, FMT_NEVER, FMT_SCIENTIFIC, FMT_SOMETIMES, FMT_TIME, FMT_TODAYTIME, FMT_Y4M, FMT_YM, FMT_YMD, FONT_BOLD, FONT_ITALIC, FONT_PLAIN, FONT_STRIKEOUT, FONT_STRIKETHROUGH, FONT_UNDERLINE, SEP_COMMA, SEP_NEWLINE, SEP_NONE, SEP_SEMICOLON, SEP_SPACE |
Method Summary | |
---|---|
int |
getAlignment()
The alignment of data in a column. |
int |
getDateFmt()
The format of date data in a column. |
int |
getFontColor()
The font color of data in a column. |
java.lang.String |
getFontFace()
The font face of data in a column. |
int |
getFontPointSize()
The font point size of data in a column. |
int |
getFontStyle()
The font style of data in a column. |
java.lang.String |
getFormula()
The formula for a column that is based on a simple function or a formula. |
int |
getHeaderAlignment()
The alignment of the header in a column. |
int |
getHeaderFontColor()
The font color of the header in a column. |
java.lang.String |
getHeaderFontFace()
The font face of the header in a column. |
int |
getHeaderFontPointSize()
The font point size of the header in a column. |
int |
getHeaderFontStyle()
The font style of the header in a column. |
(package private) static ViewColumnProxy |
getInstance(NotesProxyFactory theFactory,
DView view,
lotus.domino.ViewColumn viewColumn,
DNotesMonitor monitor)
Returns a view object. |
java.lang.String |
getItemName()
The programmatic name of a column, which is usually the field (item) name for a column based on a field. |
int |
getListSep()
List (multi-value) separator for values in a column. |
int |
getNumberAttrib()
Attributes for numeric values in a column. |
int |
getNumberDigits()
Number of decimal places for numeric values in a column. |
int |
getNumberFormat()
Format for numeric values in a column. |
int |
getPosition()
The position of a column in its view. |
java.lang.String |
getResortToViewName()
The name of the target view for a user-sorted column that allows the user to change to another view. |
int |
getSecondaryResortColumnIndex()
The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column. |
int |
getTimeDateFmt()
The format of time-date data in a column. |
int |
getTimeFmt()
The format of time data in a column. |
int |
getTimeZoneFmt()
The format of the zone in a time-date column value. |
java.lang.String |
getTitle()
The title of a column or an empty string if the column does not have a title. |
int |
getWidth()
The width of a column. |
boolean |
isAccentSensitiveSort()
Indicates whether an auto-sorted column is sorted with regard to accent. |
boolean |
isCaseSensitiveSort()
Indicates whether an auto-sorted column is sorted with regard to case. |
boolean |
isCategory()
Indicates whether a column is categorized. |
boolean |
isField()
Indicates whether a column value is based on a field value. |
boolean |
isFontBold()
Indicates whether the font style for a column includes bold. |
boolean |
isFontItalic()
Indicates whether the font style for a column includes italic. |
boolean |
isFontStrikethrough()
Indicates whether the font style for a column includes strikethrough. |
boolean |
isFontUnderline()
Indicates whether the font style for a column includes underline. |
boolean |
isFormula()
Indicates whether a column value is based on a simple function or a formula. |
boolean |
isHeaderFontBold()
Indicates whether the header font style for a column includes bold. |
boolean |
isHeaderFontItalic()
Indicates whether the header font style for a column includes italic. |
boolean |
isHeaderFontStrikethrough()
Indicates whether the header font style for a column includes strikethrough. |
boolean |
isHeaderFontUnderline()
Indicates whether the header font style for a column includes underline. |
boolean |
isHidden()
Indicates whether a column is hidden. |
boolean |
isHideDetail()
Indicates whether the details for total columns are hidden. |
boolean |
isIcon()
Indicates whether column values are displayed as icons. |
boolean |
isNumberAttribParens()
Indicates whether the number attributes for a column include parentheses for negative numbers. |
boolean |
isNumberAttribPercent()
Indicates whether the number attributes for a column include displaying the number as a percentage. |
boolean |
isNumberAttribPunctuated()
Indicates whether the number attributes for a column include punctuation at thousandths. |
boolean |
isResize()
Indicates whether a column is resizable. |
boolean |
isResortAscending()
Indicates whether a column is a user-sorted column that can be sorted in ascending order. |
boolean |
isResortDescending()
Indicates whether a column is a user-sorted column that can be sorted in descending order. |
boolean |
isResortToView()
Indicates whether a column is a user-sorted column that allows the user to change to another view. |
boolean |
isResponse()
Indicates whether a column contains only response documents. |
boolean |
isSecondaryResort()
Indicates whether an ascending or descending user-sorted column has a secondary sorting column. |
boolean |
isSecondaryResortDescending()
Indicates whether a secondary sorting column for a user-sorted column is sorted in descending order. |
boolean |
isShowTwistie()
Indicates whether an expandable column displays a twistie. |
boolean |
isSortDescending()
Indicates whether an auto-sorted column is sorted in descending order. |
boolean |
isSorted()
Indicates whether a column is an auto-sorted column. |
void |
setAccentSensitiveSort(boolean arg1)
Indicates whether an auto-sorted column is sorted with regard to accent. |
void |
setAlignment(int alignment)
The alignment of data in a column. |
void |
setCaseSensitiveSort(boolean arg1)
Indicates whether an auto-sorted column is sorted with regard to case. |
void |
setDateFmt(int arg1)
The format of date data in a column. |
void |
setFontBold(boolean arg1)
Indicates whether the font style for a column includes bold. |
void |
setFontColor(int arg1)
The font color of data in a column. |
void |
setFontFace(java.lang.String arg1)
The font face of data in a column. |
void |
setFontItalic(boolean arg1)
Indicates whether the font style for a column includes italic. |
void |
setFontPointSize(int arg1)
The font point size of data in a column. |
void |
setFontStrikethrough(boolean arg1)
Indicates whether the font style for a column includes strikethrough. |
void |
setFontStyle(int arg1)
The font style of data in a column. |
void |
setFontUnderline(boolean arg1)
Indicates whether the font style for a column includes underline. |
void |
setFormula(java.lang.String arg1)
The formula for a column that is based on a simple function or a formula. |
void |
setHeaderAlignment(int arg1)
The alignment of the header in a column. |
void |
setHeaderFontBold(boolean arg1)
Indicates whether the header font style for a column includes bold. |
void |
setHeaderFontColor(int arg1)
The font color of the header in a column. |
void |
setHeaderFontFace(java.lang.String arg1)
The font face of the header in a column. |
void |
setHeaderFontItalic(boolean arg1)
Indicates whether the header font style for a column includes italic. |
void |
setHeaderFontPointSize(int arg1)
The font point size of the header in a column. |
void |
setHeaderFontStrikethrough(boolean arg1)
Indicates whether the header font style for a column includes strikethrough. |
void |
setHeaderFontStyle(int arg1)
The font style of the header in a column. |
void |
setHeaderFontUnderline(boolean arg1)
Indicates whether the header font style for a column includes underline. |
void |
setHidden(boolean flag)
Indicates whether a column is hidden. |
void |
setHideDetail(boolean arg1)
Indicates whether the details for total columns are hidden. |
void |
setListSep(int arg1)
List (multi-value) separator for values in a column. |
void |
setNumberAttrib(int arg1)
Attributes for numeric values in a column. |
void |
setNumberAttribParens(boolean arg1)
Indicates whether the number attributes for a column include parentheses for negative numbers. |
void |
setNumberAttribPercent(boolean arg1)
Indicates whether the number attributes for a column include displaying the number as a percentage. |
void |
setNumberAttribPunctuated(boolean arg1)
Indicates whether the number attributes for a column include punctuation at thousandths. |
void |
setNumberDigits(int arg1)
Number of decimal places for numeric values in a column. |
void |
setNumberFormat(int arg1)
Format for numeric values in a column. |
void |
setResize(boolean arg1)
Indicates whether a column is resizable. |
void |
setResortAscending(boolean arg1)
Indicates whether a column is a user-sorted column that can be sorted in ascending order. |
void |
setResortDescending(boolean arg1)
Indicates whether a column is a user-sorted column that can be sorted in descending order. |
void |
setResortToView(boolean arg1)
Indicates whether a column is a user-sorted column that allows the user to change to another view. |
void |
setResortToViewName(java.lang.String arg1)
The name of the target view for a user-sorted column that allows the user to change to another view. |
void |
setSecondaryResort(boolean arg1)
Indicates whether an ascending or descending user-sorted column has a secondary sorting column. |
void |
setSecondaryResortColumnIndex(int arg1)
The index of the secondary sorting column of a user-sorted column that allows a secondary sorting column. |
void |
setSecondaryResortDescending(boolean arg1)
Indicates whether a secondary sorting column for a user-sorted column is sorted in descending order. |
void |
setShowTwistie(boolean arg1)
Indicates whether an expandable column displays a twistie. |
void |
setSortDescending(boolean arg1)
Indicates whether an auto-sorted column is sorted in descending order. |
void |
setSorted(boolean arg1)
Indicates whether a column is an auto-sorted column. |
void |
setTimeDateFmt(int arg1)
The format of time-date data in a column. |
void |
setTimeFmt(int arg1)
The format of time data in a column. |
void |
setTimeZoneFmt(int arg1)
The format of the zone in a time-date column value. |
void |
setTitle(java.lang.String title)
The title of a column or an empty string if the column does not have a title. |
void |
setWidth(int arg1)
The width of a column. |
java.lang.String |
toString()
Returns a short description of an instance. |
Methods inherited from class de.bea.domingo.monitor.AbstractMonitorEnabled |
---|
getMonitor, setMonitor |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.bea.domingo.DBase |
---|
equals, hashCode |
Method Detail |
---|
static ViewColumnProxy getInstance(NotesProxyFactory theFactory, DView view, lotus.domino.ViewColumn viewColumn, DNotesMonitor monitor)
theFactory
- the controlling factoryview
- the parent viewviewColumn
- the notes view objectmonitor
- the monitor
public int getAlignment()
getAlignment
in interface DViewColumn
DViewColumn.getAlignment()
public int getDateFmt()
getDateFmt
in interface DViewColumn
DViewColumn.FMT_MD
(month and day), DViewColumn.FMT_YM
(year and month), DViewColumn.FMT_Y4M
(4-digit year and month) or
DViewColumn.FMT_YMD
(year, month, and day)DViewColumn.getDateFmt()
public int getFontColor()
getFontColor
in interface DViewColumn
The first 16 color indices are:
DRichTextStyle.COLOR_BLACK
, DRichTextStyle.COLOR_BLUE
,
DRichTextStyle.COLOR_CYAN
, DRichTextStyle.COLOR_DARK_BLUE
,
DRichTextStyle.COLOR_DARK_CYAN
, DRichTextStyle.COLOR_DARK_GREEN
,
DRichTextStyle.COLOR_DARK_MAGENTA
, DRichTextStyle.COLOR_DARK_RED
,
DRichTextStyle.COLOR_DARK_YELLOW
, DRichTextStyle.COLOR_GRAY
,
DRichTextStyle.COLOR_GREEN
, DRichTextStyle.COLOR_LIGHT_GRAY
,
DRichTextStyle.COLOR_MAGENTA
, DRichTextStyle.COLOR_RED
,
DRichTextStyle.COLOR_WHITE
, DRichTextStyle.COLOR_YELLOW
DViewColumn.getFontColor()
public java.lang.String getFontFace()
Typical font faces include Ariel, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more.
getFontFace
in interface DViewColumn
DViewColumn.getFontFace()
public int getFontPointSize()
getFontPointSize
in interface DViewColumn
DViewColumn.getFontPointSize()
public int getFontStyle()
getFontStyle
in interface DViewColumn
DViewColumn.FONT_PLAIN
, DViewColumn.FONT_BOLD
, DViewColumn.FONT_ITALIC
,
DViewColumn.FONT_UNDERLINE
, DViewColumn.FONT_STRIKEOUT
or DViewColumn.FONT_STRIKETHROUGH
The font style can have multiple values. For example, the style might
be DViewColumn.FONT_BOLD
, DViewColumn.FONT_ITALIC
You can use DViewColumn.isFontBold()
, DViewColumn.isFontItalic()
,
DViewColumn.isFontStrikethrough()
or DViewColumn.isFontUnderline()
to query and set
the font styles.
DViewColumn.getFontStyle()
public java.lang.String getFormula()
getFormula
in interface DViewColumn
DViewColumn.getFormula()
public int getHeaderAlignment()
getHeaderAlignment
in interface DViewColumn
DViewColumn.ALIGN_CENTER
, DViewColumn.ALIGN_LEFT
or DViewColumn.ALIGN_RIGHT
DViewColumn.getHeaderAlignment()
public int getHeaderFontColor()
getHeaderFontColor
in interface DViewColumn
The first 16 color indices are:
DRichTextStyle.COLOR_BLACK
, DRichTextStyle.COLOR_BLUE
,
DRichTextStyle.COLOR_CYAN
, DRichTextStyle.COLOR_DARK_BLUE
,
DRichTextStyle.COLOR_DARK_CYAN
, DRichTextStyle.COLOR_DARK_GREEN
,
DRichTextStyle.COLOR_DARK_MAGENTA
, DRichTextStyle.COLOR_DARK_RED
,
DRichTextStyle.COLOR_DARK_YELLOW
, DRichTextStyle.COLOR_GRAY
,
DRichTextStyle.COLOR_GREEN
, DRichTextStyle.COLOR_LIGHT_GRAY
,
DRichTextStyle.COLOR_MAGENTA
, DRichTextStyle.COLOR_RED
,
DRichTextStyle.COLOR_WHITE
, DRichTextStyle.COLOR_YELLOW
DViewColumn.getHeaderFontColor()
public java.lang.String getHeaderFontFace()
Typical font faces include Ariel, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more.
getHeaderFontFace
in interface DViewColumn
DViewColumn.getHeaderFontFace()
public int getHeaderFontPointSize()
getHeaderFontPointSize
in interface DViewColumn
DViewColumn.getHeaderFontPointSize()
public int getHeaderFontStyle()
getHeaderFontStyle
in interface DViewColumn
DViewColumn.FONT_PLAIN
, DViewColumn.FONT_BOLD
,
DViewColumn.FONT_ITALIC
, DViewColumn.FONT_UNDERLINE
,
DViewColumn.FONT_STRIKEOUT
, DViewColumn.FONT_STRIKETHROUGH
The font style can have multiple values. For example, the style might
be DViewColumn.FONT_BOLD
and DViewColumn.FONT_ITALIC
.
DViewColumn.getHeaderFontStyle()
public java.lang.String getItemName()
The programmatic name is specified in the Advanced tab of the Column properties box. By default, the programmatic name for a column based on a field is the name of the field. The programmatic name for a column based on a simple action or a formula is a dollar sign followed by a digit or digits -- "$1," "$2," and so on.
getItemName
in interface DViewColumn
DViewColumn.getItemName()
public int getListSep()
getListSep
in interface DViewColumn
DViewColumn.SEP_COMMA
, DViewColumn.SEP_NEWLINE
, DViewColumn.SEP_NONE
, DViewColumn.SEP_SEMICOLON
or DViewColumn.SEP_SPACE
DViewColumn.getListSep()
public int getNumberAttrib()
getNumberAttrib
in interface DViewColumn
DViewColumn.ATTR_PARENS
(parentheses on negative numbers), DViewColumn.ATTR_PERCENT
(percent sign),
or DViewColumn.ATTR_PUNCTUATED
(punctuated at thousandths)
The number attribute can have multiple values. For example, the
attribute might be DViewColumn.ATTR_PARENS
and DViewColumn.ATTR_PUNCTUATED
.
DViewColumn.getNumberAttrib()
public int getNumberDigits()
getNumberDigits
in interface DViewColumn
DViewColumn.getNumberDigits()
public int getNumberFormat()
getNumberFormat
in interface DViewColumn
DViewColumn.FMT_CURRENCY
, DViewColumn.FMT_FIXED
, DViewColumn.FMT_GENERAL
or DViewColumn.FMT_SCIENTIFIC
DViewColumn.getNumberFormat()
public int getPosition()
The Columns property in View returns a vector of DDViewColumn objects. The vector is zero-based, so the first element in the vector is element 0 and contains the DViewColumn at position 1. The second element in the vector is element 1 and contains the DViewColumn at position 2, and so on. Remember to add one to the vector index to get the correct position value.
getPosition
in interface DViewColumn
DViewColumn.getPosition()
public java.lang.String getResortToViewName()
getResortToViewName
in interface DViewColumn
DViewColumn.getResortToViewName()
public int getSecondaryResortColumnIndex()
The index of the first column is 0, the second 1, and so on.
getSecondaryResortColumnIndex
in interface DViewColumn
DViewColumn.getSecondaryResortColumnIndex()
public int getTimeDateFmt()
getTimeDateFmt
in interface DViewColumn
DViewColumn.FMT_DATE
(Date only), DViewColumn.FMT_DATETIME
(Date and time), DViewColumn.FMT_TIME
(Time only) or DViewColumn.FMT_TODAYTIME
(Date or 'Today' or 'Yesterday' -- and time)DViewColumn.getTimeDateFmt()
public int getTimeFmt()
getTimeFmt
in interface DViewColumn
DViewColumn.FMT_HM
(hour and minute), DViewColumn.FMT_HMS
(hour,
minute, and second), DViewColumn.FMT_H
(hour only) or
DViewColumn.FMT_ALL
(hour, minute, second, and hundredths of a
second)DViewColumn.getTimeFmt()
public int getTimeZoneFmt()
getTimeZoneFmt
in interface DViewColumn
DViewColumn.FMT_ALWAYS
(always show time zone), DViewColumn.FMT_NEVER
(never show time zone), DViewColumn.FMT_SOMETIMES
(show time
zone if the time is not local)DViewColumn.getTimeZoneFmt()
public java.lang.String getTitle()
getTitle
in interface DViewColumn
DViewColumn.getTitle()
public int getWidth()
getWidth
in interface DViewColumn
DViewColumn.getWidth()
public boolean isAccentSensitiveSort()
isAccentSensitiveSort
in interface DViewColumn
true
if the column is sorted with regard to accent, false
if the column is sorted without regard to accent
DViewColumn.isSorted()
must be true for this property to be effective.
DViewColumn.isAccentSensitiveSort()
public boolean isCaseSensitiveSort()
isCaseSensitiveSort
in interface DViewColumn
true
if the column is sorted with regard to case, false
if the column is sorted without regard to case
DViewColumn.isSorted()
must be true for this property to be effective.
DViewColumn.isCaseSensitiveSort()
public boolean isCategory()
isCategory
in interface DViewColumn
true
if the column is categorized,
false
if the column is not categorized
If isCategory returns true
, isSorted also returns
true
, since columns that are categorized must also be
sorted.
DViewColumn.isCategory()
public boolean isField()
isField
in interface DViewColumn
true
if the column is based on a field value, false
if the column is not based on a field value
If you specify a column as a formula whose value is the name of a field, the column is considered a field. The formula must contain only the name of the field. For example, "Subject" is a field but "@Trim(Subject)" is a formula.
This property returns false if the column is based on a simple function or formula.
DViewColumn.isField()
public boolean isFontBold()
isFontBold
in interface DViewColumn
true
if the font style includes bold, false
if the
font style does not include boldDViewColumn.isFontBold()
public boolean isFontItalic()
isFontItalic
in interface DViewColumn
true
if the font style includes italic, false
if the
font style does not include italicDViewColumn.isFontItalic()
public boolean isFontStrikethrough()
isFontStrikethrough
in interface DViewColumn
true
if the font style includes strikethrough, false
if the font style does not include strikethroughDViewColumn.isFontStrikethrough()
public boolean isFontUnderline()
isFontUnderline
in interface DViewColumn
true
if the font style includes underline, false
if
the font style does not include underlineDViewColumn.isFontUnderline()
public boolean isFormula()
isFormula
in interface DViewColumn
true
if the column is based on a simple function or formula,
false
if the column is not based on a simple function or formula
If you specify a column as a formula whose value is the name of a field, the column is considered a field. The formula must contain only the name of the field. For example, "Subject" is a field but "@Trim(Subject)" is a formula.
This property returns false if the column is based on a field value.
DViewColumn.isFormula()
public boolean isHeaderFontBold()
isHeaderFontBold
in interface DViewColumn
true
if the header font style includes bold, false
if
the header font style does not include boldDViewColumn.isHeaderFontBold()
public boolean isHeaderFontItalic()
isHeaderFontItalic
in interface DViewColumn
true
if the header font style includes italic, false
if the header font style does not include italicDViewColumn.isHeaderFontItalic()
public boolean isHeaderFontStrikethrough()
isHeaderFontStrikethrough
in interface DViewColumn
true
if the header font style includes strikethrough, false
if the header font style does not include strikethroughDViewColumn.isHeaderFontStrikethrough()
public boolean isHeaderFontUnderline()
isHeaderFontUnderline
in interface DViewColumn
true
if the header font style includes underline, false
if the header font style does not include underlineDViewColumn.isHeaderFontUnderline()
public boolean isHidden()
isHidden
in interface DViewColumn
true
if the column is hidden, false
if the column is
not hiddenDViewColumn.isHidden()
public boolean isHideDetail()
isHideDetail
in interface DViewColumn
true
if the details for totals are hidden, false
if
the details for totals are displayedDViewColumn.isHideDetail()
public boolean isIcon()
isIcon
in interface DViewColumn
true
if column values are displayed as icons, false
if column values are not displayed as iconsDViewColumn.isIcon()
public boolean isNumberAttribParens()
isNumberAttribParens
in interface DViewColumn
true
if the number attributes include parentheses, false
if the number attributes do not include parenthesesDViewColumn.isNumberAttribParens()
public boolean isNumberAttribPercent()
isNumberAttribPercent
in interface DViewColumn
true
if the number attributes include percent, false
if the number attributes do not include percentDViewColumn.isNumberAttribPercent()
public boolean isNumberAttribPunctuated()
isNumberAttribPunctuated
in interface DViewColumn
true
if the number attributes include punctuation, false
if the number attributes do not include punctuationDViewColumn.isNumberAttribPunctuated()
public boolean isResize()
isResize
in interface DViewColumn
true
if a column is resizable, false
if a column is
not resizableDViewColumn.isResize()
public boolean isResortAscending()
isResortAscending
in interface DViewColumn
true
if the column is ascending user-sorted, false
if
the column is not ascending user-sorted
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Ascending" or "Both" indicates ascending.
DViewColumn.isResortAscending()
public boolean isResortDescending()
isResortDescending
in interface DViewColumn
true
if the column is descending user-sorted, false
if the column is not descending user-sorted
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Descending" or "Both" indicates ascending.
DViewColumn.isResortDescending()
public boolean isResortToView()
isResortToView
in interface DViewColumn
true
if the column is user-sorted and allows changing to
another view, false
if the column is not user-sorted and allows
changing to another view
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Change To View" indicates allowing the user to change to another view.
If a user-sorted column is ascending or descending, this property is false.
DViewColumn.isResortToView()
public boolean isResponse()
isResponse
in interface DViewColumn
DViewColumn.isResponse()
public boolean isSecondaryResort()
isSecondaryResort
in interface DViewColumn
true
if a column is a secondary sorting column,
false
if a column is a secondary sorting column
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. For ascending and descending sorts, you can choose to have a secondary sort column.
If a user-sorted column is "Change to view," this property is false.
The column must be selected through the Lotus Domino Designer UI.
The sort is ascending unless DViewColumn.isSecondaryResortDescending()
is
true.
DViewColumn.isResortAscending()
or DViewColumn.isResortDescending()
must be
true for this property to be effective.
DViewColumn.isSecondaryResort()
public boolean isSecondaryResortDescending()
isSecondaryResortDescending
in interface DViewColumn
true
if a secondary sorting column is descending, false
if a secondary sorting column is ascending
DViewColumn.isSecondaryResort()
must be true for this property to be effective.
DViewColumn.isSecondaryResortDescending()
public boolean isShowTwistie()
isShowTwistie
in interface DViewColumn
true
if an expandable column displays a twistie, false
if an expandable column does not display a twistieDViewColumn.isShowTwistie()
public boolean isSortDescending()
isSortDescending
in interface DViewColumn
true
if a sorted column is descending, false
if a
sorted column is ascending
In the sort tab for column properties, the"Descending" button indicates a descending auto-sorted column.
DViewColumn.isSorted()
must be true for this property to be effective.
DViewColumn.isSortDescending()
public boolean isSorted()
This property is false if the column is user-sorted but not auto-sorted.
isSorted
in interface DViewColumn
true
if the column is auto-sorted, false
if the
column is not auto-sortedDViewColumn.isSorted()
public void setAccentSensitiveSort(boolean arg1)
setAccentSensitiveSort
in interface DViewColumn
arg1
- true
if the column is sorted with regard to accent, false
if the column is sorted without regard to accent
DViewColumn.isSorted()
must be true for this property to be effective.
DViewColumn.setAccentSensitiveSort(boolean)
public void setAlignment(int alignment)
setAlignment
in interface DViewColumn
alignment
- the new alignmentDViewColumn.setAlignment(int)
public void setCaseSensitiveSort(boolean arg1)
setCaseSensitiveSort
in interface DViewColumn
arg1
- true
if the column is sorted with regard to case, false
if the column is sorted without regard to case
DViewColumn.isSorted()
must be true for this property to be effective.
DViewColumn.setCaseSensitiveSort(boolean)
public void setDateFmt(int arg1)
setDateFmt
in interface DViewColumn
arg1
- DViewColumn.FMT_MD
(month and day), DViewColumn.FMT_YM
(year and month), DViewColumn.FMT_Y4M
(4-digit year and month) or
DViewColumn.FMT_YMD
(year, month, and day)DViewColumn.setDateFmt(int)
public void setFontBold(boolean arg1)
setFontBold
in interface DViewColumn
arg1
- true
if the font style includes bold, false
if the
font style does not include boldDViewColumn.setFontBold(boolean)
public void setFontColor(int arg1)
setFontColor
in interface DViewColumn
arg1
- a Domino color index in the range 0-240.
The first 16 color indices are:
DRichTextStyle.COLOR_BLACK
, DRichTextStyle.COLOR_BLUE
,
DRichTextStyle.COLOR_CYAN
, DRichTextStyle.COLOR_DARK_BLUE
,
DRichTextStyle.COLOR_DARK_CYAN
, DRichTextStyle.COLOR_DARK_GREEN
,
DRichTextStyle.COLOR_DARK_MAGENTA
, DRichTextStyle.COLOR_DARK_RED
,
DRichTextStyle.COLOR_DARK_YELLOW
, DRichTextStyle.COLOR_GRAY
,
DRichTextStyle.COLOR_GREEN
, DRichTextStyle.COLOR_LIGHT_GRAY
,
DRichTextStyle.COLOR_MAGENTA
, DRichTextStyle.COLOR_RED
,
DRichTextStyle.COLOR_WHITE
, DRichTextStyle.COLOR_YELLOW
DViewColumn.setFontColor(int)
public void setFontFace(java.lang.String arg1)
Typical font faces include Ariel, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more.
setFontFace
in interface DViewColumn
arg1
- font face of dataDViewColumn.setFontFace(java.lang.String)
public void setFontItalic(boolean arg1)
setFontItalic
in interface DViewColumn
arg1
- true
if the font style includes italic, false
if the
font style does not include italicDViewColumn.setFontItalic(boolean)
public void setFontPointSize(int arg1)
setFontPointSize
in interface DViewColumn
arg1
- font point sizeDViewColumn.setFontPointSize(int)
public void setFontStrikethrough(boolean arg1)
setFontStrikethrough
in interface DViewColumn
arg1
- true
if the font style includes strikethrough, false
if the font style does not include strikethroughDViewColumn.setFontStrikethrough(boolean)
public void setFontStyle(int arg1)
setFontStyle
in interface DViewColumn
arg1
- DViewColumn.FONT_PLAIN
, DViewColumn.FONT_BOLD
, DViewColumn.FONT_ITALIC
DViewColumn.FONT_UNDERLINE
, DViewColumn.FONT_STRIKEOUT
or DViewColumn.FONT_STRIKETHROUGH
The font style can have multiple values. For example, the style might
be DViewColumn.FONT_BOLD
and DViewColumn.FONT_ITALIC
.
DViewColumn.setFontStyle(int)
public void setFontUnderline(boolean arg1)
setFontUnderline
in interface DViewColumn
arg1
- true
if the font style includes underline, false
if
the font style does not include underlineDViewColumn.setFontUnderline(boolean)
public void setFormula(java.lang.String arg1)
setFormula
in interface DViewColumn
arg1
- formula for a columnDViewColumn.setFormula(java.lang.String)
public void setHeaderAlignment(int arg1)
setHeaderAlignment
in interface DViewColumn
arg1
- DViewColumn.ALIGN_CENTER
, DViewColumn.ALIGN_LEFT
DViewColumn.ALIGN_RIGHT
DViewColumn.setHeaderAlignment(int)
public void setHeaderFontBold(boolean arg1)
setHeaderFontBold
in interface DViewColumn
arg1
- true
if the header font style includes bold, false
if
the header font style does not include boldDViewColumn.setHeaderFontBold(boolean)
public void setHeaderFontColor(int arg1)
setHeaderFontColor
in interface DViewColumn
arg1
- a Domino color index in the range 0-240.
The first 16 color indices are:
DRichTextStyle.COLOR_BLACK
, DRichTextStyle.COLOR_BLUE
,
DRichTextStyle.COLOR_CYAN
, DRichTextStyle.COLOR_DARK_BLUE
,
DRichTextStyle.COLOR_DARK_CYAN
, DRichTextStyle.COLOR_DARK_GREEN
,
DRichTextStyle.COLOR_DARK_MAGENTA
, DRichTextStyle.COLOR_DARK_RED
,
DRichTextStyle.COLOR_DARK_YELLOW
, DRichTextStyle.COLOR_GRAY
,
DRichTextStyle.COLOR_GREEN
, DRichTextStyle.COLOR_LIGHT_GRAY
,
DRichTextStyle.COLOR_MAGENTA
, DRichTextStyle.COLOR_RED
,
DRichTextStyle.COLOR_WHITE
, DRichTextStyle.COLOR_YELLOW
DViewColumn.setHeaderFontColor(int)
public void setHeaderFontFace(java.lang.String arg1)
Typical font faces include Ariel, Courier, Default Sans Serif, Helvetica, Palatino, Symbol, Times New Roman, and many more.
setHeaderFontFace
in interface DViewColumn
arg1
- font face of headerDViewColumn.setHeaderFontFace(java.lang.String)
public void setHeaderFontItalic(boolean arg1)
setHeaderFontItalic
in interface DViewColumn
arg1
- true
if the header font style includes italic, false
if the header font style does not include italicDViewColumn.setHeaderFontItalic(boolean)
public void setHeaderFontPointSize(int arg1)
setHeaderFontPointSize
in interface DViewColumn
arg1
- font point size of the headerDViewColumn.setHeaderFontPointSize(int)
public void setHeaderFontStrikethrough(boolean arg1)
setHeaderFontStrikethrough
in interface DViewColumn
arg1
- true
if the header font style includes strikethrough, false
if the header font style does not include strikethroughDViewColumn.setHeaderFontStrikethrough(boolean)
public void setHeaderFontStyle(int arg1)
setHeaderFontStyle
in interface DViewColumn
arg1
- DViewColumn.FONT_PLAIN
, DViewColumn.FONT_BOLD
DViewColumn.FONT_UNDERLINE
DViewColumn.FONT_STRIKETHROUGH
The font style can have multiple values. For example, the style might
be DViewColumn.FONT_BOLD
and DViewColumn.FONT_ITALIC
.
DViewColumn.setHeaderFontStyle(int)
public void setHeaderFontUnderline(boolean arg1)
setHeaderFontUnderline
in interface DViewColumn
arg1
- true
if the header font style includes underline, false
if the header font style does not include underlineDViewColumn.setHeaderFontUnderline(boolean)
public void setHidden(boolean flag)
setHidden
in interface DViewColumn
flag
- true
if the column is hidden or false
if the column is
not hiddenDViewColumn.setHidden(boolean)
public void setHideDetail(boolean arg1)
setHideDetail
in interface DViewColumn
arg1
- true
if the details for totals are hidden, false
if
the details for totals are displayedDViewColumn.setHideDetail(boolean)
public void setListSep(int arg1)
setListSep
in interface DViewColumn
arg1
- DViewColumn.SEP_COMMA
, DViewColumn.SEP_NEWLINE
,
DViewColumn.SEP_NONE
, DViewColumn.SEP_SEMICOLON
or DViewColumn.SEP_SPACE
DViewColumn.setListSep(int)
public void setNumberAttrib(int arg1)
setNumberAttrib
in interface DViewColumn
arg1
- DViewColumn.ATTR_PARENS
(parentheses on negative numbers),
DViewColumn.ATTR_PERCENT
(percent sign) or DViewColumn.ATTR_PUNCTUATED
(punctuated at thousandths)
The number attribute can have multiple values. For example, the
attribute might be DViewColumn.ATTR_PARENS
and DViewColumn.ATTR_PUNCTUATED
.
DViewColumn.setNumberAttrib(int)
public void setNumberAttribParens(boolean arg1)
setNumberAttribParens
in interface DViewColumn
arg1
- true
if the number attributes include parentheses, false
if the number attributes do not include parenthesesDViewColumn.setNumberAttribParens(boolean)
public void setNumberAttribPercent(boolean arg1)
setNumberAttribPercent
in interface DViewColumn
arg1
- true
if the number attributes include percent, false
if the number attributes do not include percentDViewColumn.setNumberAttribPercent(boolean)
public void setNumberAttribPunctuated(boolean arg1)
setNumberAttribPunctuated
in interface DViewColumn
arg1
- true
if the number attributes include punctuation, false
if the number attributes do not include punctuationDViewColumn.setNumberAttribPunctuated(boolean)
public void setNumberDigits(int arg1)
setNumberDigits
in interface DViewColumn
arg1
- number of decimal placesDViewColumn.setNumberDigits(int)
public void setNumberFormat(int arg1)
setNumberFormat
in interface DViewColumn
arg1
- DViewColumn.FMT_CURRENCY
, DViewColumn.FMT_FIXED
DViewColumn.FMT_GENERAL
or DViewColumn.FMT_SCIENTIFIC
DViewColumn.setNumberFormat(int)
public void setResize(boolean arg1)
setResize
in interface DViewColumn
arg1
- true
if a column is resizable, false
if a column is
not resizableDViewColumn.setResize(boolean)
public void setResortAscending(boolean arg1)
setResortAscending
in interface DViewColumn
arg1
- true
if the column is ascending user-sorted, false
if
the column is not ascending user-sorted
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Ascending" or "Both" indicates ascending.
DViewColumn.setResortAscending(boolean)
public void setResortDescending(boolean arg1)
setResortDescending
in interface DViewColumn
arg1
- true
if the column is descending user-sorted, false
if the column is not descending user-sorted
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Descending" or "Both" indicates ascending.
DViewColumn.setResortDescending(boolean)
public void setResortToView(boolean arg1)
setResortToView
in interface DViewColumn
arg1
- true
if the column is user-sorted and allows changing to
another view, false
if the column is not user-sorted and allows
changing to another view
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Change To View" indicates allowing the user to change to another view.
If a user-sorted column is ascending or descending, this property is false.
DViewColumn.setResortToView(boolean)
public void setResortToViewName(java.lang.String arg1)
setResortToViewName
in interface DViewColumn
arg1
- name of target viewDViewColumn.setResortToViewName(java.lang.String)
public void setSecondaryResort(boolean arg1)
setSecondaryResort
in interface DViewColumn
arg1
- true
if a column is a secondary sorting column, false
if a column is a secondary sorting column
In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. For ascending and descending sorts, you can choose to have a secondary sort column.
If a user-sorted column is "Change to view," this property is false.
The column must be selected through the Lotus Domino Designer UI.
The sort is ascending unless DViewColumn.isSecondaryResortDescending()
is
true.
DViewColumn.setSecondaryResort(boolean)
public void setSecondaryResortColumnIndex(int arg1)
The index of the first column is 0, the second 1, and so on.
setSecondaryResortColumnIndex
in interface DViewColumn
arg1
- index of the secondary sorting columnDViewColumn.setSecondaryResortColumnIndex(int)
public void setSecondaryResortDescending(boolean arg1)
setSecondaryResortDescending
in interface DViewColumn
arg1
- true
if a secondary sorting column is descending, false
if a secondary sorting column is ascending
DViewColumn.isSecondaryResort()
must be true for this
property to be effective.
DViewColumn.setSecondaryResortDescending(boolean)
public void setShowTwistie(boolean arg1)
setShowTwistie
in interface DViewColumn
arg1
- true
if an expandable column displays a twistie, false
if an expandable column does not display a twistieDViewColumn.setShowTwistie(boolean)
public void setSortDescending(boolean arg1)
setSortDescending
in interface DViewColumn
arg1
- true
if a sorted column is descending, false
if a
sorted column is ascending
In the sort tab for column properties, the"Descending" button indicates a descending auto-sorted column.
DViewColumn.isSorted()
must be true for this property to be
effective.
DViewColumn.setSortDescending(boolean)
public void setSorted(boolean arg1)
setSorted
in interface DViewColumn
arg1
- true
if the column is auto-sorted, false
if the
column is not auto-sorted
In the sort tab for column properties, the "Ascending" or "Descending" button indicates an auto-sorted column.
This property is false if the column is user-sorted but not auto-sorted.
DViewColumn.setSorted(boolean)
public void setTimeDateFmt(int arg1)
setTimeDateFmt
in interface DViewColumn
arg1
- DViewColumn.FMT_DATE
(Date only), DViewColumn.FMT_DATETIME
(Date and time), DViewColumn.FMT_TIME
(Time only), DViewColumn.FMT_TODAYTIME
(Date or 'Today' or 'Yesterday' -- and time)DViewColumn.setTimeDateFmt(int)
public void setTimeFmt(int arg1)
setTimeFmt
in interface DViewColumn
arg1
- DViewColumn.FMT_HM
(hour and minute), DViewColumn.FMT_HMS
(hour, minute, and second), DViewColumn.FMT_H
(hour only)
DViewColumn.FMT_ALL
(hour, minute, second, and hundredths of a
second)DViewColumn.setTimeFmt(int)
public void setTimeZoneFmt(int arg1)
setTimeZoneFmt
in interface DViewColumn
arg1
- DViewColumn.FMT_ALWAYS
(always show time zone), DViewColumn.FMT_NEVER
(never show time zone) or DViewColumn.FMT_SOMETIMES
(show time
zone if the time is not local)DViewColumn.setTimeZoneFmt(int)
public void setTitle(java.lang.String title)
setTitle
in interface DViewColumn
title
- the new titleDViewColumn.setTitle(java.lang.String)
public void setWidth(int arg1)
setWidth
in interface DViewColumn
arg1
- width of columnDViewColumn.setWidth(int)
public java.lang.String toString()
toString
in interface DBase
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |