ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20
Interface FaceletTaglibTagComponentType<T>

All Superinterfaces:
Child<T>

public interface FaceletTaglibTagComponentType<T>
extends Child<T>

This interface defines the contract for the facelet-taglib-tag-componentType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FaceletTaglibTagComponentType<T> componentExtension()
          Sets the component-extension element
 FaceletTaglibTagComponentType<T> componentType(String componentType)
          Sets the component-type element
 IconType<FaceletTaglibTagComponentType<T>> createIcon()
          Creates a new icon element
 FaceletTaglibTagComponentType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FaceletTaglibTagComponentType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<FaceletTaglibTagComponentType<T>>> getAllIcon()
          Returns all icon elements
 String getComponentType()
          Returns the component-type element
 String getHandlerClass()
          Returns the handler-class element
 IconType<FaceletTaglibTagComponentType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 String getRendererType()
          Returns the renderer-type element
 FaceletTaglibTagComponentType<T> handlerClass(String handlerClass)
          Sets the handler-class element
 Boolean isComponentExtension()
          Removes the component-extension element
 FaceletTaglibTagComponentType<T> removeAllDescription()
          Removes the description element
 FaceletTaglibTagComponentType<T> removeAllDisplayName()
          Removes the display-name element
 FaceletTaglibTagComponentType<T> removeAllIcon()
          Removes all icon elements
 FaceletTaglibTagComponentType<T> removeComponentExtension()
          Removes the component-extension element
 FaceletTaglibTagComponentType<T> removeComponentType()
          Removes the component-type element
 FaceletTaglibTagComponentType<T> removeHandlerClass()
          Removes the handler-class element
 FaceletTaglibTagComponentType<T> removeRendererType()
          Removes the renderer-type element
 FaceletTaglibTagComponentType<T> rendererType(String rendererType)
          Sets the renderer-type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

FaceletTaglibTagComponentType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of FaceletTaglibTagComponentType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FaceletTaglibTagComponentType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FaceletTaglibTagComponentType

displayName

FaceletTaglibTagComponentType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of FaceletTaglibTagComponentType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

FaceletTaglibTagComponentType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of FaceletTaglibTagComponentType

getOrCreateIcon

IconType<FaceletTaglibTagComponentType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<FaceletTaglibTagComponentType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<FaceletTaglibTagComponentType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

FaceletTaglibTagComponentType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

componentType

FaceletTaglibTagComponentType<T> componentType(String componentType)
Sets the component-type element

Parameters:
componentType - the value for the element component-type
Returns:
the current instance of FaceletTaglibTagComponentType

getComponentType

String getComponentType()
Returns the component-type element

Returns:
the node defined for the element component-type

removeComponentType

FaceletTaglibTagComponentType<T> removeComponentType()
Removes the component-type element

Returns:
the current instance of FaceletTaglibTagComponentType

rendererType

FaceletTaglibTagComponentType<T> rendererType(String rendererType)
Sets the renderer-type element

Parameters:
rendererType - the value for the element renderer-type
Returns:
the current instance of FaceletTaglibTagComponentType

getRendererType

String getRendererType()
Returns the renderer-type element

Returns:
the node defined for the element renderer-type

removeRendererType

FaceletTaglibTagComponentType<T> removeRendererType()
Removes the renderer-type element

Returns:
the current instance of FaceletTaglibTagComponentType

handlerClass

FaceletTaglibTagComponentType<T> handlerClass(String handlerClass)
Sets the handler-class element

Parameters:
handlerClass - the value for the element handler-class
Returns:
the current instance of FaceletTaglibTagComponentType

getHandlerClass

String getHandlerClass()
Returns the handler-class element

Returns:
the node defined for the element handler-class

removeHandlerClass

FaceletTaglibTagComponentType<T> removeHandlerClass()
Removes the handler-class element

Returns:
the current instance of FaceletTaglibTagComponentType

componentExtension

FaceletTaglibTagComponentType<T> componentExtension()
Sets the component-extension element

Returns:
the current instance of FaceletTaglibTagComponentType

isComponentExtension

Boolean isComponentExtension()
Removes the component-extension element

Returns:
the current instance of FaceletTaglibTagComponentType

removeComponentExtension

FaceletTaglibTagComponentType<T> removeComponentExtension()
Removes the component-extension element

Returns:
the current instance of FaceletTaglibTagComponentType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.