Results 1 to 3 of 3

Thread: Page descriptor

  1. #1
    Join Date
    Nov 2005
    Location
    Iasi, Romania
    Posts
    104

    Default Page descriptor

    I wonder if the PageDescriptor will be extended to offer label info like ViewDescriptor does:

    PageDescriptor {
    public CommandButtonLabelInfo getShowPageCommandLabel();
    }

    I need this for presenting a page switching menu.
    Thank you.

  2. #2
    Join Date
    Sep 2004
    Location
    Ghent, Belgium
    Posts
    224

  3. #3
    Join Date
    Nov 2005
    Location
    Iasi, Romania
    Posts
    104

    Default

    Thank you. I'll extend my application using your sugestion. But I also want to show the page from a comand in the menu. So I developed a custom PageDescriptor that extends from LabeledObjectSuport. But I think it would be nice to have suport for label information directly from the PageDescrtiptor. The SingleViewPageDescriptor don't need this because it's the only descriptor in the application (default there are no multiple pages so there's no need to create a command for showing a page).

Posting Permissions

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