Lines Matching refs:button
75 /** specifies that the button is the default button on the document.
87 /** specifies whether the button control should grab the focus when clicked.
89 <p>If set to <TRUE/> (which is the default), the button control automatically grabs the
91 If set to <FALSE/>, the focus is preserved when the user operates the button control with
132 /** specifies the alignment of the image inside the button as
150 /** specifies an URL to an image to use for the button.
157 /** specifies a graphic to be displayed at the button
194 /** specifies the default action of the button as <type>PushButtonType</type> value.
202 <p>Normally, when you click a button with the mouse, you need to
203 release the mouse button, and press it again. With this property
204 set to <TRUE/>, the button is repeatedly pressed while you hold
205 down the mouse button.</p>
216 an action (such as pressing the button), then usual control implementations
218 mouse button and to press it again. The delay between two such triggers
251 /** specifies whether the button should toggle on a single operation.
253 … <p>If this property is set to <TRUE/>, a single operation of the button control (pressing space
257 <p>The default for this property is <FALSE/>, which means the button behaves like a usual
258 push button.</p>