|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.actuate.activeportal.beans.GroupBean
public class GroupBean
This bean is used to group images,colors,fonts, and styles. It is used in the customization of skins.
Field Summary | |
---|---|
static java.lang.String |
STYLE_HIDE
|
static java.lang.String |
STYLE_SHOW
|
Constructor Summary | |
---|---|
GroupBean()
|
Method Summary | |
---|---|
SkinBean[] |
getColors()
Returns the list of SkinBean[] colors in this group. |
java.lang.String |
getDescription()
Returns the group description. |
SkinBean[] |
getFonts()
Returns the list of SkinBean[] fonts in this group. |
java.lang.String |
getFontValue(int index)
Returns the style value for a font |
SkinBean[] |
getImages()
Returns the list of SkinBean[] images in this group. |
java.lang.String |
getName()
Returns the group name. |
java.lang.String |
getStyle()
Returns the display style. |
SkinBean[] |
getStyles()
Returns the list of SkinBean[] style in this group. |
boolean |
isHasColors()
Test if there are any color in the group. |
boolean |
isHasFonts()
Test if there are any font in the group. |
boolean |
isHasImages()
Test if there are any images in the group. |
boolean |
isHasStyles()
Test if there are any style in the group. |
void |
setColors(SkinBean[] colors)
Sets the list of SkinBean[] colors in this group. |
void |
setDescription(java.lang.String description)
Sets the group description. |
void |
setFonts(SkinBean[] fonts)
Sets the list of SkinBean[] fonts in this group. |
void |
setFontValue(int index,
java.lang.String value)
Sets the style value for a font in UTF8 |
void |
setImages(SkinBean[] images)
Sets the list of SkinBean[] images in this group. |
void |
setName(java.lang.String name)
Sets the group name. |
void |
setStyle(java.lang.String style)
Sets the display style. |
void |
setStyles(SkinBean[] styles)
Sets the list of SkinBean[] style in this group. |
void |
toggleHideShowStyle()
Changes the group style to hidden or shown. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STYLE_HIDE
public static final java.lang.String STYLE_SHOW
Constructor Detail |
---|
public GroupBean()
Method Detail |
---|
public void toggleHideShowStyle()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public SkinBean[] getImages()
public void setImages(SkinBean[] images)
public SkinBean[] getColors()
public void setColors(SkinBean[] colors)
public SkinBean[] getFonts()
public void setFonts(SkinBean[] fonts)
public SkinBean[] getStyles()
public void setStyles(SkinBean[] styles)
public boolean isHasColors()
public boolean isHasFonts()
public boolean isHasImages()
public boolean isHasStyles()
public java.lang.String getFontValue(int index)
index
- the font index in the font array
public void setFontValue(int index, java.lang.String value)
index
- the font index in the font arrayvalue
- the font value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |