no. why would it do that? visibility is a render-time condition, it has nothing to do with component hierarchy.
-igor On Thu, Nov 27, 2008 at 12:01 PM, Valentine2008 <[EMAIL PROTECTED]> wrote: > > But Component.get(pathString) will check the visibility and will return null > if the child is invisible. Right? > > Thanks, > Valentine > > > > > igor.vaynberg wrote: >> >> iterator() does not check visibility. >> >> -igor >> >> On Thu, Nov 27, 2008 at 11:24 AM, Valentine2008 >> <[EMAIL PROTECTED]> wrote: >>> >>> Can we get even the invisible children? >>> >>> Seems we cannot....:-( >>> >>> igor.vaynberg wrote: >>>> >>>> iterator() >>>> >>>> -igor >>>> >>>> On Thu, Nov 27, 2008 at 10:42 AM, Valentine2008 >>>> <[EMAIL PROTECTED]> wrote: >>>>> >>>>> Use iterator(Comparator)? >>>>> >>>>> Or other ways? >>>>> >>>>> Thanks, >>>>> Valentine >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/How-to-get-all-the-children-of-a-MarkupContainer--tp20723938p20723938.html >>>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/How-to-get-all-the-children-of-a-MarkupContainer--tp20723938p20724471.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/How-to-get-all-the-children-of-a-MarkupContainer--tp20723938p20724656.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
