Use the same decision making process you would for any other java class....
Do you need access to any private variables of the containing class?

Jeremy Thomerson
-- sent from my smartphone - please excuse formatting and spelling errors

On Jun 30, 2010 12:56 AM, "Sigmar Muuga" <meedi...@gmail.com> wrote:

Hello,
while designing pages for my app, I was thinking, if there is some
difference, when I use static or nonstatic classes in my page classes?

For example:

public class MyPage extends Page {

 //// some code
 private /** Should it be static or not? */ class MyForm extends Form {
 }
}

Best regards,
Sigmar

Reply via email to