Issue Details (XML | Word | Printable)

Key: UBA-7545
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Marcel Rüedi
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ULCBase

Provide endColumn() method on form build parameter objects

Created: 15/Sep/08 11:38 AM   Updated: 20/Jan/09 02:09 PM
Component/s: applicationframework
Affects Version/s: None
Fix Version/s: UltraLightClient '08 Update 2


 Description  « Hide
Instead of
addTextField(HypoBean.OBJECTPRICE);
addSpacer(2);

you can then write a one liner:

addTextField(HypoBean.OBJECTPRICE).endColumn(2);


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marcel Rüedi added a comment - 06/Jan/09 10:28 AM - edited
shouldn't a colSpan(int) method be added as well ? -> No because this does not match the column based approach, where you define constants for the columns and insert new columns by redefining the constants

Daniel Grob added a comment - 20/Jan/09 02:09 PM
New API:
  • LayoutParameter.endColumn()