Search:

Type: Posts; User: besbello; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,320

    Validating my own PropertyEditors

    With my own property editors the validation framework dont work. I think it is due to next code in SwingFormModel:


    ValueModel valueModel = getValueModel(formProperty);
    if...
  2. Thread: getToolBar

    by besbello
    Replies
    1
    Views
    1,465

    getToolBar

    public CommandGroup getMenuBar() {
    return menuBarCommandGroup;
    }

    public CommandGroup getToolBar() {
    return menuBarCommandGroup;
    }


    Its correct?
  3. Replies
    1
    Views
    1,794

    Comminting JFormattedTextField dont work

    When commit or revert a form with JFormattedTextField dont work
    in SwinFormModel:



    public JFormattedTextField createBoundFormattedTextField(
    String formProperty,...
  4. Replies
    2
    Views
    1,884

    If I want disable all the commands in the...

    If I want disable all the commands in the toolbar?

    I could do it rewriting setEnabled of CommandGroup



    public void setEnabled(boolean enabled) {
    super.setEnabled(enabled);
    ...
  5. Replies
    2
    Views
    1,884

    Disable Buttons in a CommandGroup

    I want disable all the buttons contained in a CommandGroup.

    CommandGroup.setEnabled(false)

    dont work.
  6. Replies
    2
    Views
    2,686

    THANKS !!

    THANKS !!
  7. Replies
    2
    Views
    2,686

    PropertyEditorRegistry, RulesSource, ...

    An implementation of RulesSource, PropertyEditorRegistry, that automatic loads of RulesSource for a package could be writed.
    It will work like Introspector do to search BeanInfo providers.
    If I...
  8. Thread: form models

    by besbello
    Replies
    2
    Views
    2,706

    OK. I recibe a array of property editors to...

    OK.

    I recibe a array of property editors to show.
    I will use it as an indexed property

    THANKS!!
  9. Thread: form models

    by besbello
    Replies
    2
    Views
    2,706

    form models

    How use form models to create a form without a base bean.
    I want make a dialog to ask for paramaters to do an process, no to edit a bean.
Results 1 to 9 of 9