Esempio n. 1
0
        private void RegisterPropertyEditors()
        {
            PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());

            PropertyEditorHelper.RegisterEditor(new PasswordConfirmationEditor());
        }
Esempio n. 2
0
 private static void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
 }
Esempio n. 3
0
 private void RegisterPropertyEditors()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new CustomObjectListPropertyEditor());
 }
 private void RegisterPropertyEditors()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new OUUserInputPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
 }
Esempio n. 5
0
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new CodeNameUniqueEditor());
     PropertyEditorHelper.RegisterEditor(new GetPinYinEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
 }
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new OUUserInputPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new CustomObjectListPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditorForGrid());
 }
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     //注册ValidatorPropertyEditor
     PropertyEditorHelper.RegisterEditor(new ValidatorsPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditorForGrid());
     PropertyEditorHelper.RegisterEditor(new OUUserInputPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new RoleGraphPropertyEditor());
 }
Esempio n. 8
0
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new GenerateTypePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BranchProcessKeyPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ReceiversObjectListPropertyEditor());
     //PropertyEditorHelper.RegisterEditor(new BranchConditionPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ServiceOperationPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ConditionExpressionPropertyEditor());
 }
Esempio n. 9
0
 private static void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectListPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ReceiversObjectListPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ConditionExpressionPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new KeyPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new CanActivityKeysEditor());
     PropertyEditorHelper.RegisterEditor(new BranchProcessKeyPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DynamicPropertyEditor());
 }
Esempio n. 10
0
        private void PropertyEditorRegister()
        {
            PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
            PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
            PropertyEditorHelper.RegisterEditor(new CodeNameUniqueEditor());
            PropertyEditorHelper.RegisterEditor(new GetPinYinEditor());
            PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
            PropertyEditorHelper.RegisterEditor(new PObjectNameEditor());
            PropertyEditorHelper.RegisterEditor(new ReferenceEntityCodeNameEditor());

            //PropertyEditorHelper.RegisterEditor(new EntityFieldPropertyEditorSceneAdapter());
        }
Esempio n. 11
0
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new BooleanPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new EnumPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new ObjectPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DatePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new DateTimePropertyEditor());
     PropertyEditorHelper.RegisterEditor(new AdminScopeEditor());
     PropertyEditorHelper.RegisterEditor(new CodeNameUniqueEditor());
     PropertyEditorHelper.RegisterEditor(new GetPinYinEditor());
     //PropertyEditorHelper.RegisterEditor(new ImageUploaderPropertyEditor());
     PropertyEditorHelper.RegisterEditor(new PObjectNameEditor());
     PropertyEditorHelper.RegisterEditor(new SchemaCategoryEditor());
     PropertyEditorHelper.RegisterEditor(new RoleGraphPropertyEditor());
 }
 private void RegisterPropertyEditor()
 {
     PropertyEditorHelper.RegisterEditor(new SignaturePropertyEditor());
 }
Esempio n. 13
0
 private void RegisterPropertyEditors()
 {
     PropertyEditorHelper.RegisterEditor(new MaterialPropertyEditor());
 }
 private void RegisterPropertyEditors()
 {
     PropertyEditorHelper.RegisterEditor(new ClientGridPropertyEditor());
 }
Esempio n. 15
0
 private void PropertyEditorRegister()
 {
     PropertyEditorHelper.RegisterEditor(new StandardPropertyEditor());
 }