qx.theme.manager
Class Widget

java.lang.Object
  extended by qx.core.Object
      extended by qx.core.Target
          extended by qx.theme.manager.Widget

public class Widget
extends Target

This singleton selects the widget theme to use.


Constructor Summary
Widget()
           
 
Method Summary
 void _applyWidgetTheme(Theme value, Theme old)
          Applies changes of the property value of the property widgetTheme.
 Theme getWidgetTheme()
          Returns the (computed) value of the property widgetTheme.
 void initWidgetTheme(Theme arg)
          Calls the apply method and dispatches the change event of the property widgetTheme with the default value defined by the class developer.
 void resetWidgetTheme()
          Resets the user value of the property widgetTheme.
 void setWidgetTheme(Theme arg)
          Sets the user value of the property widgetTheme.
 void syncWidgetTheme()
          Sync dependend objects with internal database
 
Methods inherited from class qx.core.Target
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Widget

public Widget()
Method Detail

_applyWidgetTheme

public void _applyWidgetTheme(Theme value,
                              Theme old)

Applies changes of the property value of the property widgetTheme.

For further details take a look at the property definition: _applyWidgetTheme(qx.Theme, qx.Theme).


getWidgetTheme

public Theme getWidgetTheme()

Returns the (computed) value of the property widgetTheme.

For further details take a look at the property definition: widgetTheme.


initWidgetTheme

public void initWidgetTheme(Theme arg)

Calls the apply method and dispatches the change event of the property widgetTheme 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: widgetTheme.


resetWidgetTheme

public void resetWidgetTheme()

Resets the user value of the property widgetTheme.

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: widgetTheme.


setWidgetTheme

public void setWidgetTheme(Theme arg)

Sets the user value of the property widgetTheme.

For further details take a look at the property definition: widgetTheme.


syncWidgetTheme

public void syncWidgetTheme()

Sync dependend objects with internal database



Copyright © 2008 1&1. All Rights Reserved.