|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
exposes properties to configure an axis. A facade that simplifies the configuration of an axis.
Field Summary | |
static int |
HIERARCHY_HEADER
the hierarchies will be shown as axis headers |
static int |
HIERARCHY_LEVEL_HEADER
position header on rowaxis only: shows both, hierarchy and level headers |
static int |
LEVEL_HEADER
the levels will be shown as axis headers |
static int |
NO_HEADER
no axis header will be created |
Fields inherited from interface com.tonbeller.jpivot.table.span.SpanDirections |
HIERARCHY_SPAN, HIERARCHY_THEN_POSITION_SPAN, NO_SPAN, POSITION_SPAN, POSITION_THEN_HIERARCHY_SPAN |
Method Summary | |
int |
getHeaderSpan()
controls the generation of spans for header elements |
int |
getHierarchyHeader()
the headers will be mixed with the members of the axis |
int |
getMemberSpan()
controls the generation of spans for member elements |
com.tonbeller.jpivot.table.span.PropertyConfig |
getPropertyConfig()
|
boolean |
isMemberIndent()
controls whether or not a member should be indented |
boolean |
isShowParentMembers()
controls whether or not the parents of the member will be displayed |
void |
setHeaderSpan(int span)
|
void |
setHierarchyHeader(int hierarchyHeader)
|
void |
setMemberIndent(boolean memberIndent)
|
void |
setMemberSpan(int span)
|
void |
setShowParentMembers(boolean showParentMembers)
|
Field Detail |
public static final int NO_HEADER
public static final int HIERARCHY_HEADER
public static final int LEVEL_HEADER
public static final int HIERARCHY_LEVEL_HEADER
Method Detail |
public boolean isShowParentMembers()
public void setShowParentMembers(boolean showParentMembers)
public boolean isMemberIndent()
public void setMemberIndent(boolean memberIndent)
public int getHierarchyHeader()
public void setHierarchyHeader(int hierarchyHeader)
public int getMemberSpan()
public void setMemberSpan(int span)
public int getHeaderSpan()
public void setHeaderSpan(int span)
public com.tonbeller.jpivot.table.span.PropertyConfig getPropertyConfig()
|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |