$root.$iremoteforms.REMOTEFORM.$objs.segmentedcontrol

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

Properties

Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.

Object specific 
$borderradiusRadius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft
$currentsegmentThe current segment - used to assign segment-specific properties
$disabledefaultcontextmenuIf true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated)
$displaystyleA kJSSegmentStyle... value which determines whether the segment should display the text or icon on top
kJSSegmentStyleIconAboveText kJSSegmentStyleTextAboveIcon
$focusedsegmentindicatorcolorThe color of the focused segment indicator
$hidedisabledsegmentsIf true, disabled segments will not be shown.
$movesegmentEntering a number in this property moves the current segment so that its segment number is the entered number. Design-time only.
$segmentbordercolorBorder color applied to each segment
$segmentborderradiusBorder radius applied to each segment if $segmentspacing is greater than zero. Else applies to outer segments only
$segmentcountThe number of segments to display
$segmenteffectBorder style applied to each segment
kBorderNone kBorderPlain
$segmentenabledWhether this segment is enabled
$segmenticonidThe current segment's icon
$segmentspacingThe spacing between segments
$segmenttextThe current segment's text
$segmentwidthWidth that applies to all segments. If zero, the width is calculated automatically
$selectedcolorThe background color of the selected segment. Only applies if $showselectedsegment is kTrue
$selectedsegmentThe number (0 - $segmentcount) of the currently selected segment. Only applies if $showselectedsegment is kTrue
$selectedtextcolorThe text color of the selected segment. Only applies if $showselectedsegment is kTrue
$showselectedsegmentIf true, the currently selected segment will be highlighted (controlled by $selectedsegment)
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $font $fontsize $fontstyle $hasshadow $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $textcolor $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client

Events

Object specific 
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevCanDrop evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods