|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AxisConfig
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 |
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 |
---|
static final int NO_HEADER
static final int HIERARCHY_HEADER
static final int LEVEL_HEADER
static final int HIERARCHY_LEVEL_HEADER
Method Detail |
---|
boolean isShowParentMembers()
void setShowParentMembers(boolean showParentMembers)
boolean isMemberIndent()
void setMemberIndent(boolean memberIndent)
int getHierarchyHeader()
void setHierarchyHeader(int hierarchyHeader)
int getMemberSpan()
void setMemberSpan(int span)
int getHeaderSpan()
void setHeaderSpan(int span)
PropertyConfig getPropertyConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |