org.apache.myfaces.shared_tomahawk.renderkit.html
Class CommonPropertyUtils
java.lang.Object
org.apache.myfaces.shared_tomahawk.renderkit.html.CommonPropertyUtils
public final class CommonPropertyUtils
- extends Object
Method Summary |
static long |
getCommonPropertiesMarked(javax.faces.component.UIComponent component)
|
static boolean |
isIdRenderingNecessary(javax.faces.component.UIComponent component)
|
static void |
renderAccesskeyTabindexProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAltAlignProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutOnclickAndStyle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutStyle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorPassthroughPropertiesWithoutStyleAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderAnchorProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderButtonPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderChangeEventProperty(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderChangeSelectEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderCommonFieldEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderCommonFieldPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderCommonPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderCommonPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderEventPropertiesWithoutOnclick(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderFieldEventPropertiesWithoutOnchange(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderFieldEventPropertiesWithoutOnchangeAndOnselect(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderFocusBlurEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderInputPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderInputPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderInputProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderLabelPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderLabelPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderLabelProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderSelectPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderSelectPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderStyleProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderUniversalProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
static void |
renderUniversalPropertiesWithoutTitle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonPropertyUtils
public CommonPropertyUtils()
getCommonPropertiesMarked
public static long getCommonPropertiesMarked(javax.faces.component.UIComponent component)
isIdRenderingNecessary
public static boolean isIdRenderingNecessary(javax.faces.component.UIComponent component)
renderUniversalProperties
public static final void renderUniversalProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderUniversalPropertiesWithoutTitle
public static final void renderUniversalPropertiesWithoutTitle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderStyleProperties
public static final void renderStyleProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderEventProperties
public static final void renderEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderEventPropertiesWithoutOnclick
public static final void renderEventPropertiesWithoutOnclick(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderChangeSelectEventProperties
public static final void renderChangeSelectEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderFocusBlurEventProperties
public static final void renderFocusBlurEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchangeAndOnselect
public static final void renderFieldEventPropertiesWithoutOnchangeAndOnselect(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderFieldEventPropertiesWithoutOnchange
public static final void renderFieldEventPropertiesWithoutOnchange(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderChangeEventProperty
public static final void renderChangeEventProperty(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAccesskeyTabindexProperties
public static void renderAccesskeyTabindexProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAltAlignProperties
public static void renderAltAlignProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderInputProperties
public static final void renderInputProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorProperties
public static final void renderAnchorProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughPropertiesWithoutEvents
public static final void renderCommonPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderCommonPassthroughProperties
public static final void renderCommonPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldEventProperties
public static final void renderCommonFieldEventProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabled
public static final void renderCommonFieldPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderCommonFieldPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabled
public static final void renderInputPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderInputPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderInputPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughProperties
public static final void renderAnchorPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutEvents
public static final void renderAnchorPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyleAndEvents
public static final void renderAnchorPassthroughPropertiesWithoutStyleAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutStyle
public static final void renderAnchorPassthroughPropertiesWithoutStyle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderAnchorPassthroughPropertiesWithoutOnclickAndStyle
public static final void renderAnchorPassthroughPropertiesWithoutOnclickAndStyle(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderButtonPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderButtonPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderLabelProperties
public static final void renderLabelProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughProperties
public static final void renderLabelPassthroughProperties(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderLabelPassthroughPropertiesWithoutEvents
public static final void renderLabelPassthroughPropertiesWithoutEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabled
public static final void renderSelectPassthroughPropertiesWithoutDisabled(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
renderSelectPassthroughPropertiesWithoutDisabledAndEvents
public static final void renderSelectPassthroughPropertiesWithoutDisabledAndEvents(javax.faces.context.ResponseWriter writer,
long commonPropertiesMarked,
javax.faces.component.UIComponent component)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.