|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.ui.resizer.MResizable
public class MResizable
Provides resizing behavior to any widget.
The widget that includes this mixin, must implement the IResizable
interface.
Constructor Summary | |
---|---|
MResizable()
|
|
MResizable(java.lang.Object child)
|
Method Summary | |
---|---|
void |
_applyResizable(boolean value,
boolean old)
Applies changes of the property value of the property resizableEast . |
java.lang.Object |
_near(java.lang.Object p,
Event e)
|
void |
_onmousedown(Event e)
|
void |
_onmousemove(Event e)
|
void |
_onmouseup(Event e)
|
boolean |
getResizable()
Adjust so that it returns a boolean instead of an array. |
boolean |
getResizableEast()
Returns the (computed) value of the property resizableEast . |
boolean |
getResizableNorth()
Returns the (computed) value of the property resizableNorth . |
boolean |
getResizableSouth()
Returns the (computed) value of the property resizableSouth . |
boolean |
getResizableWest()
Returns the (computed) value of the property resizableWest . |
java.lang.Object |
getResizeMethod()
Returns the (computed) value of the property resizeMethod . |
void |
initResizableEast(boolean arg)
Calls the apply method and dispatches the change event of the property resizableEast
with the default value defined by the class developer. |
void |
initResizableNorth(boolean arg)
Calls the apply method and dispatches the change event of the property resizableNorth
with the default value defined by the class developer. |
void |
initResizableSouth(boolean arg)
Calls the apply method and dispatches the change event of the property resizableSouth
with the default value defined by the class developer. |
void |
initResizableWest(boolean arg)
Calls the apply method and dispatches the change event of the property resizableWest
with the default value defined by the class developer. |
void |
initResizeMethod(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property resizeMethod
with the default value defined by the class developer. |
boolean |
isResizable()
Adjust so that it returns a boolean instead of an array. |
boolean |
isResizableEast()
Check whether the (computed) value of the boolean property resizableEast equals true . |
boolean |
isResizableNorth()
Check whether the (computed) value of the boolean property resizableNorth equals true . |
boolean |
isResizableSouth()
Check whether the (computed) value of the boolean property resizableSouth equals true . |
boolean |
isResizableWest()
Check whether the (computed) value of the boolean property resizableWest equals true . |
void |
resetResizable()
Resets the user value of the property resizable . |
void |
resetResizableEast()
Resets the user value of the property resizableEast . |
void |
resetResizableNorth()
Resets the user value of the property resizableNorth . |
void |
resetResizableSouth()
Resets the user value of the property resizableSouth . |
void |
resetResizableWest()
Resets the user value of the property resizableWest . |
void |
resetResizeMethod()
Resets the user value of the property resizeMethod . |
void |
setResizable(java.lang.Object resizableNorth,
java.lang.Object resizableEast,
java.lang.Object resizableSouth,
java.lang.Object resizableWest)
Sets the values of the property group resizable . |
void |
setResizableEast(boolean arg)
Sets the user value of the property resizableEast . |
void |
setResizableNorth(boolean arg)
Sets the user value of the property resizableNorth . |
void |
setResizableSouth(boolean arg)
Sets the user value of the property resizableSouth . |
void |
setResizableWest(boolean arg)
Sets the user value of the property resizableWest . |
void |
setResizeMethod(java.lang.Object arg)
Sets the user value of the property resizeMethod . |
boolean |
toggleResizableEast()
Toggles the (computed) value of the boolean property resizableEast . |
boolean |
toggleResizableNorth()
Toggles the (computed) value of the boolean property resizableNorth . |
boolean |
toggleResizableSouth()
Toggles the (computed) value of the boolean property resizableSouth . |
boolean |
toggleResizableWest()
Toggles the (computed) value of the boolean property resizableWest . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MResizable()
public MResizable(java.lang.Object child)
Method Detail |
---|
public void _applyResizable(boolean value, boolean old)
Applies changes of the property value of the property resizableEast
.
For further details take a look at the property definition: _applyResizable(boolean, boolean)
.
public java.lang.Object _near(java.lang.Object p, Event e)
public void _onmousedown(Event e)
public void _onmousemove(Event e)
public void _onmouseup(Event e)
public boolean getResizable()
Adjust so that it returns a boolean instead of an array. Wrapper around isResizable. Please use isResizable instead.
public boolean getResizableEast()
Returns the (computed) value of the property resizableEast
.
For further details take a look at the property definition: resizableEast
.
public boolean getResizableNorth()
Returns the (computed) value of the property resizableNorth
.
For further details take a look at the property definition: resizableNorth
.
public boolean getResizableSouth()
Returns the (computed) value of the property resizableSouth
.
For further details take a look at the property definition: resizableSouth
.
public boolean getResizableWest()
Returns the (computed) value of the property resizableWest
.
For further details take a look at the property definition: resizableWest
.
public java.lang.Object getResizeMethod()
Returns the (computed) value of the property resizeMethod
.
For further details take a look at the property definition: resizeMethod
.
public void initResizableEast(boolean arg)
Calls the apply method and dispatches the change event of the property resizableEast
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: resizableEast
.
public void initResizableNorth(boolean arg)
Calls the apply method and dispatches the change event of the property resizableNorth
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: resizableNorth
.
public void initResizableSouth(boolean arg)
Calls the apply method and dispatches the change event of the property resizableSouth
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: resizableSouth
.
public void initResizableWest(boolean arg)
Calls the apply method and dispatches the change event of the property resizableWest
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: resizableWest
.
public void initResizeMethod(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property resizeMethod
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: resizeMethod
.
public boolean isResizable()
Adjust so that it returns a boolean instead of an array.
public boolean isResizableEast()
Check whether the (computed) value of the boolean property resizableEast
equals true
.
For further details take a look at the property definition: resizableEast
.
public boolean isResizableNorth()
Check whether the (computed) value of the boolean property resizableNorth
equals true
.
For further details take a look at the property definition: resizableNorth
.
public boolean isResizableSouth()
Check whether the (computed) value of the boolean property resizableSouth
equals true
.
For further details take a look at the property definition: resizableSouth
.
public boolean isResizableWest()
Check whether the (computed) value of the boolean property resizableWest
equals true
.
For further details take a look at the property definition: resizableWest
.
public void resetResizable()
Resets the user value of the property resizable
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizable
.
public void resetResizableEast()
Resets the user value of the property resizableEast
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizableEast
.
public void resetResizableNorth()
Resets the user value of the property resizableNorth
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizableNorth
.
public void resetResizableSouth()
Resets the user value of the property resizableSouth
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizableSouth
.
public void resetResizableWest()
Resets the user value of the property resizableWest
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizableWest
.
public void resetResizeMethod()
Resets the user value of the property resizeMethod
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: resizeMethod
.
public void setResizable(java.lang.Object resizableNorth, java.lang.Object resizableEast, java.lang.Object resizableSouth, java.lang.Object resizableWest)
Sets the values of the property group resizable
.
This setter supports a shorthand mode compatible with the way margins and paddins are set in CSS.
For further details take a look at the property definition: resizable
.
public void setResizableEast(boolean arg)
Sets the user value of the property resizableEast
.
For further details take a look at the property definition: resizableEast
.
public void setResizableNorth(boolean arg)
Sets the user value of the property resizableNorth
.
For further details take a look at the property definition: resizableNorth
.
public void setResizableSouth(boolean arg)
Sets the user value of the property resizableSouth
.
For further details take a look at the property definition: resizableSouth
.
public void setResizableWest(boolean arg)
Sets the user value of the property resizableWest
.
For further details take a look at the property definition: resizableWest
.
public void setResizeMethod(java.lang.Object arg)
Sets the user value of the property resizeMethod
.
For further details take a look at the property definition: resizeMethod
.
public boolean toggleResizableEast()
Toggles the (computed) value of the boolean property resizableEast
.
For further details take a look at the property definition: resizableEast
.
public boolean toggleResizableNorth()
Toggles the (computed) value of the boolean property resizableNorth
.
For further details take a look at the property definition: resizableNorth
.
public boolean toggleResizableSouth()
Toggles the (computed) value of the boolean property resizableSouth
.
For further details take a look at the property definition: resizableSouth
.
public boolean toggleResizableWest()
Toggles the (computed) value of the boolean property resizableWest
.
For further details take a look at the property definition: resizableWest
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |