Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Re: Change default visibility of a column
Re: Change default visibility of a column [message #580344] Fri, 09 April 2010 12:39
Stephan Leicht Vogt is currently offline Stephan Leicht VogtFriend
Messages: 104
Registered: July 2015
Senior Member
Hi Alex

For your problem the recommendet practice would be following:
@Override
public void execInitPage() throws ProcessingException {
getTable().getCountryColumn().setDisplayable(getProjectNr()= =null);
}


Your second code-fragment would be obsolete with the recommended way.

Greetings
Stephan
Previous Topic:Change default visibility of a column
Next Topic:Change default visibility of a column
Goto Forum:
  


Current Time: Fri Dec 13 19:33:20 GMT 2024

Powered by FUDForum. Page generated in 0.02853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top