Community
Participate
Working Groups
Build Identifier: M20100909-0800 The switching-panel UI part currently supports two types of controllers: enum value and list selection. In use cause where property is a simple boolean, or list of simple strings, Will be useful I can do sth like this without defining a new enum type? > > <switching-panel> > <enum-controller> > <property>Remote</property> > </enum-controller> > <panel> > <key>Boolean.TRUE</key> > <content> > <separator> > <label>Remote Details</label> > </separator> > </content> > </panel> > <panel> > <key>Boolean.FALSE</key> > <content> > <separator> > <label>Local Details</label> > </separator> > </content> > </panel> > </switching-panel> > Reproducible: Always
*** This bug has been marked as a duplicate of bug 329063 ***