JAVA/CORBA CLASSES


ViewColumn class
Example

Represents a column in a view or folder.

Syntax

public class ViewColumn extends Base

Containment

Contained by: View

Properties

Alignment through getAlignment

DateFmt through getDateFmt

FontColor through getFontColor

FontFace through getFontFace

FontPointSize through getFontPointSize

FontStyle through getFontStyle

Formula through getFormula

HeaderAlignment through getHeaderAlignment

IsAccentSensitiveSort through isAccentSensitiveSort

IsCaseSensitiveSort through isCaseSensitiveSort

IsCategory through isCategory

IsField through isField

IsFormula through isFormula

IsHidden through isHidden

IsHideDetail through isHideDetail

IsIcon through isIcon

IsResize through isResize

IsResortAscending through isResortAscending

IsResortDescending through isResortDescending

IsResortToView through isResortToView

IsResponse through isResponse

IsSecondaryResort through isSecondaryResort

IsSecondaryResortDescending through isSecondaryResortDescending

IsShowTwistie through isShowTwistie

IsSortDescending through isSortDescending

IsSorted through isSorted

ItemName through getItemName

ListSep through getListSep

NumberAttrib through getNumberAttrib

NumberDigits through getNumberDigits

NumberFormat through getNumberFormat

Parent through getParent

Position through getPosition

TimeDateFmt through getTimeDateFmt

TimeFmt through getTimeFmt

TimeZoneFmt through getTimeZoneFmt

Title through getTitle

Width through getWidth

Methods

recycle

toString

Access

You access an existing ViewColumn object through the view or folder that contains it. Use getColumns or getColumn in View.

Example
See Also