-
Nov 18th, 2005, 12:37 AM
#1
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.
-
Nov 18th, 2005, 12:59 AM
#2
-
Nov 18th, 2005, 01:56 AM
#3
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
-
Forum Rules