romaframework / core

Roma Core
www.romaframework.org
3 stars 1 forks source link

Refactor Flow Aspect interface #7

Closed tglman closed 12 years ago

tglman commented 12 years ago

Refactor of flow aspect interface for increase usability

Example of usage:

Roma.flow().forward(obj); Roma.flow().forward(obj,"area"); Roma.flow().popup(obj); Roma.flow().popup(obj,"area"); Roma.flow().popup(obj,"area",false/non modal/); Roma.flow().confirm("Message",listener); Roma.flow().info("Message",listener);

tglman commented 12 years ago

Write the new interface need only to include the "confort" methods.

tglman commented 12 years ago

implemented all