Uses of Class
wheel.components.StandaloneComponentConfiguration

Packages that use StandaloneComponentConfiguration
wheel.components   
 

Uses of StandaloneComponentConfiguration in wheel.components
 

Methods in wheel.components that return StandaloneComponentConfiguration
 StandaloneComponentConfiguration StandaloneComponentConfiguration._setRenderDoctype(boolean renderDoctype)
          When set to false, the page will not render doctype declaration.
 StandaloneComponentConfiguration StandaloneComponent.config()
           
 StandaloneComponentConfiguration StandaloneComponentConfiguration.exposeField(java.lang.String fieldName)
          Any field in a StandaloneComponent (provided it has getter and setter) can be "exposed".
 StandaloneComponentConfiguration StandaloneComponentConfiguration.initialFieldValue(java.lang.String fieldName, java.lang.String stringReplacement)
          Adds a String literal that will be rendered to html output if the indicated field is null.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.initialFieldValue(java.lang.String fieldName, java.lang.String stringReplacement, java.lang.Object emptyValue)
          Adds a String literal that will be rendered to html output if the indicated field is null.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.linkToDomain(ElExpression fieldName, ElExpression elExpression)
          Links a field in aIComplexComponent object and a field in a domain object.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.setAjaxComponent(boolean ajaxComponent)
           
 StandaloneComponentConfiguration StandaloneComponentConfiguration.setContentType(java.lang.String contentType)
          Sets the content type for this complex component.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.setRenderGeneratedComponentIds(boolean renderGeneratedComponentIds)
          When set to true, genereated componentId's will be rendered as id-attributes to html-tags.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.setReusable(boolean reusable)
          Sets this component as reusable.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.useAsset(java.lang.String fileUri)
          Adds a css/js asset to the surrounding page.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.useAsset(java.lang.String fileUri, int expires)
          Adds a css/js asset to the surrounding page.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.useAsset(java.lang.String fileUri, java.lang.String media)
          Adds a css/js asset to the surrounding page.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.useAsset(java.lang.String fileUri, java.lang.String media, int expires)
          Adds a css/js asset to the surrounding page.
 StandaloneComponentConfiguration StandaloneComponentConfiguration.useValidationVariable(java.lang.String key, java.lang.Object var)
          With this method you can make any object available during form element validation.
 



Copyright © 2007-2008. All Rights Reserved.