Results 1 to 2 of 2

Thread: Master/detail forms

  1. #1
    Join Date
    Aug 2005
    Location
    Austin, TX
    Posts
    425

    Default Master/detail forms

    I know that this topic has been discussed previously on the forum, but the discussions seemed to end about 5 months ago with no real resolution.

    see: http://forum.springframework.org/showthread.php?t=13322

    I'd like to resurrect the discussion and ask the status of master/detail support in RCP.

    Thanks,
    Larry.
    Last edited by robyn; May 15th, 2006 at 05:45 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Austin, TX
    Posts
    425

    Default

    On inspection of AbstractForm, I can see seveal methods that appear to be related to master/detail work:

    Code:
        protected void setEditableFormObjects(ObservableList editableFormObjects);
    
        protected void setEditingFormObjectIndexHolder(ValueModel valueModel);
    
        public boolean isEditingNewFormObject();
    
        private class EditingFormObjectSetter implements PropertyChangeListener;
    
        protected int getEditingFormObjectIndex();
    
        protected Object getEditableFormObject(int selectionIndex);
    Are there any examples of how to use these methods?

    Thanks.
    Larry.

Similar Threads

  1. Question on Master/Detail Forms
    By benoitx in forum Swing
    Replies: 8
    Last Post: Oct 6th, 2005, 05:28 AM
  2. Replies: 8
    Last Post: Aug 24th, 2005, 01:09 PM
  3. Replies: 1
    Last Post: Feb 25th, 2005, 07:12 AM
  4. Forms and nested properties
    By DaGGeRRz in forum Swing
    Replies: 0
    Last Post: Feb 23rd, 2005, 08:59 AM
  5. Replies: 1
    Last Post: Jan 6th, 2005, 11:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •