|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Icon<T>
This interface defines the contract for the icon
xsd type
Method Summary | |
---|---|
String |
getLargeIcon()
Returns the large-icon element |
String |
getSmallIcon()
Returns the small-icon element |
Icon<T> |
largeIcon(String largeIcon)
Sets the large-icon element |
Icon<T> |
removeLargeIcon()
Removes the large-icon element |
Icon<T> |
removeSmallIcon()
Removes the small-icon element |
Icon<T> |
smallIcon(String smallIcon)
Sets the small-icon element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Icon<T> smallIcon(String smallIcon)
small-icon
element
smallIcon
- the value for the element small-icon
Icon
String getSmallIcon()
small-icon
element
small-icon
Icon<T> removeSmallIcon()
small-icon
element
Icon
Icon<T> largeIcon(String largeIcon)
large-icon
element
largeIcon
- the value for the element large-icon
Icon
String getLargeIcon()
large-icon
element
large-icon
Icon<T> removeLargeIcon()
large-icon
element
Icon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |