|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.table.PartBuilderSupport com.tonbeller.jpivot.table.AxisBuilderSupport com.tonbeller.jpivot.table.ColumnAxisBuilderImpl
public class ColumnAxisBuilderImpl
Field Summary |
---|
Fields inherited from class com.tonbeller.jpivot.table.AxisBuilderSupport |
---|
axisHeaderBuilder, headerSpan, hierarchyHeader, memberIndent, memberSpan, propertySpanBuilder, showParentMembers, spanBuilder, spanCalc |
Fields inherited from class com.tonbeller.jpivot.table.PartBuilderSupport |
---|
table |
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Fields inherited from interface com.tonbeller.jpivot.table.AxisConfig |
---|
HIERARCHY_HEADER, HIERARCHY_LEVEL_HEADER, LEVEL_HEADER, NO_HEADER |
Fields inherited from interface com.tonbeller.jpivot.table.span.SpanDirections |
---|
HIERARCHY_SPAN, HIERARCHY_THEN_POSITION_SPAN, NO_SPAN, POSITION_SPAN, POSITION_THEN_HIERARCHY_SPAN |
Constructor Summary | |
---|---|
ColumnAxisBuilderImpl()
|
Method Summary | |
---|---|
void |
buildRow(org.w3c.dom.Element parent,
int rowIndex)
appends one <row-heading> or multiple >column-heading< elements to parent. |
protected Axis |
getAxis()
returns the row/column axis or null if result is 1- or 0-dimensional |
int |
getColumnCount()
returns the number of columns. |
int |
getRowCount()
returns the number of rows. |
Methods inherited from class com.tonbeller.jpivot.table.AxisBuilderSupport |
---|
buildHeading, destroy, getAxisConfig, getAxisHeaderBuilder, getBookmarkState, getHeaderSpan, getHierarchyHeader, getMemberSpan, getPropertyConfig, getSpanBuilder, getSpanCalc, initialize, initialize, isMemberIndent, isShowParentMembers, propertyChange, setAxisHeaderBuilder, setBookmarkState, setHeaderSpan, setHierarchyHeader, setMemberIndent, setMemberSpan, setShowParentMembers, setSpanBuilder, startBuild, stopBuild |
Methods inherited from class com.tonbeller.jpivot.table.PartBuilderSupport |
---|
isAvailable, setDirty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.table.AxisBuilder |
---|
getAxisConfig, getAxisHeaderBuilder, getSpanBuilder, getSpanCalc, setAxisHeaderBuilder, setSpanBuilder |
Methods inherited from interface com.tonbeller.jpivot.table.PartBuilder |
---|
destroy, initialize, isAvailable, startBuild, stopBuild |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
getBookmarkState, setBookmarkState |
Methods inherited from interface com.tonbeller.jpivot.table.AxisConfig |
---|
getHeaderSpan, getHierarchyHeader, getMemberSpan, getPropertyConfig, isMemberIndent, isShowParentMembers, setHeaderSpan, setHierarchyHeader, setMemberIndent, setMemberSpan, setShowParentMembers |
Constructor Detail |
---|
public ColumnAxisBuilderImpl()
Method Detail |
---|
public void buildRow(org.w3c.dom.Element parent, int rowIndex)
AxisBuilder
buildRow
in interface AxisBuilder
parent
- a <row> element containing headings (and cells)rowIndex
- - index of the row to buildpublic int getColumnCount()
AxisBuilder
getColumnCount
in interface AxisBuilder
public int getRowCount()
AxisBuilder
getRowCount
in interface AxisBuilder
protected Axis getAxis()
AxisBuilderSupport
getAxis
in class AxisBuilderSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |