public interface IconType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
iconType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getLargeIcon()
Returns the
large-icon element |
String |
getSmallIcon()
Returns the
small-icon element |
IconType<T> |
id(String id)
Sets the
id attribute |
IconType<T> |
largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
removeId()
Removes the
id attribute |
IconType<T> |
removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
smallIcon(String smallIcon)
Sets the
small-icon element |
IconType<T> smallIcon(String smallIcon)
small-icon elementsmallIcon - the value for the element small-iconIconTypeString getSmallIcon()
small-icon elementsmall-iconIconType<T> removeSmallIcon()
small-icon elementIconTypeIconType<T> largeIcon(String largeIcon)
large-icon elementlargeIcon - the value for the element large-iconIconTypeString getLargeIcon()
large-icon elementlarge-iconIconType<T> removeLargeIcon()
large-icon elementIconTypeIconType<T> id(String id)
id attributeid - the value for the attribute idIconTypeString getId()
id attributeidCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)