public class SplitPaneCoreRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SPLITPANE_BASE_CSS |
static java.lang.String |
SPLITPANE_DIVIDER_CSS |
static java.lang.String |
SPLITPANE_NONSCROLL_CSS |
static java.lang.String |
SPLITPANE_SCROLLABLE_CSS |
| Constructor and Description |
|---|
SplitPaneCoreRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(SplitPane component,
javax.faces.context.ResponseWriter writer) |
void |
encodeColumnDivider(SplitPane component,
javax.faces.context.ResponseWriter writer) |
void |
encodeEnd(SplitPane pane,
javax.faces.context.ResponseWriter writer) |
void |
encodePane(SplitPane component,
javax.faces.context.ResponseWriter writer,
java.lang.String side)
used by jsf renderer for facets
|
void |
encodePaneEnd(javax.faces.context.ResponseWriter writer) |
java.lang.String |
getLeftwidth() |
java.lang.String |
getPaneClass() |
java.lang.String |
getRightwidth() |
java.lang.String |
getSpltClass() |
void |
setLeftwidth(java.lang.String leftwidth) |
void |
setPaneClass(java.lang.StringBuilder paneClass) |
void |
setRightwidth(java.lang.String rightwidth) |
void |
setSpltClass(java.lang.StringBuilder spltClass) |
void |
writeStandardLayoutAttributes(javax.faces.context.ResponseWriter writer,
SplitPane component,
java.lang.String baseClass) |
public static final java.lang.String SPLITPANE_BASE_CSS
public static final java.lang.String SPLITPANE_NONSCROLL_CSS
public static final java.lang.String SPLITPANE_SCROLLABLE_CSS
public static final java.lang.String SPLITPANE_DIVIDER_CSS
public void encodeBegin(SplitPane component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
java.io.IOExceptionpublic void encodePaneEnd(javax.faces.context.ResponseWriter writer)
throws java.io.IOException
java.io.IOExceptionpublic void encodePane(SplitPane component, javax.faces.context.ResponseWriter writer, java.lang.String side) throws java.io.IOException
component - writer - side - java.io.IOExceptionpublic void encodeColumnDivider(SplitPane component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
java.io.IOExceptionpublic void encodeEnd(SplitPane pane, javax.faces.context.ResponseWriter writer) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getLeftwidth()
public void setLeftwidth(java.lang.String leftwidth)
public java.lang.String getRightwidth()
public void setRightwidth(java.lang.String rightwidth)
public java.lang.String getPaneClass()
public void setPaneClass(java.lang.StringBuilder paneClass)
public java.lang.String getSpltClass()
public void setSpltClass(java.lang.StringBuilder spltClass)
public void writeStandardLayoutAttributes(javax.faces.context.ResponseWriter writer,
SplitPane component,
java.lang.String baseClass)
throws java.io.IOException
java.io.IOExceptionCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.