ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface FaceletTaglibTagBehaviorType<T>
extends Child<T>

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

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

Method Summary
 FaceletTaglibTagBehaviorType<T> behaviorExtension()
          Sets the behavior-extension element
 FaceletTaglibTagBehaviorType<T> behaviorId(String behaviorId)
          Sets the behavior-id element
 IconType<FaceletTaglibTagBehaviorType<T>> createIcon()
          Creates a new icon element
 FaceletTaglibTagBehaviorType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FaceletTaglibTagBehaviorType<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<FaceletTaglibTagBehaviorType<T>>> getAllIcon()
          Returns all icon elements
 String getBehaviorId()
          Returns the behavior-id element
 String getHandlerClass()
          Returns the handler-class element
 IconType<FaceletTaglibTagBehaviorType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FaceletTaglibTagBehaviorType<T> handlerClass(String handlerClass)
          Sets the handler-class element
 Boolean isBehaviorExtension()
          Removes the behavior-extension element
 FaceletTaglibTagBehaviorType<T> removeAllDescription()
          Removes the description element
 FaceletTaglibTagBehaviorType<T> removeAllDisplayName()
          Removes the display-name element
 FaceletTaglibTagBehaviorType<T> removeAllIcon()
          Removes all icon elements
 FaceletTaglibTagBehaviorType<T> removeBehaviorExtension()
          Removes the behavior-extension element
 FaceletTaglibTagBehaviorType<T> removeBehaviorId()
          Removes the behavior-id element
 FaceletTaglibTagBehaviorType<T> removeHandlerClass()
          Removes the handler-class element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

FaceletTaglibTagBehaviorType<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 FaceletTaglibTagBehaviorType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FaceletTaglibTagBehaviorType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FaceletTaglibTagBehaviorType

displayName

FaceletTaglibTagBehaviorType<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 FaceletTaglibTagBehaviorType

getAllDisplayName

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

Returns:
list of display-name

removeAllDisplayName

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

Returns:
the current instance of FaceletTaglibTagBehaviorType

getOrCreateIcon

IconType<FaceletTaglibTagBehaviorType<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<FaceletTaglibTagBehaviorType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

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

Returns:
list of icon

removeAllIcon

FaceletTaglibTagBehaviorType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

behaviorId

FaceletTaglibTagBehaviorType<T> behaviorId(String behaviorId)
Sets the behavior-id element

Parameters:
behaviorId - the value for the element behavior-id
Returns:
the current instance of FaceletTaglibTagBehaviorType

getBehaviorId

String getBehaviorId()
Returns the behavior-id element

Returns:
the node defined for the element behavior-id

removeBehaviorId

FaceletTaglibTagBehaviorType<T> removeBehaviorId()
Removes the behavior-id element

Returns:
the current instance of FaceletTaglibTagBehaviorType

handlerClass

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

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

getHandlerClass

String getHandlerClass()
Returns the handler-class element

Returns:
the node defined for the element handler-class

removeHandlerClass

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

Returns:
the current instance of FaceletTaglibTagBehaviorType

behaviorExtension

FaceletTaglibTagBehaviorType<T> behaviorExtension()
Sets the behavior-extension element

Returns:
the current instance of FaceletTaglibTagBehaviorType

isBehaviorExtension

Boolean isBehaviorExtension()
Removes the behavior-extension element

Returns:
the current instance of FaceletTaglibTagBehaviorType

removeBehaviorExtension

FaceletTaglibTagBehaviorType<T> removeBehaviorExtension()
Removes the behavior-extension element

Returns:
the current instance of FaceletTaglibTagBehaviorType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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