org.wicketopia.builder.feature.annotation
Class WicketopiaMetaDataDecorators

java.lang.Object
  extended by org.wicketopia.builder.feature.annotation.WicketopiaMetaDataDecorators

public class WicketopiaMetaDataDecorators
extends Object

Since:
1.0
Author:
James Carman

Constructor Summary
WicketopiaMetaDataDecorators()
           
 
Method Summary
static void onDisabled(org.metastopheles.PropertyMetaData propertyMetaData, Disabled disabled)
           
static void onDisplayName(org.metastopheles.BeanMetaData beanMetaData, DisplayName displayName)
           
static void onDisplayName(org.metastopheles.PropertyMetaData propertyMetaData, DisplayName displayName)
           
static void onEditorType(org.metastopheles.PropertyMetaData propertyMetaData, EditorType editorType)
           
static void onEnabled(org.metastopheles.PropertyMetaData propertyMetaData, Enabled enabled)
           
static void onHidden(org.metastopheles.PropertyMetaData propertyMetaData, Hidden hidden)
           
static void onIgnored(org.metastopheles.PropertyMetaData propertyMetaData, Ignored ignored)
           
static void onOptional(org.metastopheles.PropertyMetaData propertyMetaData, Optional optional)
           
static void onOrder(org.metastopheles.PropertyMetaData propertyMetaData, Order order)
           
static void onRequired(org.metastopheles.PropertyMetaData propertyMetaData, Required required)
           
static void onViewerType(org.metastopheles.PropertyMetaData propertyMetaData, ViewerType viewerType)
           
static void onVisible(org.metastopheles.PropertyMetaData propertyMetaData, Visible visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketopiaMetaDataDecorators

public WicketopiaMetaDataDecorators()
Method Detail

onDisabled

public static void onDisabled(org.metastopheles.PropertyMetaData propertyMetaData,
                              Disabled disabled)

onDisplayName

public static void onDisplayName(org.metastopheles.PropertyMetaData propertyMetaData,
                                 DisplayName displayName)

onDisplayName

public static void onDisplayName(org.metastopheles.BeanMetaData beanMetaData,
                                 DisplayName displayName)

onEditorType

public static void onEditorType(org.metastopheles.PropertyMetaData propertyMetaData,
                                EditorType editorType)

onEnabled

public static void onEnabled(org.metastopheles.PropertyMetaData propertyMetaData,
                             Enabled enabled)

onHidden

public static void onHidden(org.metastopheles.PropertyMetaData propertyMetaData,
                            Hidden hidden)

onIgnored

public static void onIgnored(org.metastopheles.PropertyMetaData propertyMetaData,
                             Ignored ignored)

onOptional

public static void onOptional(org.metastopheles.PropertyMetaData propertyMetaData,
                              Optional optional)

onOrder

public static void onOrder(org.metastopheles.PropertyMetaData propertyMetaData,
                           Order order)

onRequired

public static void onRequired(org.metastopheles.PropertyMetaData propertyMetaData,
                              Required required)

onViewerType

public static void onViewerType(org.metastopheles.PropertyMetaData propertyMetaData,
                                ViewerType viewerType)

onVisible

public static void onVisible(org.metastopheles.PropertyMetaData propertyMetaData,
                             Visible visible)


Copyright © 2010-2013. All Rights Reserved.