org.richfaces.cdk.model
Class DescriptionGroup.Icon

java.lang.Object
  extended by org.richfaces.cdk.model.DescriptionGroup.Icon
Enclosing interface:
DescriptionGroup

public static final class DescriptionGroup.Icon
extends java.lang.Object

Author:
asmirnov@exadel.com

Constructor Summary
DescriptionGroup.Icon()
           
 
Method Summary
 java.lang.String getLargeIcon()
          

 java.lang.String getSmallIcon()
          

 void setLargeIcon(java.lang.String largeIcon)
          

 void setSmallIcon(java.lang.String smallIcon)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionGroup.Icon

public DescriptionGroup.Icon()
Method Detail

getSmallIcon

public java.lang.String getSmallIcon()

Returns:
the smallIcon

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)

Parameters:
smallIcon - the smallIcon to set

getLargeIcon

public java.lang.String getLargeIcon()

Returns:
the largeIcon

setLargeIcon

public void setLargeIcon(java.lang.String largeIcon)

Parameters:
largeIcon - the largeIcon to set


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.