|
Re: Scout RT - Questions... [message #739550 is a reply to message #737771] |
Mon, 17 October 2011 11:51  |
Eclipse User |
|
|
|
A very often case is having a "list" of sections where a radio button is on the left and a group box or other field is on the right. That can that way easily be covered.
The following example is in place in some projects (simplified code):
public class RadioButtonGroup extends AbstractRadioButtonGroup<Long> {
public class EveryoneButton extends AbstractRadioButton {
}
public class EveryoneField extends AbstractPlaceholderField {
...
}
public class PartitionButton extends AbstractRadioButton {
}
public class PartitionField extends AbstractSmartField<Long> {
...
}
public class DepartmentButton extends AbstractRadioButton {
}
public class DepartmentField extends AbstractSmartField<Long> {
...
}
public class TeamButton extends AbstractRadioButton {
}
public class TeamField extends AbstractSmartField<Long> {
...
}
public class PersonButton extends AbstractRadioButton {
}
public class PersonField extends AbstractPersonField {
...
}
}
And this looks as the attached image.
|
|
|
Powered by
FUDForum. Page generated in 0.02820 seconds