|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyConfig
defines which properties shall be visible and which shall be hidden
Field Summary |
---|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
notifies the listener that this config has changed (and the model has possibly to be redrawn) |
java.util.List |
getVisiblePropertyMetas()
|
boolean |
isAvailable()
does the underlying OLAP model support properties? |
boolean |
isShowProperties()
shall properties be shown at all? |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
setShowProperties(boolean b)
|
void |
setVisiblePropertyMetas(java.util.List metas)
sets the ordered list of visible MemberPropertyMeta instances. |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
getBookmarkState, setBookmarkState |
Method Detail |
---|
boolean isShowProperties()
void setShowProperties(boolean b)
boolean isAvailable()
isAvailable
in interface Available
void setVisiblePropertyMetas(java.util.List metas)
metas
- list containing MemberPropertyMeta. Properties which are not
present in the list will not be shown. If null, all properties are shown.java.util.List getVisiblePropertyMetas()
void addPropertyChangeListener(java.beans.PropertyChangeListener l)
void removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |