|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wings.SComponent
org.wings.SContainer
org.wingx.XDivision
public class XDivision
Created by IntelliJ IDEA. User: hengels Date: Aug 27, 2006 Time: 9:58:56 PM To change this template use File | Settings | File Templates.
| Field Summary | |
|---|---|
protected boolean |
isTitleClickable
Is the title clickable? Default is false. |
static Selector |
SELECTOR_TITLE
|
| Fields inherited from class org.wings.SComponent |
|---|
DONE_RENDERING, dynamicStyles, enabled, propertyChangeSupport, SELECTOR_ALL, START_RENDERING, visible, WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_FRAME |
| Constructor Summary | |
|---|---|
XDivision()
Creates a XDivision instance |
|
XDivision(SLayoutManager l)
Creates a XDivision instance with the specified LayoutManager |
|
| Method Summary | |
|---|---|
void |
fireIntermediateEvents()
fire events which describes a "in progress" state change, like TreeWillExpand, or ListSelectionEvent with getIsAdjusting() true, ... |
SIcon |
getIcon()
|
String |
getTitle()
Returns the title of the XDivision. |
Color |
getTitleColor()
Returns the title-color of the XDivision. |
SFont |
getTitleFont()
Returns the title-font of the XDivision. |
boolean |
isEpochCheckEnabled()
Asks the low-level event listener if epoch checking should be perfomed on it. |
boolean |
isShaded()
Returns true if the XDivision is shaded. |
protected boolean |
isShowingChildren()
Indicates if this container is actually showing it's children. |
boolean |
isTitleClickable()
Returns true if the title is clickable. |
void |
processLowLevelEvent(String name,
String[] values)
Deliver low level/http events (parameters). |
void |
setIcon(SIcon icon)
|
void |
setShaded(boolean shaded)
Determines whether or not the XDivision is shaded. |
void |
setTitle(String title)
Sets the title of the XDivision. |
void |
setTitleClickable(boolean clickable)
Determines whether or not the title is clickable. |
void |
setTitleColor(Color titleColor)
Sets the title-color of the XDivision. |
void |
setTitleFont(SFont titleFont)
Sets the title-font of the XDivision. |
| Methods inherited from class org.wings.SContainer |
|---|
add, add, add, add, addComponent, addComponent, addComponent, addComponent, addContainerListener, addNotify, clone, fireContainerEvent, getComponent, getComponentCount, getComponentList, getComponents, getConstraintAt, getConstraintList, getLayout, invite, inviteEachComponent, processContainerEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setCG, setLayout, setParentFrame, updateCG |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.wings.LowLevelEventListener |
|---|
fireFinalEvents, getLowLevelEventId, getName, isEnabled |
| Field Detail |
|---|
protected boolean isTitleClickable
public static final Selector SELECTOR_TITLE
| Constructor Detail |
|---|
public XDivision(SLayoutManager l)
l - the LayoutManagerpublic XDivision()
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
title - the titlepublic void setTitleFont(SFont titleFont)
titleFont - the font for the titlepublic SFont getTitleFont()
public void setTitleColor(Color titleColor)
titleColor - the color for the titlepublic Color getTitleColor()
public void setTitleClickable(boolean clickable)
clickable - true if the title is clickablepublic boolean isTitleClickable()
public SIcon getIcon()
public void setIcon(SIcon icon)
public boolean isShaded()
public void setShaded(boolean shaded)
shaded - true if the XDivision is shaded
public void processLowLevelEvent(String name,
String[] values)
LowLevelEventListener
processLowLevelEvent in interface LowLevelEventListenerprocessLowLevelEvent in class SComponentname - the name-value-pair's namevalues - the name-value-pair's valuespublic void fireIntermediateEvents()
LowLevelEventListener
fireIntermediateEvents in interface LowLevelEventListenerpublic boolean isEpochCheckEnabled()
LowLevelEventListenertrue the Dispatcher will ignore request originating from old views
(typically iniated by triggering browser back and clicking somewhere.)
isEpochCheckEnabled in interface LowLevelEventListenertrue if epoch checking should be perfomed, false
if all request for this component should be processed.protected boolean isShowingChildren()
SContainertrue
isShowingChildren in class SContainertrue if SContainer.getComponents() are rendered, false if i.e the container
hides them (i.e minimized MDI window).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||