$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName
Modifier and Type | Method and Description |
---|---|
String |
getBorder()
Returns the border.
|
String |
getCmargins()
Returns the collapsed margins, which is a list of numbers separated by comma.
|
protected Dimension |
getCurrentMargins_()
Returns the current margins.
|
String |
getMargins()
Returns the margins, which is a list of numbers separated by comma.
|
int |
getMaxsize()
Returns the maximum size of the resizing element.
|
int |
getMinsize()
Returns the minimum size of the resizing element.
|
String |
getTitle()
Returns the title.
|
boolean |
isAutoscroll()
Returns whether enable overflow scrolling.
|
boolean |
isClosable()
Returns whether users can open or close the region.
|
boolean |
isCollapsible()
Returns whether set the initial display to collapse.
|
boolean |
isFlex()
Returns whether to grow and shrink vertical/horizontal to fit their given
space, so called flexibility.
|
boolean |
isOpen()
Returns whether it is open (i.e., not collapsed.
|
boolean |
isSlidable()
Returns whether users can slide (preview) the region when clicked on a collapsed region.
|
boolean |
isSlide()
Returns whether it is slide down.
|
boolean |
isSplittable()
Returns whether enable the split functionality.
|
void |
setAutoscroll(boolean autoscroll)
Sets whether enable overflow scrolling.
|
void |
setBorder(String border)
Sets the border (either none or normal).
|
void |
setClosable(boolean closable)
Sets whether users can open or close the region.
|
void |
setCmargins(String cmargins)
Sets the collapsed margins for the element "0,1,2,3" that direction is
"top,left,right,bottom"
|
void |
setCollapsible(boolean collapsible)
Sets whether set the initial display to collapse.
|
void |
setFlex(boolean flex)
Sets whether to grow and shrink vertical/horizontal to fit their given
space, so called flexibility.
|
void |
setMargins(String margins)
Sets margins for the element "0,1,2,3" that direction is
"top,left,right,bottom"
|
void |
setMaxsize(int maxsize)
Sets the maximum size of the resizing element.
|
void |
setMinsize(int minsize)
Sets the minimum size of the resizing element.
|
void |
setOpen(boolean open)
Opens or collapses the splitter.
|
void |
setSlidable(boolean slidable)
Sets whether users can slide (preview) the region when clicked on a collapsed region.
|
void |
setSlide(boolean slide)
Slides down or up the region.
|
void |
setSplittable(boolean splittable)
Sets whether enable the split functionality.
|
void |
setTitle(String title)
Sets the title.
|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip
$, $f, $f, $f, $init, $n, $n, $o, $s, $service, afterAnima_, afterParentChanged_, appendChild, appendChild, beforeParentChanged_, beforeSendAU_, bind_, bind, bindChildren_, bindDoubleTap_, bindMissingAncestors, bindSwipe_, bindTapHold_, canActivate, cleanDrag_, clear, clearCache, cloneDrag_, deferRedraw_, deferRedrawHTML_, detach, doBlur_, doClick_, doDoubleClick_, doFocus_, doKeyDown_, doKeyPress_, doKeyUp_, domAttrs_, domClass_, domListen_, doMouseDown_, doMouseMove_, doMouseOut_, doMouseOver_, doMouseUp_, domStyle_, domTextStyleAttr_, domTooltiptext_, domUnlisten_, doPaste_, doResizeScroll_, doRightClick_, doSelect_, doSwipe_, doTooltipOut_, doTooltipOver_, dropEffect_, extraBind_, fire, fireX, focus_, focus, forcerender, fromPageCoord, get, getAction, getCaveNode, getChildAt, getChildIndex, getClass, getCssflex, getDraggable, getDragMessage_, getDragNode, getDragOptions_, getDrop_, getDroppable, getElementsById, getElementsByName, getFirstNode_, getFloatZIndex_, getHeight, getHflex, getId, getLeft, getMold, getOldWidget_, getPage, getRenderdefer, getSclass, getScrollLeft, getScrollTop, getStyle, getTabindex, getTextNode, getTooltiptext, getTop, getTopWidget, getVflex, getWidth, getZclass, getZIndex, hide, ignoreDescendantFloatUp_, ignoreDrag_, initDrag_, insertBefore, insertChildHTML_, isAutoId, isBinding, isFloating_, isListen, isRealElement, isRealVisible, isRealVisible, isVisible, isVisible, isWatchable_, listen, listenOnFitSize_, mimicMouseDown_, newInstance, nextUuid, onAfterSize, onChildAdded_, onChildRemoved_, onChildRenderDefer_, onChildReplaced_, onChildVisible_, onDrop_, redraw, redrawHTML_, register, removeChild, removeChild, removeChildHTML_, removeHTML_, replaceCavedChildren_, replaceChildHTML_, replaceHTML, replaceWidget, rerender, rerender, rerenderLater_, rerenderNow_, scrollIntoView, sendAU_, set, set, setAction, setChildren, setCssflex, setDomVisible_, setDraggable, setDroppable, setFloating_, setFloatZIndex_, setHeight, setHflex, setId, setLeft, setListener, setListener, setListeners, setMold, setRenderdefer, setSclass, setScrollLeft, setScrollTop, setStyle, setTabindex, setTooltiptext, setTop, setTopmost, setVflex, setVisible, setWidth, setZclass, setZIndex, shallChildROD_, shallFireSizedLaterWhenAddChd_, shallIgnoreClick_, show, smartUpdate, unbind_, unbind, unbindChildren_, unbindDoubleTap_, unbindSwipe_, unbindTapHold_, uncloneDrag_, unlisten, unlistenOnFitSize_, updateDomClass_, updateDomStyle_, uuid, zsync
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
public boolean isFlex()
Default: false.
public void setFlex(boolean flex)
flex
- public String getBorder()
The border actually controls what CSS class to use: If border is null, it implies "none".
If you also specify the CSS class (Widget.setSclass(_global_.String)
), it overwrites
whatever border you specify here.
Default: "normal".
public void setBorder(String border)
border
- the border. If null or "0", "none" is assumed.public String getTitle()
Default: null.
public void setTitle(String title)
title
- public boolean isSplittable()
Default: false.
public void setSplittable(boolean splittable)
splittable
- public int getMaxsize()
Default: 2000.
public void setMaxsize(int maxsize)
maxsize
- public int getMinsize()
Default: 0.
public void setMinsize(int minsize)
minsize
- public boolean isCollapsible()
Default: false.
public void setCollapsible(boolean collapsible)
It only applied when getTitle()
is not null.
collapsible
- public boolean isAutoscroll()
Default: false.
public void setAutoscroll(boolean autoscroll)
autoscroll
- public boolean isOpen()
isCollapsible()
is not false.
Default: true.
public void setOpen(boolean open)
isCollapsible()
is not false.open
- public boolean isSlide()
Default: false.
public void setSlide(boolean slide)
isCollapsible()
is not false and isOpen()
is false.slide
- public boolean isSlidable()
Default: true.
public void setSlidable(boolean slidable)
isCollapsible()
is true and isOpen()
is false.slidable
- whether users can slide (preview) the region.public boolean isClosable()
Default: true.
public void setClosable(boolean closable)
isCollapsible()
is true.closable
- whether users can open or close the region.public String getCmargins()
Default: "3,3,3,3".
public void setCmargins(String cmargins)
cmargins
- protected Dimension getCurrentMargins_()
public String getMargins()
Default: "0,0,0,0".
public void setMargins(String margins)
margins
- Copyright © 2005-2023 Potix Corporation. All Rights Reserved.