|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for all objects that have a frame
Method Summary | |
void |
addInnerFrame(InnerFrame frame)
Adds a inner frame to the List |
ImageModel |
getImage()
Returns the image for the frames title |
InnerFrame[] |
getInnerFrames(Principal principal,
java.lang.Object layoutHint)
Retrieves a list of only the inner frames that are matching the given layout hint |
void |
setImage(ImageModel img)
Sets an image for the frames title |
Methods inherited from interface com.cc.framework.ui.model.ButtonContainer |
getButtonPermission, setButtonPermission, showButton |
Method Detail |
public void addInnerFrame(InnerFrame frame)
frame
- the inner frame to addpublic InnerFrame[] getInnerFrames(Principal principal, java.lang.Object layoutHint)
principal
- The principal object for permission tests. This parameter can
be null
layoutHint
- The layout hint that specifies what frames should be selected:
AlignmentType.TOP
- header frames
AlignmentType.BOTTOM
- footer frames
public ImageModel getImage()
public void setImage(ImageModel img)
img
- ImageModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |