protected static enum ExtendedDataTableRenderer.EncoderVariance extends Enum<ExtendedDataTableRenderer.EncoderVariance>
Modifier and Type | Method and Description |
---|---|
abstract void |
encodeEndUpdate(javax.faces.context.FacesContext context) |
abstract void |
encodeStartUpdate(javax.faces.context.FacesContext context,
String targetId) |
static ExtendedDataTableRenderer.EncoderVariance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDataTableRenderer.EncoderVariance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedDataTableRenderer.EncoderVariance full
public static final ExtendedDataTableRenderer.EncoderVariance partial
public static ExtendedDataTableRenderer.EncoderVariance[] values()
for (ExtendedDataTableRenderer.EncoderVariance c : ExtendedDataTableRenderer.EncoderVariance.values()) System.out.println(c);
public static ExtendedDataTableRenderer.EncoderVariance valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract void encodeStartUpdate(javax.faces.context.FacesContext context, String targetId) throws IOException
IOException
public abstract void encodeEndUpdate(javax.faces.context.FacesContext context) throws IOException
IOException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.